summaryrefslogtreecommitdiff
path: root/include/http_config.h
Commit message (Expand)AuthorAgeFilesLines
* http_config: follow up to r1702948: maybe unused, yet maybe usefull too.Yann Ylavic2016-09-061-6/+6
* Fix spelling in comments and text files.Rainer Jung2016-08-111-2/+2
* mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,Yann Ylavic2016-04-261-3/+6
* httpd compiles warning free on gcc and every new warning will be treated as a...Stefan Eissing2015-09-141-1/+18
* expand commentEric Covener2015-01-301-2/+2
* Provide a way for EXEC_ON_READ directives to see their contextEric Covener2015-01-301-1/+4
* AP_INIT_NO_ARGS mishandled in macroEric Covener2015-01-271-2/+2
* doxygen improvementsJeff Trawick2014-01-221-1/+11
* fix a couple of grammar problemsJeff Trawick2013-08-011-2/+2
* Replace pre_htaccess hook with more flexible open_htaccess hookStefan Fritsch2013-07-021-6/+22
* Make ap_check_cmd_context() treat <If> sections like <File> sections.Stefan Fritsch2012-11-071-3/+3
* add pre_htaccess hook; in conjunction with earlier dirwalk_statJeff Trawick2012-09-241-0/+9
* Docs (and minor comment change) for DefaultRuntimeDir directiveJim Jagielski2012-03-071-1/+1
* Fold on Jeff's DefaultRuntimeDir impl... docs on the wayJim Jagielski2012-03-071-0/+8
* Core configuration: add AllowOverride option to treat syntaxNick Kew2012-01-091-0/+7
* Clean up size_t abuse, part 2. ap_malloc/calloc/realloc are explicitlyWilliam A. Rowe Jr2012-01-061-3/+3
* Limit length of lines in .htaccess to 8K again, to reduce DoS potential.Stefan Fritsch2011-12-121-0/+6
* Consistenly use apr_file_* API instead of libc when dumping config becauseStefan Fritsch2011-10-091-0/+4
* cleanups related to new AllowOverrideList functionality:Stefan Fritsch2011-08-031-0/+1
* Add AllowOverrideList directive and documentationDaniel Ruggeri2011-07-271-0/+5
* Document the weird semantics of ap_find_command_in_modules()Stefan Fritsch2011-07-261-3/+6
* dox fixStefan Fritsch2011-06-251-0/+1
* Cleanup... most don't need apr_hooks.h at all...Jim Jagielski2011-05-091-1/+0
* Add new ap_reserve_module_slots/ap_reserve_module_slots_directive API,Stefan Fritsch2011-04-251-1/+18
* clarify commentStefan Fritsch2011-04-171-1/+1
* Axed tabs and trailing spaces.Guenter Knauf2011-04-131-106/+106
* Add CHANGES entry for r1086756 / ap_cfg_* changeStefan Fritsch2011-03-291-1/+2
* Change the ap_cfg_getline() and ap_cfg_getc() to return an error code.Stefan Fritsch2011-03-291-14/+30
* fix doxygen warningsJeff Trawick2011-03-271-1/+1
* fix some grammar mistakes, mostly in commentsJeff Trawick2011-03-121-2/+2
* Fix some Windows build issuesStefan Fritsch2010-11-251-1/+1
* mod_proxy: Fix ProxyPassInterpolateEnv directive.Stefan Fritsch2010-11-181-1/+11
* * Fix parameter name as new is a reserved word in C++ which makes compilingRuediger Pluem2010-11-101-4/+4
* Add a generic pool cleanup function that sets a pointer to NULL and useStefan Fritsch2010-11-061-0/+8
* Add ErrorLogFormat directive for configuring the error log format, includingStefan Fritsch2010-09-051-1/+1
* - add more comments explaining the logging macrosStefan Fritsch2010-08-251-3/+20
* Trivial spelling fix so I can closeNick Kew2010-07-201-1/+1
* Add ap_find_module_short_name() to quickly get the module short nameStefan Fritsch2010-07-191-2/+12
* re-order many struct members for better alignment on 64bitStefan Fritsch2010-06-301-2/+2
* - Introduce ap_log_cserror to allow mod_ssl to associate log messages toStefan Fritsch2010-06-141-0/+20
* Fix some issues found by Ruediger PluemStefan Fritsch2010-06-091-1/+0
* - Add loglevels to request_rec and conn_recStefan Fritsch2010-06-061-13/+62
* - Introduce log levels trace1/.../trace8Stefan Fritsch2010-06-061-0/+50
* First order simplification; Add IncludeOptional for introducingWilliam A. Rowe Jr2010-04-071-18/+13
* Add the missing header file from r928916.Graham Leggett2010-03-311-0/+23
* replace duplicate code with new function ap_parse_log_level()Stefan Fritsch2010-02-011-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