summaryrefslogtreecommitdiffstats
path: root/include/http_config.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* replace duplicate code with new function ap_parse_log_level()Stefan Fritsch2010-02-021-0/+8
* Fix remaining doxygen warnings. "make dox" is now clean with doxygenDaniel Earl Poirier2009-11-031-6/+7
* Fix a lot of doxygen warnings. Thanks to Brad Hards for the patch.Daniel Earl Poirier2009-10-281-11/+14
* rename the new retained-data APIs to ap_retained_data_create()/ap_retained_da...Jeff Trawick2009-03-301-3/+3
* Provide ap_set_retained_data()/ap_get_retained_data() for preservationJeff Trawick2009-03-251-0/+15
* Remove CORE_PRIVATE.Paul Querna2008-04-071-4/+0
* "Method" in HTTP has a particular meaning, simple descriptiveWilliam A. Rowe Jr2008-04-051-13/+13
* Use correct Doxygen keywords for functions and variables. TODO: figure out w...Sander Temme2007-07-041-22/+21
* Introduce a check_config phase between pre_config and open_logs,Chris Darroch2006-08-151-0/+10
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* Doxygen fixup / cleanupIan Holsman2005-08-291-7/+12
* Add AP_INIT_TAKE_ARGV. There can be some inconsistent results because of the ...Paul Querna2005-05-051-1/+13
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* * include/http_config.h: Add missing parameter name.Joe Orton2004-12-151-1/+1
* Implement -t -DDUMP_MODULES using generic test_config hook rather thanJoe Orton2004-08-171-0/+7
* Added 'AllowOverride Options=Indexes,MultiViews' to give an admin betterPaul Querna2004-07-141-0/+4
* Nobody objected:André Malo2004-06-051-0/+13
* changed the following APIs to return an error instead of hard exiting:André Malo2004-04-251-6/+8
* ap_add_named_module is not used and maintained anymore. Drop it.André Malo2004-04-251-8/+0
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-071-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* Revert the change to the cmd_func typedef to avoid a type mismatchBradley Nicholes2003-10-311-1/+1
* * include/http_config.hSander Striker2003-10-311-1/+1
* * include/http_config.hSander Striker2003-03-071-1/+1
* * include/http_config.hSander Striker2003-03-061-2/+1
* Allow restart of httpd to occur even with syntax errors in the configJustin Erenkrantz2003-02-171-2/+5
* finished that boring job:André Malo2003-02-031-1/+1
* 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