summaryrefslogtreecommitdiffstats
path: root/server/util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ditch the !, since that would result in the opposite of what was intendedDaniel Gruno2012-08-131-1/+1
* core: use a cheaper way of matching the content-type when parsing form dataDaniel Gruno2012-08-131-1/+1
* core:Daniel Gruno2012-08-121-1/+1
* make varbuf functions treat AP_VARBUF_UNKNOWN consistently, improve docsStefan Fritsch2012-07-101-4/+18
* Make ap_regcomp() return AP_REG_ESPACE if out of memory. Make ap_pregcomp()Stefan Fritsch2012-05-271-2/+4
* Fix treatment of regex backreferences.Stefan Fritsch2012-03-291-4/+2
* Clean up size_t abuse, part 2. ap_malloc/calloc/realloc are explicitlyWilliam A. Rowe Jr2012-01-061-12/+14
* Limit length of lines in .htaccess to 8K again, to reduce DoS potential.Stefan Fritsch2011-12-121-0/+2
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-8/+8
* Fix integer overflow in ap_pregsub. This can be triggered e.g.Stefan Fritsch2011-11-071-0/+2
* No need to zero memory that we will overwrite anywayStefan Fritsch2011-11-071-1/+1
* Remove magic numbers; ensure that an invalid nmatch is correctedJim Jagielski2011-10-291-6/+6
* mod_include: Add support for application/x-www-form-urlencoded encodingGraham Leggett2011-10-291-0/+44
* Improve handling of maxlen = APR_SIZE_MAX, noticed by Jim.Stefan Fritsch2011-10-271-2/+2
* Limit ap_pregsub() to 64K, add ap_pregsub_ex() for longer strings and withStefan Fritsch2011-10-261-20/+48
* flip operator in comment for r1182887 and add some whitespaceEric Covener2011-10-131-1/+2
* Force the honoring of AP_MAX_REG_MATCHJim Jagielski2011-10-131-2/+4
* Shut up gcc/glibc warning about ignoring write()'s return value.Stefan Fritsch2011-10-081-3/+13
* Some varbuf enhancements:Stefan Fritsch2011-09-261-19/+86
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-1/+1
* Add wrappers for malloc, calloc, realloc that check for out of memoryStefan Fritsch2011-09-191-0/+33
* Give a slightly more direct hint when no global ServerName is set. I stillEric Covener2011-09-191-1/+2
* Add ap_varbuf API for resizable buffers.Stefan Fritsch2011-08-131-16/+198