summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* * server/vhost.c (get_addresses): For '*' and '_default_', returnJoe Orton2011-07-181-4/+11
* Make the SERVER_NAME variable include [ ] for literal IPv6 addresses, asStefan Fritsch2011-07-172-2/+2
* Add more (trace) logging to the ap_scan_script_header*() functionsStefan Fritsch2011-07-161-12/+87
* improve readability of 'malformed header from script' message and simplify codeStefan Fritsch2011-07-161-11/+2
* Use APR_UNSPEC to allow startup on IP6-only systems.Stefan Fritsch2011-07-131-1/+1
* * server/mpm_common.c (ap_core_child_status): Allocate the geninfo,Joe Orton2011-07-061-11/+13
* Allow to specify module specific custom linker flagsRainer Jung2011-07-051-1/+1
* Initialize apr_thread_t pointer to NULL so that apr_os_thread_put()Jeff Trawick2011-07-021-1/+1
* Update auto-generated codeStefan Fritsch2011-07-023-358/+400
* Add string valued expressions to ap_expr, do some API cleanupStefan Fritsch2011-07-025-25/+141
* Add REQUEST_STATUS variable to ap_exprStefan Fritsch2011-07-021-0/+3
* Fix logging of the log id of subrequestsStefan Fritsch2011-07-021-2/+2
* Fix "statement not reached" warnings with sun ccStefan Fritsch2011-06-241-3/+0
* Various code cleanupStefan Fritsch2011-06-222-4/+5