| Commit message (Expand) | Author | Age | Files | Lines |
* | Make case insensitive | Jim Jagielski | 2017-06-21 | 1 | -1/+1 |
* | util.c: add a strict Base64 decoding function | Jacob Champion | 2017-06-21 | 1 | -0/+22 |
* | CVE-2017-3167: add documentation to ap_get_basic_auth_pw() | Jacob Champion | 2017-06-21 | 1 | -2/+9 |
* | core: deprecate and replace ap_get_basic_auth_pw | Eric Covener | 2017-05-26 | 2 | -2/+27 |
* | Introduce request taint-checking concept. | Nick Kew | 2017-04-21 | 2 | -1/+18 |
* | * server/config.c, include/http_config.h (ap_build_cont_config, | Joe Orton | 2017-03-09 | 1 | -2/+2 |
* | Add <IfDirective> and <IfSection>: | Joe Orton | 2017-03-09 | 2 | -1/+10 |
* | Revert r1783759: really more things than intended :p | Yann Ylavic | 2017-02-20 | 1 | -4/+0 |
* | Follow up to r1783755: update APLOGNO. | Yann Ylavic | 2017-02-20 | 1 | -0/+4 |
* | PR60647: ACC per connection not available w/ event MPM | Eric Covener | 2017-01-25 | 2 | -1/+3 |
* | Move definition of ASCII_ZERO to httpd.h and rename it ZERO_ASCII for consist... | Christophe Jaillet | 2017-01-06 | 1 | -0/+1 |
* | Happy New Year 2017 | Rainer Jung | 2017-01-02 | 1 | -1/+1 |
* | ap_reclaim_child_processes(): Implement terminate immediately | Stefan Fritsch | 2016-11-21 | 1 | -2/+1 |
* | http: Allow unknown response status' lines returned in the form of: | Yann Ylavic | 2016-11-15 | 1 | -0/+11 |
* | When redrawing the parser, ap_get_http_token looked to be useful, but there's | William A. Rowe Jr | 2016-10-18 | 2 | -14/+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 | 3 | -7/+6 |
* | Followup to r1764961: | Rainer Jung | 2016-10-16 | 1 | -8/+0 |
* | Fix new declaration. | Rainer Jung | 2016-10-16 | 1 | -1/+1 |
* | Followup to r1764961: | Rainer Jung | 2016-10-16 | 1 | -5/+3 |
* | util_script.h: clarify ap_scan_script_header_* behavior | Jacob Champion | 2016-09-12 | 1 | -16/+56 |
* | http_config: follow up to r1702948: maybe unused, yet maybe usefull too. | Yann Ylavic | 2016-09-06 | 1 | -6/+6 |
* | New optional flag to enforce <CR><LF> line delimiters in ap_[r]getline, | William A. Rowe Jr | 2016-08-30 | 2 | -6/+14 |
* | Dropped a public structure elt, bump major | William A. Rowe Jr | 2016-08-29 | 1 | -1/+2 |
* | Folding StrictWhitespace into the Strict ruleset of RFC7230, per dev@ poll. | William A. Rowe Jr | 2016-08-29 | 1 | -5/+0 |
* | Rename LenientWhitespace to UnsafeWhitespace and change StrictWhitespace | William A. Rowe Jr | 2016-08-25 | 1 | -1/+1 |
* | ap_reclaim_child_processes() ignores its first argument | Stefan Fritsch | 2016-08-21 | 1 | -1/+2 |
* | Introduce StrictURI|UnsafeURI for RFC3986 enforcement | William A. Rowe Jr | 2016-08-19 | 2 | -0/+12 |
* | Perform correct, strict parsing of the request line, handling the | William A. Rowe Jr | 2016-08-18 | 2 | -2/+14 |
* | Correct AP_HTTP_CONFORMANCE_ flags with an ap_mmn.h bump | William A. Rowe Jr | 2016-08-17 | 2 | -3/+5 |
* | 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 | 2 | -3/+19 |
* | Revert r1756064 and r1756060 until fixed (tests framework passes). | Yann Ylavic | 2016-08-12 | 2 | -19/+3 |
* | [mod_proxy_]http: follow up to r1750392. | Yann Ylavic | 2016-08-12 | 2 | -3/+19 |
* | Fix spelling in comments and text files. | Rainer Jung | 2016-08-11 | 5 | -7/+7 |
* | 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 | 2 | -1/+28 |
* | A whole lotta nope, if you implement HTCPCP then register your methods in init | William A. Rowe Jr | 2016-07-18 | 1 | -3/+9 |
* | 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 |
* | A much more innocuous cut-and-paste flaw | William A. Rowe Jr | 2016-06-09 | 1 | -1/+1 |
* | Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen | William A. Rowe Jr | 2016-06-09 | 1 | -13/+22 |
* | Major issue with these two specific edits falling into r1747469 | William A. Rowe Jr | 2016-06-09 | 1 | -22/+13 |
* | Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen | William A. Rowe Jr | 2016-06-09 | 2 | -15/+25 |
* | mod_dav: Add support for childtags to dav_error. | Graham Leggett | 2016-05-31 | 1 | -1/+2 |