summaryrefslogtreecommitdiffstats
path: root/server/core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Save a few bytes in conf pool when processing 'Define'.Christophe Jaillet2015-11-061-9/+16
* Save a few bytes in conf pool when processing 'AllowOverrideList'.Christophe Jaillet2015-11-061-2/+3
* first request on master connection only reports more preferred protocols in U...Stefan Eissing2015-10-261-1/+1
* disabling protocol upgrades on slave connectionsStefan Eissing2015-10-261-5/+13
* Make the fix for fully qualifying REDIRECT_URL from PR#57785 opt-in. Eric Covener2015-10-241-0/+16
* announce protocol choices on first requestStefan Eissing2015-10-231-0/+12
* new ap_is_allowed_protocol() for testing configured protocols, added H2Upgrad...Stefan Eissing2015-10-201-2/+1
* Add the AsyncFilter directive that allows the asynchronous filterGraham Leggett2015-10-071-4/+41
* core: Extend support for asynchronous write completion from theGraham Leggett2015-10-041-0/+6
* axe unused variableJeff Trawick2015-09-121-1/+0
* changed Protocols default to http/1.1 only, updated documentation, changed ap...Stefan Eissing2015-09-031-1/+2
* adding ap_get_protocol(c) which safeguards against NULL returns, for use inst...Stefan Eissing2015-08-261-7/+1
* changed Protocols to let vhosts override servers, removed old H2Engine exampl...Stefan Eissing2015-08-241-1/+2
* removed unnecessary lingering_close and sbh update on end of protocol upgrade...Stefan Eissing2015-08-171-7/+0
* new directive ProtocolsHonorOrder, added documentation for Protocols feature,...Stefan Eissing2015-08-131-4/+34
* c89Eric Covener2015-08-031-1/+2
* removed accidental codeStefan Eissing2015-07-241-3/+0