| Commit message (Expand) | Author | Age | Files | Lines |
* | provide better error messages for the multiviewsmatch directive. | André Malo | 2003-01-01 | 1 | -2/+2 |
* | don't segfault in mod_mime's find_ct() if we get there without having set r->... | Brian Pane | 2002-12-15 | 1 | -0/+4 |
* | don't lose const when calling strrchr() | Jeff Trawick | 2002-09-05 | 1 | -1/+1 |
* | Add ModMimeUsePathInfo directive. | Justin Erenkrantz | 2002-09-05 | 1 | -3/+29 |
* | Renames: | Cliff Woolley | 2002-05-18 | 1 | -15/+15 |
* | Just another huge style diff. Space-indentation is comming back in | Aaron Bannert | 2002-05-18 | 1 | -270/+300 |
* | Remove an extraneous loop condition | Brian Pane | 2002-05-12 | 1 | -1/+1 |
* | Performance fixes: | Brian Pane | 2002-05-02 | 1 | -31/+54 |
* | We must always use case-insensitive comparisons in mod_mime even if | Justin Erenkrantz | 2002-04-25 | 1 | -10/+2 |
* | Commit 1 of 2 to: | Bill Stoddard | 2002-03-20 | 1 | -15/+15 |
* | First commit to introduce accessor function to set r->content_type.. | Bill Stoddard | 2002-03-20 | 1 | -16/+16 |
* | fix the type of a string argument to ap_log_error() | Jeff Trawick | 2002-03-16 | 1 | -1/+1 |
* | Eliminate potential ap_server_root_relative segfaults, with the input | William A. Rowe Jr | 2002-03-16 | 1 | -3/+10 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | [indentation fixes only] | Brian Pane | 2001-12-08 | 1 | -10/+10 |
* | Reduced the number of times that we scan through each string | Brian Pane | 2001-12-08 | 1 | -7/+17 |
* | fix a const-ness problem caused by calling the wrong strchr() | Jeff Trawick | 2001-12-07 | 1 | -1/+1 |
* | Removed one more strdup in the content-type processing | Brian Pane | 2001-12-07 | 1 | -6/+1 |
* | Optimized away some string scans and copies in analyze_ct() | Brian Pane | 2001-12-07 | 1 | -27/+28 |
* | optimization: replaced an apr_pstrndup call with apr_pstrmemdup | Brian Pane | 2001-12-07 | 1 | -1/+1 |
* | Modify post_config hook so that it can return a error, | Ian Holsman | 2001-11-23 | 1 | -2/+3 |
* | use the new 'apr_hash_merge' function to do the overlays. | Ian Holsman | 2001-11-10 | 1 | -53/+40 |
* | Forgot the directive's note change for "Any" | William A. Rowe Jr | 2001-10-15 | 1 | -1/+1 |
* | Close the mod_mime file extension matching issue by (as Ken Coar suggests) | William A. Rowe Jr | 2001-10-11 | 1 | -3/+59 |
* | Negotiation once allowed any file, of any filename extension, to be | William A. Rowe Jr | 2001-10-10 | 1 | -3/+0 |
* | allow file extentions specified by AddHandler, AddInputFilter, and | Greg Ames | 2001-10-09 | 1 | -0/+3 |
* | Goodbye r->content_lanaguage (per vote from apache-1.3/STATUS). | William A. Rowe Jr | 2001-10-02 | 1 | -4/+2 |
* | The per_dir_merge overlay of AddInputFilter/AddOutputFilter must | William A. Rowe Jr | 2001-09-08 | 1 | -14/+2 |
* | We should be copying the filters as well when we perform the extension merge | Justin Erenkrantz | 2001-09-02 | 1 | -0/+18 |
* | Fix mod_mime skipping over mime.types when some _other_ field was set | William A. Rowe Jr | 2001-08-30 | 1 | -23/+6 |
* | Also in the prior commit (1.338) | William A. Rowe Jr | 2001-08-28 | 1 | -1/+1 |
* | Introduces mod_mime AddInputFilter and AddOutputFilter filter ext syntax. | William A. Rowe Jr | 2001-08-28 | 1 | -156/+91 |
* | reverting to sterlings original segv fix when extension_mappings is NULL | Doug MacEachern | 2001-08-23 | 1 | -3/+5 |
* | v2 of sterlings segv fix | Doug MacEachern | 2001-08-22 | 1 | -5/+3 |
* | fix segv in mod_mime if no AddTypes are configured | Doug MacEachern | 2001-08-22 | 1 | -4/+6 |
* | Update the Apache code to account for the XtOffset change in APR. | Ryan Bloom | 2001-08-19 | 1 | -3/+3 |
* | The two more Remove flavors needed testing, as well. While I'm at it, | William A. Rowe Jr | 2001-08-16 | 1 | -3/+9 |
* | Push back CHANGES to document the complete mod_mime segfault solution. | William A. Rowe Jr | 2001-08-16 | 1 | -92/+98 |
* | Build on Greg's fix for the hash copy, and always copy the exinfo elements | William A. Rowe Jr | 2001-08-16 | 1 | -60/+40 |
* | Solve the segfault until the right patch is unearthed. | William A. Rowe Jr | 2001-08-15 | 1 | -4/+4 |
* | Clean up several parsing errors in find_ct that may or may not be causing | Roy T. Fielding | 2001-08-14 | 1 | -60/+73 |
* | Subtle variation for security. If the mod_mime file has nothing specific | William A. Rowe Jr | 2001-08-04 | 1 | -3/+7 |
* | axe unused variable | Jeff Trawick | 2001-08-04 | 1 | -1/+0 |
* | Solve the major underlying problem of content negotation by passing | William A. Rowe Jr | 2001-08-04 | 1 | -21/+27 |
* | Really compress the add_/remove_ handling, and fix pool allocations. | William A. Rowe Jr | 2001-08-02 | 1 | -87/+60 |
* | Need some context for the iterator! Finally get to use that accessor :) | William A. Rowe Jr | 2001-08-02 | 1 | -1/+1 |
* | Solve the merge bugs, by storing a copy bit to save us a ton of | William A. Rowe Jr | 2001-08-02 | 1 | -14/+72 |
* | Performance improvement to mod_mime.c. find_ct() in mod_mime, | Bill Stoddard | 2001-07-11 | 1 | -66/+164 |
* | Allow index.html.en and Index.html.FR to both be considered in negotation | William A. Rowe Jr | 2001-06-18 | 1 | -0/+7 |
* | This is a fix that went into v1.3 quite a while back, but not into v2.0. | Chuck Murcko | 2001-03-16 | 1 | -4/+1 |