summaryrefslogtreecommitdiffstats
path: root/server/util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert change in order to apply a better solution.Christophe Jaillet2013-05-221-15/+1
* core: Stop the HTTP_IN filter from attempting to write error bucketsGraham Leggett2013-05-141-1/+1
* core: Add the ability to do explicit matching on weak and strong ETagsGraham Leggett2013-05-061-6/+66
* Turn a int into a apr_size_t for a variabe used to compute a string lengthChristophe Jaillet2013-04-151-1/+1
* Part two of r1467523Daniel Ruggeri2013-04-141-1/+1
* Static var not neccessary hereDaniel Ruggeri2013-04-131-1/+1
* Be more clever when allocating memory for log item to be escaped.Christophe Jaillet2013-03-271-1/+15
* Remove useless tests.Christophe Jaillet2013-03-031-4/+4
* Can't figure out why we allocate len+2 bytes here. Len+1 should be enough.Christophe Jaillet2013-02-051-1/+1
* Add helper function to execute command w args and get one line of output. All...Daniel Ruggeri2013-01-151-0/+42
* Add some caching for password hash validation.Stefan Fritsch2013-01-011-0/+40
* Add an option to enforce stricter HTTP conformanceStefan Fritsch2012-12-301-0/+10
* remove unnecessary castStefan Fritsch2012-12-171-4/+3