summaryrefslogtreecommitdiffstats
path: root/include/http_config.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-47/+47
* Finish the http_config.h documentation. :-)Ryan Bloom2000-07-301-13/+178
* Add more of the comments to http_config.h. This is a horrible job by theRyan Bloom2000-07-301-16/+234
* Fix a couple of apparent typos.Manoj Kasichainula2000-07-301-2/+2
* Begin to document http_config.h. This documents most (if not all) of theRyan Bloom2000-07-291-94/+178
* Fix a small typo. TAKE3 directives really do need to take all 3 arguments.Ryan Bloom2000-07-281-2/+2
* Add the macro for AP_INIT_TAKE3 directives. I am assuming this was leftRyan Bloom2000-07-281-0/+4
* Back out some changes that weren't supposed to be in my last commit.Ryan Bloom2000-07-261-6/+0
* Remove all of the ap_is* functions from Apache. They were already in APR,Ryan Bloom2000-07-261-0/+6
* blast the old names for the status codesGreg Stein2000-06-241-2/+3
* Use the new command-handler initializer macros in mod_auth;Jeff Trawick2000-06-181-2/+2
* Provide some more missing initializer macros for when AP_DEBUG isn'tJeff Trawick2000-06-181-0/+4
* More command handlers.Ben Laurie2000-06-171-1/+4
* More command handler updates.Ben Laurie2000-06-171-0/+2
* Fill in missing implementations of AP_INIT_whatever for whenJeff Trawick2000-06-171-0/+20
* Command handler revamp. Note that this makes the code produce a LOT ofBen Laurie2000-06-171-4/+53
* Fix a couple of problems with the pre/post config processing changes:Jeff Trawick2000-06-121-0/+1
* PR:William A. Rowe Jr2000-06-061-2/+2
* Modify the config order so that we read the config, process all EXEC_ON_READRyan Bloom2000-06-031-2/+6
* Add pre_config hooks back in for all modules. This is important for theRyan Bloom2000-06-021-5/+4
* We now report the correct line number for syntax errors in configJeff Trawick2000-05-301-0/+1
* PR:William A. Rowe Jr2000-05-281-11/+14
* PR:William A. Rowe Jr2000-05-281-4/+4
* PR:William A. Rowe Jr2000-05-281-2/+2
* William A. Rowe Jr2000-05-271-0/+3
* William A. Rowe Jr2000-05-271-6/+6
* Move prototype of ap_hook_deregister_all to where it belongs.Roy T. Fielding2000-05-181-1/+0
* William A. Rowe Jr2000-05-171-0/+1
* Commit the EXEC_ON_READ changes. This allows modules to hook into theRyan Bloom2000-05-151-11/+19
* add AP_ prefix to *HOOK* macrosDoug MacEachern2000-04-261-4/+4
* drop the "container" param from ap_walk_config(). callers should simplyGreg Stein2000-04-241-1/+2
* clean up cmd_parms: config_file is no longer valid; end_token is bogus;Greg Stein2000-04-241-3/+34
* handle error messages during building and processing of the configuration.Greg Stein2000-04-241-2/+3
* Parse the config tree, instead of the config file. This is a first step thereRyan Bloom2000-04-231-1/+3
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-22/+22
* more namespace cleanupdgaudet2000-04-141-0/+1
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-33/+34
* Fix the warnings associated with the pre_config patch.Ryan Bloom2000-03-301-1/+1
* Put the pre_config hook back into the table. This solves the problem ofRyan Bloom2000-03-301-2/+10
* Clear hook registrations between reads of the config file.Allan K. Edwards2000-03-231-0/+2
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Well this was thought provoking.Ben Hyde1999-10-071-1/+1
* Add process_rec to the top of {server,connection,request}_recBen Hyde1999-10-071-1/+1
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-21/+21
* Start to implement module-defined hooks that are a) fast and b) typesafe.Roy T. Fielding1999-08-261-69/+29
* Rearchitect the mess in http_main.c, http_core.c and buff.c.Roy T. Fielding1999-08-261-2/+8
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-241-0/+414