summaryrefslogtreecommitdiffstats
path: root/server/util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Various code cleanupStefan Fritsch2011-06-221-2/+3
* We already have ap_str_tolower(), so also add ap_str_toupper() function and useStefan Fritsch2011-06-221-0/+8
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-1/+4
* Change the ap_cfg_getline() and ap_cfg_getc() to return an error code.Stefan Fritsch2011-03-291-124/+100
* core: AllowEncodedSlashes new option NoDecode to allow encoded slashesDaniel Earl Poirier2011-03-161-7/+11
* Expose "new" ap_parse_form_data() function instead of requiringJim Jagielski2011-02-181-3/+219
* Make ap_pstr2_alnum accept const char destStefan Fritsch2011-01-211-4/+6
* Move ap_resolve_env to core.c, in preparation for adding mod_define-likeStefan Fritsch2011-01-201-89/+0
* Fix compile errorStefan Fritsch2011-01-191-1/+1
* Make it clear that '_' is a possible char and acceptedJim Jagielski2011-01-191-2/+2
* Make the balancer shared memory slot more human readable. But we needJim Jagielski2011-01-191-0/+24
* Fix some Windows build issuesStefan Fritsch2010-11-251-1/+1