summaryrefslogtreecommitdiffstats
path: root/server/util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* add new ap_bin2hex() utility functionStefan Fritsch2012-12-161-0/+13
* follow-up to r1389481: find/use getloadavg() prototype on SolarisJeff Trawick2012-10-121-0/+3
* follow up to r1390564: we just need scope, not control structureJeff Trawick2012-10-121-2/+2
* Extract some more data through the server load API:Joe Orton2012-10-031-0/+10
* wrap var inits in the macro w/ a do-while.Jim Jagielski2012-09-261-13/+15
* More accurate counts of busy and ready/idleJim Jagielski2012-09-261-7/+9
* Break out loadavg from Apache load.... one is quick, the otherJim Jagielski2012-09-241-17/+24
* minor name change, but I expect most will just want/need/useJim Jagielski2012-09-241-2/+2
* Would be nice to have some sort of canonical definitionJim Jagielski2012-09-241-0/+62
* make the CT check in ap_parse_form_data case-insensitiveDaniel Gruno2012-08-131-1/+1