| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | final final change to the new ap_array_str_* functions after review | Stefan Eissing | 2015-09-03 | 1 | -12/+16 |
* | giving ap_array_index a start parameter, adding ap_array_contains | Stefan Eissing | 2015-08-27 | 1 | -4/+12 |
* | creating ap_array_index in util, forwarding scheme into request processing, e... | Stefan Eissing | 2015-08-18 | 1 | -1/+1 |
* | introducing ap_array_index in util, used in protocol and mod_h2 | Stefan Eissing | 2015-08-17 | 1 | -0/+13 |
* | Configuration files with long lines and continuation characters | Eric Covener | 2014-12-29 | 1 | -15/+15 |
* | SECURITY (CVE-2014-0117): Fix a crash in mod_proxy. In a reverse | Joe Orton | 2014-07-15 | 1 | -0/+89 |
* | Remove some 'register' in variable declaration. | Christophe Jaillet | 2014-07-14 | 1 | -7/+7 |
* | Follow up to r1384924 . | Christophe Jaillet | 2014-04-24 | 1 | -1/+5 |
* | s/apr_pstrndup/apr_pstrmemdup/ when applicable | Christophe Jaillet | 2014-02-01 | 1 | -5/+3 |
* | Use %pm in order to save 8k of stack in 'ap_pcfg_strerror' | Christophe Jaillet | 2014-02-01 | 1 | -5/+7 |
* | Be more clever when allocating memory for log item to be escaped. | Christophe Jaillet | 2013-05-22 | 1 | -2/+19 |
* | Revert change in order to apply a better solution. | Christophe Jaillet | 2013-05-22 | 1 | -15/+1 |
* | core: Stop the HTTP_IN filter from attempting to write error buckets | Graham Leggett | 2013-05-14 | 1 | -1/+1 |
* | core: Add the ability to do explicit matching on weak and strong ETags | Graham Leggett | 2013-05-06 | 1 | -6/+66 |
* | Turn a int into a apr_size_t for a variabe used to compute a string length | Christophe Jaillet | 2013-04-15 | 1 | -1/+1 |
* | Part two of r1467523 | Daniel Ruggeri | 2013-04-14 | 1 | -1/+1 |