| Commit message (Expand) | Author | Age | Files | Lines |
* | Perform correct, strict parsing of the request line, handling the | William A. Rowe Jr | 2016-08-18 | 1 | -18/+37 |
* | Renaming this directive to HttpProtocolOptions after discussion on dev@ | William A. Rowe Jr | 2016-08-17 | 1 | -5/+5 |
* | Rename the previously undocumented HTTPProtocol directive | William A. Rowe Jr | 2016-08-16 | 1 | -26/+28 |
* | Add -DDUMP_INCLUDES configtest option to show the tree | Eric Covener | 2016-06-11 | 1 | -0/+22 |
* | Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen | William A. Rowe Jr | 2016-06-09 | 1 | -92/+92 |
* | Remove out-dated comment | Christophe Jaillet | 2016-05-20 | 1 | -1/+0 |
* | We need another guard, this may resolve a crash in the rather odd faux-server | William A. Rowe Jr | 2016-05-03 | 1 | -1/+4 |
* | Ensure http2 follows http in the meaning of | William A. Rowe Jr | 2016-04-27 | 1 | -1/+1 |
* | mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections, | Yann Ylavic | 2016-04-26 | 1 | -1/+4 |
* | core: '!x == 0' => 'x != 0' to avoid a compiler warning (suggesting parens). | Yann Ylavic | 2016-03-30 | 1 | -1/+1 |
* | fix order of lowercase/compare for r->handler | Eric Covener | 2016-03-19 | 1 | -9/+9 |
* | Add CGIVar directive for configuring REQUEST_URI behavior | Jeff Trawick | 2016-03-14 | 1 | -0/+36 |
* | Fix doc string for QualifyRedirectURL, and related typo in manual | Jeff Trawick | 2016-03-13 | 1 | -2/+2 |
* | core: Extend support for setting aside data from the network input filter | Graham Leggett | 2016-03-12 | 1 | -2/+2 |
* | Fix a bug in <UnDefine ...> directive processing. When used, the last <Define... | Christophe Jaillet | 2016-02-28 | 1 | -1/+1 |
* | Save a few bytes in conf pool when parsing 'DocumentRoot' directive on some OS. | Christophe Jaillet | 2016-02-25 | 1 | -1/+1 |
* | Save a few bytes in conf pool when parsing 'DefaultRuntimeDir' directive. | Christophe Jaillet | 2016-02-25 | 1 | -1/+1 |
* | mpm: Add a complete_connection hook that confirms whether an MPM is allowed | Graham Leggett | 2016-02-19 | 1 | -1/+3 |
* | Introduce an ap_get_useragent_host() accessor to replace the old | William A. Rowe Jr | 2016-02-12 | 1 | -13/+96 |
* | Unwind commit 1729901 (and 1729926), it was not ready for trunk | William A. Rowe Jr | 2016-02-12 | 1 | -89/+10 |
* | Fix compile error: | Rainer Jung | 2016-02-12 | 1 | -5/+5 |
* | Introduce an ap_get_useragent_host() accessor to replace the old | William A. Rowe Jr | 2016-02-11 | 1 | -10/+89 |
* | Revert r1729897, 1729898, my copy of core.c was polluted by a different patch | William A. Rowe Jr | 2016-02-11 | 1 | -114/+32 |
* | Introduce an ap_get_useragent_host() accessor to replace the old | William A. Rowe Jr | 2016-02-11 | 1 | -32/+114 |
* | 1726233 temporarily broke UDS r->handler case sensitivity | Eric Covener | 2016-02-09 | 1 | -1/+3 |
* | from feedback, assume all parameters to SetHandler are expressions. | Eric Covener | 2016-01-22 | 1 | -19/+12 |
* | Added many log numbers to log statements that | Rainer Jung | 2016-01-19 | 1 | -1/+1 |
* | allow expressions to be used in SetHandler. Opt-in with expr= prefix. | Eric Covener | 2016-01-18 | 1 | -2/+30 |
* | Follow up to r1715876: core directives' tokens are ASCII. | Yann Ylavic | 2015-12-30 | 1 | -90/+90 |
* | Follow up to r1715876: core directives are ASCII. | Yann Ylavic | 2015-12-30 | 1 | -3/+3 |
* | Use 'ap_array_str_contains' to simplify code. | Christophe Jaillet | 2015-12-11 | 1 | -11/+1 |
* | Revert r1715289 (Connection header field should use "upgrade" instead of "Upg... | Christophe Jaillet | 2015-11-19 | 1 | -2/+2 |
* | Connection header field should use "upgrade" instead of "Upgrade" | Christophe Jaillet | 2015-11-19 | 1 | -2/+2 |
* | Save a few bytes in conf pool when processing 'Define'. | Christophe Jaillet | 2015-11-06 | 1 | -9/+16 |
* | Save a few bytes in conf pool when processing 'AllowOverrideList'. | Christophe Jaillet | 2015-11-06 | 1 | -2/+3 |
* | first request on master connection only reports more preferred protocols in U... | Stefan Eissing | 2015-10-26 | 1 | -1/+1 |
* | disabling protocol upgrades on slave connections | Stefan Eissing | 2015-10-26 | 1 | -5/+13 |
* | Make the fix for fully qualifying REDIRECT_URL from PR#57785 opt-in. | Eric Covener | 2015-10-24 | 1 | -0/+16 |
* | announce protocol choices on first request | Stefan Eissing | 2015-10-23 | 1 | -0/+12 |
* | new ap_is_allowed_protocol() for testing configured protocols, added H2Upgrad... | Stefan Eissing | 2015-10-20 | 1 | -2/+1 |
* | Add the AsyncFilter directive that allows the asynchronous filter | Graham Leggett | 2015-10-07 | 1 | -4/+41 |
* | core: Extend support for asynchronous write completion from the | Graham Leggett | 2015-10-04 | 1 | -0/+6 |
* | axe unused variable | Jeff Trawick | 2015-09-12 | 1 | -1/+0 |
* | changed Protocols default to http/1.1 only, updated documentation, changed ap... | Stefan Eissing | 2015-09-03 | 1 | -1/+2 |
* | adding ap_get_protocol(c) which safeguards against NULL returns, for use inst... | Stefan Eissing | 2015-08-26 | 1 | -7/+1 |
* | changed Protocols to let vhosts override servers, removed old H2Engine exampl... | Stefan Eissing | 2015-08-24 | 1 | -1/+2 |
* | removed unnecessary lingering_close and sbh update on end of protocol upgrade... | Stefan Eissing | 2015-08-17 | 1 | -7/+0 |
* | new directive ProtocolsHonorOrder, added documentation for Protocols feature,... | Stefan Eissing | 2015-08-13 | 1 | -4/+34 |
* | c89 | Eric Covener | 2015-08-03 | 1 | -1/+2 |
* | removed accidental code | Stefan Eissing | 2015-07-24 | 1 | -3/+0 |