summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* Force the screen to close on exit() if the -E option was specified on theBradley Nicholes2002-11-251-2/+6
* Fix critical bug in new --enable-v4-mapped configure optionJeff Trawick2002-11-221-8/+10
* bucket length parameter is apr_size_t, which isn't always signed,Jeff Trawick2002-11-191-1/+1
* Use AP_DECLARE in the debug versions of ap_strXXX in case theJeff Trawick2002-11-181-6/+6
* core_output_filter: back out changes to clean up resources before the endGreg Ames2002-11-161-30/+2
* Add --[enable|disable]-v4-mapped configure option to controlJeff Trawick2002-11-141-0/+19
* Don't hold the Apache screen open when it exits with an error if all of the e...Bradley Nicholes2002-11-131-0/+3
* core_output_filter: use the current input brigade's pool for the "more"Greg Ames2002-11-131-13/+10
* can't mix declarations and statements except with gcc 3.2 :)Jeff Trawick2002-11-111-3/+3
* prevent seg faults when running with Electric Fence.Greg Ames2002-11-111-1/+23
* core_output_filter: straighten out the parens for the decision to set aside.Greg Ames2002-11-081-3/+3
* use a subpool of c->pool for resources which are set aside, then clear itGreg Ames2002-11-081-1/+12
* We didn't atexit() the win32 keep-console-open-on-error handler earlyWilliam A. Rowe Jr2002-11-081-4/+4
* adjust some parents to make the expression a tiny bit clearer and toJeff Trawick2002-11-081-2/+2
* no functional change...factor out a common subexpressionGreg Ames2002-11-061-10/+7
* The value emitted by ServerSignature now mimics the Server HTTP header asJustin Erenkrantz2002-11-061-2/+3
* Small performance tweaks to net_time_filter and core_input_filter.Bill Stoddard2002-11-041-24/+28
* core_opts_merge() needs to be staticJeff Trawick2002-11-031-1/+1
* Mr. Trawick was dead on, and this revealed a much bigger bug.William A. Rowe Jr2002-11-011-108/+117
* Use APR_STATUS_IS_EOF rather than a check against APR_EOFJustin Erenkrantz2002-11-011-1/+1
* Style police were called back from their vacationJustin Erenkrantz2002-11-011-471/+497
* no such thing as AP_ASSERT()Jeff Trawick2002-11-011-1/+1
* Fix a trailing slash/last filename truncation bug observed on Linux,William A. Rowe Jr2002-11-011-0/+2
* when the connection drops, c->aborted is set but generallyJeff Trawick2002-10-311-1/+1
* i hate it when tha happens..Ken Coar2002-10-251-2/+2
* more info is better than less..Ken Coar2002-10-251-0/+6
* Fix streaming output from an nph- CGI script. CGI:IRC nowJeff Trawick2002-10-251-1/+11
* mod_logio modification: count bytes-sent after the writev or sendfileBrian Pane2002-10-251-5/+29
* fix some problems in the perchild MPMJeff Trawick2002-10-251-18/+27
* fix "long lost child came home!" messages after a graceful restart withGreg Ames2002-10-231-1/+1
* don't use deprecated function apr_sort_hooks()Jeff Trawick2002-10-161-2/+2
* Fix -k restart feature on win32.William A. Rowe Jr2002-10-151-0/+1
* Use a better name for the APR_SENDFILE_ENABLE flag.William A. Rowe Jr2002-10-141-3/+3
* Switched to the APR_STATUS_IS_XXX macrosBradley Nicholes2002-10-141-15/+16
* Introduce an EnableSendfile directive (defaulted to ON) to allow usersWilliam A. Rowe Jr2002-10-141-24/+57
* Fix for Sebastian's observation of my fat fingers.William A. Rowe Jr2002-10-141-4/+4
* Handle WSA_IO_PENDING as well.William A. Rowe Jr2002-10-141-1/+2
* A couple of observationsWilliam A. Rowe Jr2002-10-141-0/+1
* Bigger hack alert. Expand the range of unrecycled sockets to includeWilliam A. Rowe Jr2002-10-131-1/+2
* What once were macros no longer need line continuationWilliam A. Rowe Jr2002-10-131-7/+7
* Some errors are impossible to fathom, without the user knowing certainWilliam A. Rowe Jr2002-10-131-4/+23
* If the server is configured with an accept mutex type that isn't comaptibleRyan Bloom2002-10-111-0/+8
* Fix a compile of compiler warnings. I don't know how these slipped past.Ryan Bloom2002-10-111-6/+2
* Fix receive_request, it was using the same location in the iovec for bothRyan Bloom2002-10-111-2/+2
* Fix recent exports.c breakage by referencing exports.c as being inJustin Erenkrantz2002-10-081-3/+3
* Add -S as a synonym for -t -DDUMP_VHOSTSAaron Bannert2002-10-071-2/+10
* Don't bother destroying the memory pools and buckets for each thread atBradley Nicholes2002-10-031-9/+11
* Add logic to the default_handler to enable script delivery to scriptGreg Stein2002-10-031-0/+25
* *) SECURITY: [CAN-2002-0840] HTML-escape the address produced byWilliam A. Rowe Jr2002-10-022-3/+7
* Until we have a mechanism to allow PHP and others to 'raise their hand'William A. Rowe Jr2002-10-021-8/+0