summaryrefslogtreecommitdiff
path: root/modules/http/mod_mime.c
Commit message (Expand)AuthorAgeFilesLines
* update license header textRoy T. Fielding2006-07-121-6/+6
* Revert 395235, the major copyright fubar by me. Colm MacCarthaigh2006-04-241-1/+1
* Update the last year of Copyright for the 2.0.x branch.Colm MacCarthaigh2006-04-191-1/+1
* 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
* apply Apache License, Version 2.0André Malo2004-02-081-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* update license to 2003.André Malo2003-02-031-1/+1
* fix for mod_mime segfault when r->filename is null [ported back from 2.1]Brian Pane2003-01-011-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
* fix segv in mod_mime if no AddTypes are configuredDoug MacEachern2001-08-221-4/+6
* Update the Apache code to account for the XtOffset change in APR.Ryan Bloom2001-08-191-3/+3
* The two more Remove flavors needed testing, as well. While I'm at it,William A. Rowe Jr2001-08-161-3/+9
* Push back CHANGES to document the complete mod_mime segfault solution.William A. Rowe Jr2001-08-161-92/+98
* Build on Greg's fix for the hash copy, and always copy the exinfo elementsWilliam A. Rowe Jr2001-08-161-60/+40
* Solve the segfault until the right patch is unearthed.William A. Rowe Jr2001-08-151-4/+4
* Clean up several parsing errors in find_ct that may or may not be causingRoy T. Fielding2001-08-141-60/+73
* Subtle variation for security. If the mod_mime file has nothing specificWilliam A. Rowe Jr2001-08-041-3/+7
* axe unused variableJeff Trawick2001-08-041-1/+0