summaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* 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-161-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-031-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-273-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
* We already have ap_str_tolower(), so also add ap_str_toupper() function and useStefan Fritsch2011-06-222-6/+9
* Add support to ErrorLogFormat for logging the system uniqueStefan Fritsch2011-06-221-1/+15
* Log the deprecation warning at level info, not warnStefan Fritsch2011-06-204-4/+4
* Fix search'n'replace error: Actually warn if MaxClients is usedStefan Fritsch2011-06-203-3/+3
* New AsyncRequestWorkerFactor directive to influence how manyStefan Fritsch2011-06-201-6/+34
* Remove dead assignment, as pointed out by Chris Wilson <cwilson vigilantsw com>Stefan Fritsch2011-06-201-6/+1
* Rename MaxClients to MaxRequestWorkers which describes more accurately whatStefan Fritsch2011-06-205-93/+109
* Some improvements for handling of many connections for MPM event:Stefan Fritsch2011-06-194-195/+479
* If MaxMemFree is set, limit the number of recycled pools that is keptStefan Fritsch2011-06-183-22/+44
* Some logging tweaksStefan Fritsch2011-06-181-6/+8
* Formatting changes, reuse 'now' variable instead of declaring a new oneStefan Fritsch2011-06-181-54/+42
* Fix graceful restart aborting connectionsStefan Fritsch2011-06-181-19/+53
* s/seperate/separate/Jeff Trawick2011-06-171-1/+1