| Commit message (Expand) | Author | Age | Files | Lines |
* | * server/util.c: Make "nul" symbol private. | Joe Orton | 2019-06-20 | 1 | -1/+1 |
* | Provide TEST_CHAR marco in test_char.h | Yann Ylavic | 2019-03-28 | 1 | -7/+0 |
* | remove null check | Eric Covener | 2019-03-18 | 1 | -1/+1 |
* | * Play safe in case we get no name | Ruediger Pluem | 2019-03-18 | 1 | -0/+4 |
* | * Revert r1855741 which committed other stuff as well. | Ruediger Pluem | 2019-03-18 | 1 | -4/+0 |
* | * Play safe in case we get no name | Ruediger Pluem | 2019-03-18 | 1 | -0/+4 |
* | Merge consecutive slashes in the URL by default | Eric Covener | 2019-03-17 | 1 | -3/+7 |
* | Follow up to r1847430. | Christophe Jaillet | 2019-02-10 | 1 | -2/+2 |
* | core: Split out the ability to parse wildcard files and directories | Graham Leggett | 2018-11-25 | 1 | -0/+209 |
* | util_filter: protect ap_filter_t private fields from external (ab)use. | Yann Ylavic | 2018-09-05 | 1 | -16/+0 |
* | Fix a cppcheck warning. | Christophe Jaillet | 2018-08-17 | 1 | -0/+4 |
* | Axe some redundant conditions. PR 62549. | Yann Ylavic | 2018-08-13 | 1 | -1/+1 |
* | Correct see also comment | William A. Rowe Jr | 2018-07-19 | 1 | -2/+2 |
* | core: Add ap_reuse_brigade_from_pool(). | Yann Ylavic | 2018-07-16 | 1 | -0/+16 |
* | Save a few cycles. | Christophe Jaillet | 2018-04-22 | 1 | -3/+2 |
* | Follow up to r1609680: further simplify/optimize ap_proxy_strcmp_ematch(). | Yann Ylavic | 2018-03-09 | 1 | -2/+2 |
* | util.c: revert r1799375 during veto discussion | Jacob Champion | 2017-06-21 | 1 | -4/+4 |
* | Make case insensitive | Jim Jagielski | 2017-06-21 | 1 | -1/+6 |
* | util.c: add a strict Base64 decoding function | Jacob Champion | 2017-06-21 | 1 | -0/+70 |
* | util.c: ensure all TEST_CHAR loops stop at the null terminator | Jacob Champion | 2017-06-21 | 1 | -4/+4 |
* | Quiet spurious gcc warning in ap_parse_form_data ("'escaped_char[0]' may be | Yann Ylavic | 2017-06-15 | 1 | -2/+1 |
* | PR61124: ap_parse_form_data() EBCDIC fix | Eric Covener | 2017-05-27 | 1 | -22/+4 |
* | short-circuit on NULL | Eric Covener | 2017-05-26 | 1 | -4/+2 |
* | Introduce request taint-checking concept. | Nick Kew | 2017-04-21 | 1 | -0/+15 |
* | When redrawing the parser, ap_get_http_token looked to be useful, but there's | William A. Rowe Jr | 2016-10-18 | 1 | -19/+0 |
* | Dropped the never-released ap_has_cntrls() as it had very limited | William A. Rowe Jr | 2016-10-14 | 1 | -14/+4 |
* | Introduce StrictURI|UnsafeURI for RFC3986 enforcement | William A. Rowe Jr | 2016-08-19 | 1 | -0/+10 |
* | With NUL as a TOKEN_STOP, this code is more efficient | William A. Rowe Jr | 2016-07-29 | 1 | -1/+1 |
* | Introduce ap_scan_http_field_content, ap_scan_http_token | William A. Rowe Jr | 2016-07-29 | 1 | -1/+41 |
* | Have to walk it back, but somewhere along the way, I missed a critical edit | 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 | -2/+2 |
* | Major issue with these two specific edits falling into r1747469 | William A. Rowe Jr | 2016-06-09 | 1 | -2/+2 |
* | Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen | William A. Rowe Jr | 2016-06-09 | 1 | -6/+6 |
* | Update code to mirror r1747461 of apr-2.0 apr_cstr.c. | William A. Rowe Jr | 2016-06-09 | 1 | -67/+76 |
* | New support function: ap_getword_conf2[_nc] which acts | Jim Jagielski | 2015-12-30 | 1 | -0/+54 |
* | revert... hold off for now. | Jim Jagielski | 2015-12-29 | 1 | -27/+7 |
* | Ok... allow for getting "words" by also allowing the | Jim Jagielski | 2015-12-29 | 1 | -7/+27 |
* | Small changes to ap_casecmpstr[n]() for better performances, see: | Yann Ylavic | 2015-12-29 | 1 | -4/+6 |
* | More ap_casecmpstr[n]() usages (follow up to r1715876). | Yann Ylavic | 2015-11-23 | 1 | -1/+1 |
* | Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive). | Yann Ylavic | 2015-11-23 | 1 | -3/+3 |
* | Revert r1715789: will re-commit without spurious functional changes. | Yann Ylavic | 2015-11-23 | 1 | -3/+3 |
* | Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive). | Yann Ylavic | 2015-11-23 | 1 | -3/+3 |
* | Before they are used, rename ap_str[n]casecmp() to ap_casecmpstr[n]() to match | Yann Ylavic | 2015-11-23 | 1 | -2/+2 |
* | Introduce an ascii-like sortation for EBCDIC, case folding US-ASCII alpha only | William A. Rowe Jr | 2015-11-22 | 1 | -1/+49 |
* | revert until these functions are used. | Eric Covener | 2015-11-21 | 1 | -12/+0 |
* | stick with underlying strcasecmp on EBCDIC builds | Eric Covener | 2015-11-21 | 1 | -0/+12 |
* | move to simpler while loop and reduce number of returns | Jim Jagielski | 2015-11-21 | 1 | -10/+7 |
* | typo | Jim Jagielski | 2015-11-21 | 1 | -1/+1 |
* | make bill happy (if possible!) | Jim Jagielski | 2015-11-20 | 1 | -0/+1 |
* | Provide our own impl of str[n]casecmp() | Jim Jagielski | 2015-11-20 | 1 | -1/+68 |