index
:
delta/apache/httpd.git
1.3
1.3.x
2.0.x
2.2.19
2.2.x
2.2.x-merge-http-strict
2.4-http2-alpha
2.4.17-protocols-changes
2.4.17-protocols-http2
2.4.x
2.4.x-merge-http-strict
2.4.x-mod_md
2.4.x-mpm_fdqueue
2.4.x-openssl-1.1.0-compat
2.4.x-r1761824-group
APACHE_1_2_X
APACHE_2_0_22-branch
APACHE_2_0_23-branch
APACHE_2_0_39_BRANCH
APACHE_2_0_BRANCH
PCRE
RSE
apreq-integration
async-dev
async-read-dev
attic
authz-dev
avendor
cache-refactor
dgaudet
execd-dev
fcgi-proxy-dev
fips-dev
httpd-2.0-pid-table
httpd-2.2-pid-table
httpd-2.2-proxy
httpd-pid-table
httpd-proxy-scoreboard
httpdunit
input-filter-dev
listen-protocol
mod_version_for_2.0.x
mpm-event-optimization
proxy-reqbody
proxy-reqbody-2.0.x
revert-ap-ldap
simple-conf
ssl-fips-dev
tlsv1.3-for-2.4.x
trunk
trunk-buildconf-noapr
trunk-md
trunk-openssl-threadid
trunk-override-index
trunk-ssl-handshake-nonblocking
trunk-test-integration
unlabeled-1.1.1
unlabeled-1.11.2
unlabeled-1.436.2
unlabeled-1.6.2
unlabeled-1.8.2
wombat-integration
github.com: apache/httpd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
http
/
mod_mime.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-09
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-22
1
-3
/
+5
*
v2 of sterlings segv fix
Doug MacEachern
2001-08-22
1
-5
/
+3
[next]