| Commit message (Expand) | Author | Age | Files | Lines |
* | config: follow up to r1809302. | Yann Ylavic | 2017-09-22 | 1 | -1/+2 |
* | config: allow to specify flags when registering modules. | Yann Ylavic | 2017-09-22 | 1 | -1/+2 |
* | core, mpm_event: Add ap_update_sb_handle() to avoid a small memory leak of | Yann Ylavic | 2017-07-21 | 1 | -1/+2 |
* | core: deprecate and replace ap_get_basic_auth_pw | Eric Covener | 2017-05-26 | 1 | -1/+3 |
* | Introduce request taint-checking concept. | Nick Kew | 2017-04-21 | 1 | -1/+2 |
* | Add <IfDirective> and <IfSection>: | Joe Orton | 2017-03-09 | 1 | -1/+2 |
* | PR60647: ACC per connection not available w/ event MPM | Eric Covener | 2017-01-25 | 1 | -1/+2 |
* | When redrawing the parser, ap_get_http_token looked to be useful, but there's | William A. Rowe Jr | 2016-10-18 | 1 | -4/+4 |
* | Follow up to r1765115: MMN minor is now 3. | Yann Ylavic | 2016-10-16 | 1 | -1/+1 |
* | Complete r1764961, missed .h updates | William A. Rowe Jr | 2016-10-16 | 1 | -0/+3 |
* | New optional flag to enforce <CR><LF> line delimiters in ap_[r]getline, | William A. Rowe Jr | 2016-08-30 | 1 | -1/+2 |
* | Dropped a public structure elt, bump major | William A. Rowe Jr | 2016-08-29 | 1 | -1/+2 |
* | Perform correct, strict parsing of the request line, handling the | William A. Rowe Jr | 2016-08-18 | 1 | -2/+4 |
* | Correct AP_HTTP_CONFORMANCE_ flags with an ap_mmn.h bump | William A. Rowe Jr | 2016-08-17 | 1 | -1/+4 |
* | Follow up to r1750392: r1756186 should have also bumped MMN minor for | Yann Ylavic | 2016-08-14 | 1 | -1/+1 |
* | Follow up to r1750392: r1756186 should have also bumped MMN minor for | Yann Ylavic | 2016-08-14 | 1 | -1/+3 |
* | [mod_proxy_]http: follow up to r1750392. | Yann Ylavic | 2016-08-12 | 1 | -3/+4 |
* | Revert r1756064 and r1756060 until fixed (tests framework passes). | Yann Ylavic | 2016-08-12 | 1 | -4/+3 |
* | [mod_proxy_]http: follow up to r1750392. | Yann Ylavic | 2016-08-12 | 1 | -3/+4 |
* | We didn't change the MODULE_MAGIC_NUMBER_MAJOR | Jim Jagielski | 2016-08-05 | 1 | -1/+1 |
* | Introduce ap_scan_http_field_content, ap_scan_http_token | William A. Rowe Jr | 2016-07-29 | 1 | -1/+3 |
* | mod_proxy_{http,ajp,fcgi}}: don't reuse backend connections with data available | Yann Ylavic | 2016-06-27 | 1 | -1/+3 |
* | mod_proxy: revert r1750301, r1750305 and r1750311. | Yann Ylavic | 2016-06-27 | 1 | -2/+1 |
* | mod_proxy: follow up to r1750301. | Yann Ylavic | 2016-06-27 | 1 | -1/+2 |
* | Allow other modules to become providers and add ACLs | Graham Leggett | 2016-06-14 | 1 | -1/+3 |
* | mod_dav: Add dav_begin_multistatus, dav_send_one_response, | Graham Leggett | 2016-06-12 | 1 | -1/+5 |
* | mod_dav: Add dav_get_provider_name() function to obtain the name | Graham Leggett | 2016-06-12 | 1 | -1/+2 |
* | Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen | William A. Rowe Jr | 2016-06-09 | 1 | -2/+3 |
* | mod_dav: Add support for childtags to dav_error. | Graham Leggett | 2016-05-31 | 1 | -1/+2 |
* | Follow up to r1740928: update docs (contexts) and minor MMN. | Yann Ylavic | 2016-04-26 | 1 | -1/+5 |
* | Follow up to r1736217: really bump MMN minor. | Yann Ylavic | 2016-03-24 | 1 | -1/+1 |
* | core: Add missing AP_IMPLEMENT_OPTIONAL_HOOK_RUN_FIRST. | Yann Ylavic | 2016-03-22 | 1 | -0/+1 |
* | Mention cgi_var_rules, fix expr_handler typos | Jeff Trawick | 2016-03-21 | 1 | -1/+2 |
* | reverting the reverting of r1735174, r1735176 was the culprit | Stefan Eissing | 2016-03-16 | 1 | -1/+8 |
* | reverting r1735174 as http/1.1 just terminated before response | Stefan Eissing | 2016-03-16 | 1 | -8/+1 |
* | mpm: Generalise the ap_mpm_register_socket functions to accept pipes or sockets. | Graham Leggett | 2016-03-15 | 1 | -1/+8 |
* | core: Extend support for setting aside data from the network input filter | Graham Leggett | 2016-03-12 | 1 | -2/+5 |
* | core: Split ap_create_request() from ap_read_request() | Graham Leggett | 2016-03-08 | 1 | -1/+2 |
* | mpm: Add a complete_connection hook that confirms whether an MPM is allowed | Graham Leggett | 2016-02-19 | 1 | -1/+3 |
* | update description of mmn bum 20150222.10 to include pre_close connection add... | Stefan Eissing | 2016-02-12 | 1 | -1/+3 |
* | Introduce an ap_get_useragent_host() accessor to replace the old | William A. Rowe Jr | 2016-02-12 | 1 | -1/+3 |
* | Unwind commit 1729901 (and 1729926), it was not ready for trunk | William A. Rowe Jr | 2016-02-12 | 1 | -3/+1 |
* | Introduce an ap_get_useragent_host() accessor to replace the old | William A. Rowe Jr | 2016-02-11 | 1 | -1/+3 |
* | Revert r1729897, 1729898, my copy of core.c was polluted by a different patch | William A. Rowe Jr | 2016-02-11 | 1 | -3/+1 |
* | Introduce an ap_get_useragent_host() accessor to replace the old | William A. Rowe Jr | 2016-02-11 | 1 | -1/+3 |
* | r1726009 was a minor bump only | Eric Covener | 2016-02-09 | 1 | -3/+4 |
* | mmn bump for scoreboard api changes | Stefan Eissing | 2016-01-21 | 1 | -2/+3 |
* | missed in r1725149 | Eric Covener | 2016-01-18 | 1 | -1/+1 |
* | allow expressions to be used in SetHandler. Opt-in with expr= prefix. | Eric Covener | 2016-01-18 | 1 | -0/+1 |
* | New support function: ap_getword_conf2[_nc] which acts | Jim Jagielski | 2015-12-30 | 1 | -1/+2 |