summaryrefslogtreecommitdiffstats
path: root/server/util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Axe some redundant conditions. PR 62549.Yann Ylavic2018-08-131-1/+1
* Correct see also commentWilliam A. Rowe Jr2018-07-191-2/+2
* core: Add ap_reuse_brigade_from_pool().Yann Ylavic2018-07-161-0/+16
* Save a few cycles.Christophe Jaillet2018-04-221-3/+2
* Follow up to r1609680: further simplify/optimize ap_proxy_strcmp_ematch().Yann Ylavic2018-03-091-2/+2
* util.c: revert r1799375 during veto discussionJacob Champion2017-06-211-4/+4
* Make case insensitiveJim Jagielski2017-06-211-1/+6
* util.c: add a strict Base64 decoding functionJacob Champion2017-06-211-0/+70
* util.c: ensure all TEST_CHAR loops stop at the null terminatorJacob Champion2017-06-211-4/+4
* Quiet spurious gcc warning in ap_parse_form_data ("'escaped_char[0]' may beYann Ylavic2017-06-151-2/+1
* PR61124: ap_parse_form_data() EBCDIC fixEric Covener2017-05-271-22/+4
* short-circuit on NULLEric Covener2017-05-261-4/+2
* Introduce request taint-checking concept.Nick Kew2017-04-211-0/+15
* When redrawing the parser, ap_get_http_token looked to be useful, but there'sWilliam A. Rowe Jr2016-10-181-19/+0
* Dropped the never-released ap_has_cntrls() as it had very limited William A. Rowe Jr2016-10-141-14/+4
* Introduce StrictURI|UnsafeURI for RFC3986 enforcementWilliam A. Rowe Jr2016-08-191-0/+10
* With NUL as a TOKEN_STOP, this code is more efficientWilliam A. Rowe Jr2016-07-291-1/+1
* Introduce ap_scan_http_field_content, ap_scan_http_tokenWilliam A. Rowe Jr2016-07-291-1/+41
* Have to walk it back, but somewhere along the way, I missed a critical editWilliam A. Rowe Jr2016-06-091-1/+1
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-091-2/+2
* Major issue with these two specific edits falling into r1747469William A. Rowe Jr2016-06-091-2/+2
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-091-6/+6
* Update code to mirror r1747461 of apr-2.0 apr_cstr.c.William A. Rowe Jr2016-06-091-67/+76
* New support function: ap_getword_conf2[_nc] which actsJim Jagielski2015-12-301-0/+54
* revert... hold off for now.Jim Jagielski2015-12-291-27/+7
* Ok... allow for getting "words" by also allowing theJim Jagielski2015-12-291-7/+27
* Small changes to ap_casecmpstr[n]() for better performances, see:Yann Ylavic2015-12-291-4/+6
* More ap_casecmpstr[n]() usages (follow up to r1715876).Yann Ylavic2015-11-231-1/+1
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-3/+3
* Revert r1715789: will re-commit without spurious functional changes.Yann Ylavic2015-11-231-3/+3
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-3/+3
* Before they are used, rename ap_str[n]casecmp() to ap_casecmpstr[n]() to matchYann Ylavic2015-11-231-2/+2
* Introduce an ascii-like sortation for EBCDIC, case folding US-ASCII alpha onlyWilliam A. Rowe Jr2015-11-221-1/+49
* revert until these functions are used.Eric Covener2015-11-211-12/+0
* stick with underlying strcasecmp on EBCDIC buildsEric Covener2015-11-211-0/+12
* move to simpler while loop and reduce number of returnsJim Jagielski2015-11-211-10/+7
* typoJim Jagielski2015-11-211-1/+1
* make bill happy (if possible!)Jim Jagielski2015-11-201-0/+1
* Provide our own impl of str[n]casecmp()Jim Jagielski2015-11-201-1/+68
* final final change to the new ap_array_str_* functions after reviewStefan Eissing2015-09-031-12/+16
* giving ap_array_index a start parameter, adding ap_array_containsStefan Eissing2015-08-271-4/+12
* creating ap_array_index in util, forwarding scheme into request processing, e...Stefan Eissing2015-08-181-1/+1
* introducing ap_array_index in util, used in protocol and mod_h2Stefan Eissing2015-08-171-0/+13
* Configuration files with long lines and continuation charactersEric Covener2014-12-291-15/+15
* SECURITY (CVE-2014-0117): Fix a crash in mod_proxy. In a reverseJoe Orton2014-07-151-0/+89
* Remove some 'register' in variable declaration.Christophe Jaillet2014-07-141-7/+7
* Follow up to r1384924 .Christophe Jaillet2014-04-241-1/+5
* s/apr_pstrndup/apr_pstrmemdup/ when applicableChristophe Jaillet2014-02-011-5/+3
* Use %pm in order to save 8k of stack in 'ap_pcfg_strerror'Christophe Jaillet2014-02-011-5/+7
* Be more clever when allocating memory for log item to be escaped.Christophe Jaillet2013-05-221-2/+19