summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_include: Add support for application/x-www-form-urlencoded encodingGraham Leggett2011-10-292-1/+52
* Improve handling of maxlen = APR_SIZE_MAX, noticed by Jim.Stefan Fritsch2011-10-271-2/+2
* Add comment why the code is disabledStefan Fritsch2011-10-261-0/+1
* Limit ap_pregsub() to 64K, add ap_pregsub_ex() for longer strings and withStefan Fritsch2011-10-261-20/+48
* * Correctly return a 400 (Bad request) in case of a HTTP/0.9 request likeRuediger Pluem2011-10-251-5/+6
* Comment out some incomplete code that does nothing but produce a compilerStefan Fritsch2011-10-201-0/+2
* regex related cleanups:Stefan Fritsch2011-10-191-4/+4
* Downgrade some more log messages indicating client errors from level error toStefan Fritsch2011-10-171-8/+35
* 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
* Update autogenerated code. Now generated with bison 2.5 instead of 2.4.1Stefan Fritsch2011-10-103-464/+519
* Improve error message by removing 'unexpected T_ERROR' in one case.Stefan Fritsch2011-10-102-2/+3
* Downgrade to DEBUG level several messages which were all redundant William A. Rowe Jr2011-10-102-5/+5
* Resolve server and remote IP's in the AcceptFilter 'none' path.William A. Rowe Jr2011-10-102-10/+26
* If a child is created just before graceful restart and then exits becauseStefan Fritsch2011-10-103-11/+58
* Check the return value from ap_run_create_connection in mpm_event.Stefan Fritsch2011-10-102-0/+7
* Consistently use base 10 for numbers when parsing config options. It may beStefan Fritsch2011-10-091-2/+2
* Add -D DUMP_RUN_CFG option to dump some configuration itemsStefan Fritsch2011-10-094-5/+117
* Shut up gcc/glibc warning about ignoring write()'s return value.Stefan Fritsch2011-10-081-3/+13
* Downgrade error log messages which accompany a 404 request status from loglevelStefan Fritsch2011-10-081-3/+3
* Sort hooks twice, once before pre_config, once after ap_process_config_tree.Stefan Fritsch2011-10-081-0/+14
* Export ap_max_mem_free, needed by r1178079, as pointed out by Gregg L. SmithStefan Fritsch2011-10-051-1/+1
* SECURITY (CVE-2011-3368): Prevent unintended pattern expansion in someJoe Orton2011-10-051-0/+19
* Enforce LimitRequestFieldSize after multiple headers with the sameStefan Fritsch2011-10-031-0/+20
* Some varbuf enhancements:Stefan Fritsch2011-09-261-19/+86
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-234-14/+14
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-2326-144/+144
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-235-13/+13
* Add wrappers for malloc, calloc, realloc that check for out of memoryStefan Fritsch2011-09-197-50/+49
* Give a slightly more direct hint when no global ServerName is set. I stillEric Covener2011-09-191-1/+2
* * Correctly obey ServerName / ServerAlias if the Host header from theRuediger Pluem2011-09-171-12/+25
* Fix cut'n'paste errors: APR_DECLARE -> AP_DECLARE / part2.Guenter Knauf2011-09-171-2/+2
* Create wrapper API for apr_random;Stefan Fritsch2011-09-151-0/+85
* Add in MaxRangeOverlaps and MaxRangeReversals to accomodateJim Jagielski2011-09-121-17/+80
* refactor to pull setting of Accept-Ranges header into http_protocol.c whichEric Covener2011-09-081-3/+1
* take care of some MaxRanges feedback:Eric Covener2011-09-071-6/+23
* add MaxRanges directive institute a default limit of 200 (post-merge where Eric Covener2011-08-281-0/+17
* Update auto-generated codeStefan Fritsch2011-08-132-193/+208
* Do proper length checks in the expression scanner. This allows to remove theStefan Fritsch2011-08-133-24/+24
* Add ap_varbuf API for resizable buffers.Stefan Fritsch2011-08-132-34/+223
* Forbid some directives in .htaccess because of AllowOverrideList:Stefan Fritsch2011-08-041-0/+6
* cleanups related to new AllowOverrideList functionality:Stefan Fritsch2011-08-031-0/+11
* Adjust some messages for <If> blocks and remove some dead codeStefan Fritsch2011-08-032-10/+2
* use temp pool for temp stringStefan Fritsch2011-08-031-1/+1
* Fix handling of offset in ap_send_fd()Stefan Fritsch2011-08-031-1/+1
* Add AllowOverrideList directive and documentationDaniel Ruggeri2011-07-283-5/+61
* Use ap_unescape_url_keep2f() in ap_expr unescape func. ap_unescape_url()Stefan Fritsch2011-07-271-4/+7
* Use ap_document_root() in ap_core_translate() to allow modules likeStefan Fritsch2011-07-271-4/+2
* Install signal handlers for crashes before detaching. Previously, thereStefan Fritsch2011-07-263-0/+6
* Reduce period during startup and restart where a successive signal may be lostStefan Fritsch2011-07-263-3/+3