summaryrefslogtreecommitdiffstats
path: root/include/http_config.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Style cleanup (remove tabs, fix alignment).Aaron Bannert2002-04-281-31/+57
* Add a new parameter to the quick_handler hook to instructBill Stoddard2002-03-271-1/+5
* Typo (noticed while browsing http://docx.webperf.org/)Martin Kraemer2002-03-151-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* The pre_config hook now takes a return value. This allows modules toAaron Bannert2002-01-291-1/+2
* change open_logs hook to return a value, allowing you to flag a errorIan Holsman2001-11-241-2/+3
* Modify post_config hook so that it can return a error,Ian Holsman2001-11-231-1/+2
* fix spellingCliff Woolley2001-11-181-1/+1
* Don't know why these were missing... just an oversight, I'm guessing?Cliff Woolley2001-11-181-0/+10
* Fix spellingCliff Woolley2001-11-181-10/+10
* Added Doxygen CommentsIan Holsman2001-10-021-10/+49
* Better doc of ap_server_root_relative()William A. Rowe Jr2001-08-231-3/+2
* Eliminated ap_os_[systemcase|[case_]canonical]_filename() andWilliam A. Rowe Jr2001-08-231-1/+1
* Provide an ap_set_deprecated() fn for quick-and-dirty 'we don't do this'William A. Rowe Jr2001-08-031-1/+13
* Add the ability to extend the methods that Apache understandsRyan Bloom2001-08-021-1/+1
* Doxygenation.Ben Laurie2001-05-281-159/+82
* Separate enablement of AP_DEBUG code from enablement of codeJeff Trawick2001-05-131-3/+3
* Implement Jeff's idea for an autoconf-defined symbol to enable the specialGreg Stein2001-05-131-3/+3
* Fix up some of the definitions, based on Ian's patch.Victor J. Orlikowski2001-05-111-7/+9
* Add the AP_DECLARE()/AP_CORE_DECLARE macros on the return types ofChuck Murcko2001-05-111-1/+1
* C::Scan strikes again; include argument name in ap_invoke_handler prototypeDoug MacEachern2001-04-301-1/+1
* Add ap_set_int_slot() functionDoug MacEachern2001-04-201-0/+12
* We need a prototype for ap_show_mpmRyan Bloom2001-04-141-0/+7
* Reformat declaration so make_export.awk will recognize them. Yes, I know thisBrian Havard2001-04-021-6/+3
* Performance: Add quick_handler hook. This hook is called at theBill Stoddard2001-03-271-0/+10
* top_module global variable renamed to ap_top_moduleDoug MacEachern2001-03-261-2/+2
* Reconsidered the wisdom of this change... back to the drawing board.William A. Rowe Jr2001-02-251-0/+8
* Clean up namespace badness with s/configfile_t/ap_configfile_t/William A. Rowe Jr2001-02-251-24/+16
* remove ap_{post_config,child_init}_hookDoug MacEachern2001-02-231-19/+0
* server_rec* -> server_rec * (sorry for nit, C::Scan made me doit)Doug MacEachern2001-02-221-1/+1
* avoid c++ keywordsDoug MacEachern2001-02-221-2/+2
* - more ap_conf_vector_t fixup.Greg Stein2001-02-181-17/+25
* *) Introduce "ap_conf_vector_t" type to assist with legibility and provideGreg Stein2001-02-181-14/+26
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* fix minor prototype inconsistencies noticed with C::ScanDoug MacEachern2001-02-041-9/+9
* More doc improvements.Ben Laurie2001-01-291-1/+1
* Add support for type-safe optional functions.Ben Laurie2001-01-271-0/+8
* Remove AddModule and ClearModuleList. Neither directive really makesRyan Bloom2001-01-211-6/+0
* The only symbol dropped, not counting regcomp regerror regexec regfreeWilliam A. Rowe Jr2001-01-191-1/+2
* Normalize the use of AP_DECLARE_DATAWilliam A. Rowe Jr2001-01-191-4/+4
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-1/+1
* Provide apr_pool_t arg to register_hooks, since anything they do in thatWilliam A. Rowe Jr2001-01-171-12/+18
* Provide apr_pool_t arg to register_hooks, since anything they do in thatWilliam A. Rowe Jr2001-01-171-1/+2
* adjust remaining modules to use the new handler hook method (Alan Edwards)Doug MacEachern2001-01-091-3/+2
* Make handlers use hooks.Ben Laurie2001-01-071-17/+9
* Force all Apache functions to be linked into the executable, whether theyRyan Bloom2000-12-191-0/+4
* Make mod_auth_db compile cleanly in 2.0Ryan Bloom2000-10-301-2/+2
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-43/+43
* Start introducing the extension-method elements so we're notKen Coar2000-09-131-0/+1
* Preset the cmd_parms->limited field to the magic 'no limit active'Ken Coar2000-08-121-2/+16