| Commit message (Expand) | Author | Age | Files | Lines |
* | Follow up to r1740928: including NOT_IN_PROXY in NOT_IN_DIR_LOC_FILE is both | Yann Ylavic | 2017-10-14 | 1 | -23/+20 |
* | core: Disallow Methods' registration at run time (.htaccess), they may be | Yann Ylavic | 2017-09-08 | 1 | -0/+6 |
* | Be explicit and safe (const) with the strings stored in ap_server_config_defi... | Yann Ylavic | 2017-07-18 | 1 | -5/+4 |
* | allow quoted paths in <IfFile> | Eric Covener | 2017-06-07 | 1 | -7/+10 |
* | On the trunk: | Stefan Eissing | 2017-03-19 | 1 | -1/+6 |
* | print r->uri during failure | Eric Covener | 2017-03-16 | 1 | -1/+1 |
* | * server/config.c, include/http_config.h (ap_build_cont_config, | Joe Orton | 2017-03-09 | 1 | -2/+2 |
* | * server/core.c (start_cond_section): Comment & variable name fixes, | Joe Orton | 2017-03-09 | 1 | -5/+4 |
* | Add <IfDirective> and <IfSection>: | Joe Orton | 2017-03-09 | 1 | -0/+17 |
* | Remove duplicate implementations of conditional section function. No | Joe Orton | 2017-03-08 | 1 | -82/+29 |
* | default_handler: cleanup outputed brigade before leaving. | Yann Ylavic | 2017-02-14 | 1 | -0/+2 |
* | add an <IfFile> config section like <IfDefine> | Eric Covener | 2016-11-15 | 1 | -0/+45 |
* | Dropped the never-released ap_has_cntrls() as it had very limited | William A. Rowe Jr | 2016-10-14 | 1 | -15/+3 |
* | mpm_winnt: remove 'data' AcceptFilter in favor of 'connect' | Jacob Champion | 2016-08-30 | 1 | -0/+4 |
* | Folding StrictWhitespace into the Strict ruleset of RFC7230, per dev@ poll. | William A. Rowe Jr | 2016-08-29 | 1 | -13/+0 |
* | Rename LenientWhitespace to UnsafeWhitespace and change StrictWhitespace | William A. Rowe Jr | 2016-08-25 | 1 | -8/+8 |
* | Introduce StrictURI|UnsafeURI for RFC3986 enforcement | William A. Rowe Jr | 2016-08-19 | 1 | -2/+16 |
* | 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 |