summaryrefslogtreecommitdiffstats
path: root/modules/http/mod_mime.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *) continued header revampingGreg Stein2001-02-101-5/+6
* Remove the SetFilter directive from the code. This directive wasn'tRyan Bloom2001-02-101-34/+0
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-23/+23
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-3/+3
* Provide apr_pool_t arg to register_hooks, since anything they do in thatWilliam A. Rowe Jr2001-01-171-1/+1
* Make handlers use hooks.Ben Laurie2001-01-071-1/+0
* Get SetFilter working with MIME-types again and update the docsRyan Bloom2000-11-201-1/+1
* Update the SetFilter directive to work with Handlers instead of MIME-types.Ryan Bloom2000-11-191-1/+1
* Add a directive to mod_mime which allows people to configure a filterRyan Bloom2000-11-191-3/+36
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-2/+2
* Port the fix for Remove Handler from 1.3 to 2.0Ryan Bloom2000-10-091-3/+3
* Fix some problems with the recent port of RemoveEncoding andJeff Trawick2000-09-181-4/+4
* Port the RemoveEncodings/RemoveTypes code from 1.3 to 2.0. This includesRyan Bloom2000-09-171-12/+66
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-6/+6
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-65/+65
* Remove all of the ap_is* functions from Apache. They were already in APR,Ryan Bloom2000-07-261-0/+1
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-211-0/+1
* Get rid of more compiler warnings.Bill Stoddard2000-06-191-3/+3
* More command handlers.Ben Laurie2000-06-171-36/+53
* PR:William A. Rowe Jr2000-05-281-2/+2
* William A. Rowe Jr2000-05-271-2/+2
* add AP_ prefix to *HOOK* macrosDoug MacEachern2000-04-261-2/+2
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-4/+4
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-33/+34
* improve error message for missing mime types fileJeff Trawick2000-03-221-1/+1
* Added AddCharset back in again. Need that badly forDirk-Willem van Gulik2000-03-171-1/+2
* PR:Dirk-Willem van Gulik2000-03-171-12/+361
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Manoj has been pushing for this for a while, but I've been too denseRyan Bloom2000-01-191-1/+3
* This is a huge change to the configure system. Basically, this name spaceRyan Bloom2000-01-191-1/+3
* Rework ap_finfo_t to split the file type out of the protection field.Brian Havard2000-01-101-1/+1
* Separate the stat structure from the file structure and use ap_stat andRyan Bloom2000-01-061-1/+1
* De-errno ap_pcfg_openfile().Brian Havard1999-11-021-2/+3
* Add a status value to ap_log_error and ap_log_rerror. This allows us to useRyan Bloom1999-10-201-1/+1
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-11/+11
* Start to implement module-defined hooks that are a) fast and b) typesafe.Roy T. Fielding1999-08-261-22/+17
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-241-0/+402