summaryrefslogtreecommitdiffstats
path: root/modules/mappers/mod_negotiation.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-6/+6
* Make the server work without asking for buffered file I/O. This removesRyan Bloom2000-04-071-1/+1
* Get mod_negotiation working. We may ultimately need finer granularityAllan K. Edwards2000-04-051-1/+1
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-33/+34
* Explain the changed syntax of CacheNegotiatedDocsTony Finch2000-03-211-1/+0
* +1000 on dirk's change... and add a TODOC: which is the token i used whendgaudet2000-03-141-0/+1
* Take my chance and try to sneak in a very nasty change whichDirk-Willem van Gulik2000-03-141-4/+5
* 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-0/+3
* This is a huge change to the configure system. Basically, this name spaceRyan Bloom2000-01-191-3/+7
* 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-6/+3
* Initialize all ap_file_t's to NULL. This allows ap_open and ap_stat toRyan Bloom2000-01-041-1/+1
* First step in getting Apache to use APR's time libraries. This gets a goodRyan Bloom1999-12-201-2/+4
* Finish the conversion from fprintf(stderr -> ap_log_err.Ryan Bloom1999-11-191-6/+9
* Add a status value to ap_log_error and ap_log_rerror. This allows us to useRyan Bloom1999-10-201-8/+10
* I missed one function when swapping paramters. This fixes it. I think IRyan Bloom1999-10-141-2/+2
* Remove most of the annoying "re ap_context_t mplement" mis-replacementsMartin Kraemer1999-10-121-2/+2
* Bring file_io up to the new parameter order for APR. I have decided to doRyan Bloom1999-10-071-8/+8
* Simple name change. the function ap_gets has been renamed to ap_fgets.Ryan Bloom1999-10-041-1/+1
* First patch to re-order function parameters. This one gets the low hangingRyan Bloom1999-10-041-4/+4
* Use return status instead of character value for EOF.Ben Laurie1999-09-121-2/+3
* Remove all of the calls to functions like "ap_popenf". These functions wereRyan Bloom1999-09-081-25/+24
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-29/+29
* Start to implement module-defined hooks that are a) fast and b) typesafe.Roy T. Fielding1999-08-261-13/+8
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-241-0/+2748