| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_mime: fix quoted pair scanning | Eric Covener | 2017-06-04 | 1 | -2/+2 |
* | mod_mime: Don't arbitrarily bypass AddOutputFilter during a ProxyPass, | Graham Leggett | 2011-12-22 | 1 | -2/+2 |
* | Add lots of unique tags to error log messages | Stefan Fritsch | 2011-12-03 | 1 | -14/+14 |
* | Ignore leading dots when looking for mime extensions | Stefan Fritsch | 2011-01-21 | 1 | -2/+17 |
* | Fix a number of typos and misspellings. Reported by Ville Skytta. | Daniel Earl Poirier | 2010-10-30 | 1 | -1/+1 |
* | Replace apr_palloc+memcpy by apr_memdup | Stefan Fritsch | 2010-07-31 | 1 | -2/+2 |
* | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 1 | -1/+1 |
* | Make RemoveType override the info from TypesConfig | Stefan Fritsch | 2009-10-03 | 1 | -2/+13 |
* | mod_mime: detect invalid use of MultiviewsMatch inside Location and | Daniel Earl Poirier | 2009-09-14 | 1 | -0/+6 |
* | wrap comment, no functional change | William A. Rowe Jr | 2009-05-15 | 1 | -2/+2 |
* | mod_mime: don't adjust case in filename components we don't use | Nick Kew | 2008-09-08 | 1 | -1/+5 |
* | Multiple trivial fixes from Christophe JAILLET | Nick Kew | 2007-07-20 | 1 | -2/+1 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 1 | -40/+40 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 1 | -1/+1 |
* | fix copyright dates according to the first check in | André Malo | 2004-02-08 | 1 | -1/+1 |
* | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 1 | -53/+10 |
* | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
* | add a comment | André Malo | 2003-11-02 | 1 | -1/+5 |
* | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
* | 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 |