summaryrefslogtreecommitdiff
path: root/modules/http/mod_mime.c
Commit message (Expand)AuthorAgeFilesLines
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* Make RemoveType override the info from TypesConfigStefan Fritsch2009-10-031-2/+13
* mod_mime: detect invalid use of MultiviewsMatch inside Location andDaniel Earl Poirier2009-09-141-0/+6
* wrap comment, no functional changeWilliam A. Rowe Jr2009-05-151-2/+2
* mod_mime: don't adjust case in filename components we don't useNick Kew2008-09-081-1/+5
* Multiple trivial fixes from Christophe JAILLETNick Kew2007-07-201-2/+1
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-40/+40
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* add a commentAndré Malo2003-11-021-1/+5
* finished that boring job:André Malo2003-02-031-1/+1
* provide better error messages for the multiviewsmatch directive.André Malo2003-01-011-2/+2
* don't segfault in mod_mime's find_ct() if we get there without having set r->...Brian Pane2002-12-151-0/+4
* don't lose const when calling strrchr()Jeff Trawick2002-09-051-1/+1
* Add ModMimeUsePathInfo directive.Justin Erenkrantz2002-09-051-3/+29
* Renames:Cliff Woolley2002-05-181-15/+15
* Just another huge style diff. Space-indentation is comming back inAaron Bannert2002-05-181-270/+300
* Remove an extraneous loop conditionBrian Pane2002-05-121-1/+1
* Performance fixes:Brian Pane2002-05-021-31/+54
* We must always use case-insensitive comparisons in mod_mime even ifJustin Erenkrantz2002-04-251-10/+2
* Commit 1 of 2 to:Bill Stoddard2002-03-201-15/+15
* First commit to introduce accessor function to set r->content_type..Bill Stoddard2002-03-201-16/+16
* fix the type of a string argument to ap_log_error()Jeff Trawick2002-03-161-1/+1
* Eliminate potential ap_server_root_relative segfaults, with the inputWilliam A. Rowe Jr2002-03-161-3/+10
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* [indentation fixes only]Brian Pane2001-12-081-10/+10
* Reduced the number of times that we scan through each stringBrian Pane2001-12-081-7/+17
* fix a const-ness problem caused by calling the wrong strchr()Jeff Trawick2001-12-071-1/+1
* Removed one more strdup in the content-type processingBrian Pane2001-12-071-6/+1
* Optimized away some string scans and copies in analyze_ct()Brian Pane2001-12-071-27/+28
* optimization: replaced an apr_pstrndup call with apr_pstrmemdupBrian Pane2001-12-071-1/+1
* Modify post_config hook so that it can return a error,Ian Holsman2001-11-231-2/+3
* use the new 'apr_hash_merge' function to do the overlays.Ian Holsman2001-11-091-53/+40
* Forgot the directive's note change for "Any"William A. Rowe Jr2001-10-151-1/+1
* Close the mod_mime file extension matching issue by (as Ken Coar suggests)William A. Rowe Jr2001-10-111-3/+59
* Negotiation once allowed any file, of any filename extension, to beWilliam A. Rowe Jr2001-10-101-3/+0
* allow file extentions specified by AddHandler, AddInputFilter, andGreg Ames2001-10-091-0/+3
* Goodbye r->content_lanaguage (per vote from apache-1.3/STATUS).William A. Rowe Jr2001-10-021-4/+2
* The per_dir_merge overlay of AddInputFilter/AddOutputFilter mustWilliam A. Rowe Jr2001-09-081-14/+2
* We should be copying the filters as well when we perform the extension mergeJustin Erenkrantz2001-09-021-0/+18
* Fix mod_mime skipping over mime.types when some _other_ field was setWilliam A. Rowe Jr2001-08-301-23/+6
* Also in the prior commit (1.338)William A. Rowe Jr2001-08-281-1/+1
* Introduces mod_mime AddInputFilter and AddOutputFilter filter ext syntax.William A. Rowe Jr2001-08-281-156/+91
* reverting to sterlings original segv fix when extension_mappings is NULLDoug MacEachern2001-08-221-3/+5
* v2 of sterlings segv fixDoug MacEachern2001-08-221-5/+3