index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
http
/
mod_mime.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*) continued header revamping
Greg Stein
2001-02-10
1
-5
/
+6
*
Remove the SetFilter directive from the code. This directive wasn't
Ryan Bloom
2001-02-10
1
-34
/
+0
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
1
-23
/
+23
*
The big change. This is part 3 of the apr-util symbols rename, please
William A. Rowe Jr
2001-01-19
1
-3
/
+3
*
Provide apr_pool_t arg to register_hooks, since anything they do in that
William A. Rowe Jr
2001-01-17
1
-1
/
+1
*
Make handlers use hooks.
Ben Laurie
2001-01-07
1
-1
/
+0
*
Get SetFilter working with MIME-types again and update the docs
Ryan Bloom
2000-11-20
1
-1
/
+1
*
Update the SetFilter directive to work with Handlers instead of MIME-types.
Ryan Bloom
2000-11-19
1
-1
/
+1
*
Add a directive to mod_mime which allows people to configure a filter
Ryan Bloom
2000-11-19
1
-3
/
+36
*
Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols
William A. Rowe Jr
2000-10-16
1
-2
/
+2
*
Port the fix for Remove Handler from 1.3 to 2.0
Ryan Bloom
2000-10-09
1
-3
/
+3
*
Fix some problems with the recent port of RemoveEncoding and
Jeff Trawick
2000-09-18
1
-4
/
+4
*
Port the RemoveEncodings/RemoveTypes code from 1.3 to 2.0. This includes
Ryan Bloom
2000-09-17
1
-12
/
+66
*
Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...
William A. Rowe Jr
2000-08-06
1
-6
/
+6
*
prefix libapr functions and types with apr_
Doug MacEachern
2000-08-02
1
-65
/
+65
*
Remove all of the ap_is* functions from Apache. They were already in APR,
Ryan Bloom
2000-07-26
1
-0
/
+1
*
Move all APR functions related to strings to their own directory, and
Ryan Bloom
2000-07-21
1
-0
/
+1
*
Get rid of more compiler warnings.
Bill Stoddard
2000-06-19
1
-3
/
+3
*
More command handlers.
Ben Laurie
2000-06-17
1
-36
/
+53
*
PR:
William A. Rowe Jr
2000-05-28
1
-2
/
+2
*
William A. Rowe Jr
2000-05-27
1
-2
/
+2
*
add AP_ prefix to *HOOK* macros
Doug MacEachern
2000-04-26
1
-2
/
+2
*
Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages
Ryan Bloom
2000-04-14
1
-4
/
+4
*
Update to Apache Software License version 1.1
Roy T. Fielding
2000-03-31
1
-33
/
+34
*
improve error message for missing mime types file
Jeff Trawick
2000-03-22
1
-1
/
+1
*
Added AddCharset back in again. Need that badly for
Dirk-Willem van Gulik
2000-03-17
1
-1
/
+2
*
PR:
Dirk-Willem van Gulik
2000-03-17
1
-12
/
+361
*
Fix all the License issues. Including:
Ryan Bloom
2000-03-10
1
-9
/
+9
*
Manoj has been pushing for this for a while, but I've been too dense
Ryan Bloom
2000-01-19
1
-1
/
+3
*
This is a huge change to the configure system. Basically, this name space
Ryan Bloom
2000-01-19
1
-1
/
+3
*
Rework ap_finfo_t to split the file type out of the protection field.
Brian Havard
2000-01-10
1
-1
/
+1
*
Separate the stat structure from the file structure and use ap_stat and
Ryan Bloom
2000-01-06
1
-1
/
+1
*
De-errno ap_pcfg_openfile().
Brian Havard
1999-11-02
1
-2
/
+3
*
Add a status value to ap_log_error and ap_log_rerror. This allows us to use
Ryan Bloom
1999-10-20
1
-1
/
+1
*
Changed pools to contexts. Tested with prefork and pthread mpm's. I'll
Ryan Bloom
1999-08-31
1
-11
/
+11
*
Start to implement module-defined hooks that are a) fast and b) typesafe.
Roy T. Fielding
1999-08-26
1
-22
/
+17
*
Apache 1.3.9 baseline for the Apache 2.0 repository.
Roy T. Fielding
1999-08-24
1
-0
/
+402