summaryrefslogtreecommitdiffstats
path: root/server/core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Follow up to r1740928: including NOT_IN_PROXY in NOT_IN_DIR_LOC_FILE is bothYann Ylavic2017-10-141-23/+20
* core: Disallow Methods' registration at run time (.htaccess), they may beYann Ylavic2017-09-081-0/+6
* Be explicit and safe (const) with the strings stored in ap_server_config_defi...Yann Ylavic2017-07-181-5/+4
* allow quoted paths in <IfFile>Eric Covener2017-06-071-7/+10
* On the trunk:Stefan Eissing2017-03-191-1/+6
* print r->uri during failureEric Covener2017-03-161-1/+1
* * server/config.c, include/http_config.h (ap_build_cont_config,Joe Orton2017-03-091-2/+2
* * server/core.c (start_cond_section): Comment & variable name fixes,Joe Orton2017-03-091-5/+4
* Add <IfDirective> and <IfSection>:Joe Orton2017-03-091-0/+17
* Remove duplicate implementations of conditional section function. NoJoe Orton2017-03-081-82/+29
* default_handler: cleanup outputed brigade before leaving.Yann Ylavic2017-02-141-0/+2
* add an <IfFile> config section like <IfDefine>Eric Covener2016-11-151-0/+45
* Dropped the never-released ap_has_cntrls() as it had very limited William A. Rowe Jr2016-10-141-15/+3
* mpm_winnt: remove 'data' AcceptFilter in favor of 'connect'Jacob Champion2016-08-301-0/+4
* Folding StrictWhitespace into the Strict ruleset of RFC7230, per dev@ poll.William A. Rowe Jr2016-08-291-13/+0
* Rename LenientWhitespace to UnsafeWhitespace and change StrictWhitespaceWilliam A. Rowe Jr2016-08-251-8/+8
* Introduce StrictURI|UnsafeURI for RFC3986 enforcementWilliam A. Rowe Jr2016-08-191-2/+16
* Perform correct, strict parsing of the request line, handling theWilliam A. Rowe Jr2016-08-181-18/+37
* Renaming this directive to HttpProtocolOptions after discussion on dev@William A. Rowe Jr2016-08-171-5/+5
* Rename the previously undocumented HTTPProtocol directiveWilliam A. Rowe Jr2016-08-161-26/+28
* Add -DDUMP_INCLUDES configtest option to show the treeEric Covener2016-06-111-0/+22
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-091-92/+92
* Remove out-dated commentChristophe Jaillet2016-05-201-1/+0
* We need another guard, this may resolve a crash in the rather odd faux-serverWilliam A. Rowe Jr2016-05-031-1/+4
* Ensure http2 follows http in the meaning ofWilliam A. Rowe Jr2016-04-271-1/+1
* mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,Yann Ylavic2016-04-261-1/+4
* core: '!x == 0' => 'x != 0' to avoid a compiler warning (suggesting parens).Yann Ylavic2016-03-301-1/+1
* fix order of lowercase/compare for r->handlerEric Covener2016-03-191-9/+9
* Add CGIVar directive for configuring REQUEST_URI behaviorJeff Trawick2016-03-141-0/+36
* Fix doc string for QualifyRedirectURL, and related typo in manualJeff Trawick2016-03-131-2/+2
* core: Extend support for setting aside data from the network input filterGraham Leggett2016-03-121-2/+2
* Fix a bug in <UnDefine ...> directive processing. When used, the last <Define...Christophe Jaillet2016-02-281-1/+1
* Save a few bytes in conf pool when parsing 'DocumentRoot' directive on some OS.Christophe Jaillet2016-02-251-1/+1
* Save a few bytes in conf pool when parsing 'DefaultRuntimeDir' directive.Christophe Jaillet2016-02-251-1/+1
* mpm: Add a complete_connection hook that confirms whether an MPM is allowedGraham Leggett2016-02-191-1/+3
* Introduce an ap_get_useragent_host() accessor to replace the oldWilliam A. Rowe Jr2016-02-121-13/+96
* Unwind commit 1729901 (and 1729926), it was not ready for trunkWilliam A. Rowe Jr2016-02-121-89/+10
* Fix compile error:Rainer Jung2016-02-121-5/+5
* Introduce an ap_get_useragent_host() accessor to replace the oldWilliam A. Rowe Jr2016-02-111-10/+89
* Revert r1729897, 1729898, my copy of core.c was polluted by a different patchWilliam A. Rowe Jr2016-02-111-114/+32
* Introduce an ap_get_useragent_host() accessor to replace the oldWilliam A. Rowe Jr2016-02-111-32/+114
* 1726233 temporarily broke UDS r->handler case sensitivityEric Covener2016-02-091-1/+3
* from feedback, assume all parameters to SetHandler are expressions.Eric Covener2016-01-221-19/+12
* Added many log numbers to log statements thatRainer Jung2016-01-191-1/+1
* allow expressions to be used in SetHandler. Opt-in with expr= prefix.Eric Covener2016-01-181-2/+30
* Follow up to r1715876: core directives' tokens are ASCII.Yann Ylavic2015-12-301-90/+90
* Follow up to r1715876: core directives are ASCII.Yann Ylavic2015-12-301-3/+3
* Use 'ap_array_str_contains' to simplify code.Christophe Jaillet2015-12-111-11/+1
* Revert r1715289 (Connection header field should use "upgrade" instead of "Upg...Christophe Jaillet2015-11-191-2/+2
* Connection header field should use "upgrade" instead of "Upgrade"Christophe Jaillet2015-11-191-2/+2