summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Ensure that output already available is flushed to the networkJeff Trawick2002-10-021-0/+3
* Fix bug in the default handler. POST is not allowed on regular files.Greg Stein2002-10-011-0/+8
* Call out the success cases when we don't get APR_SUCCESS back from theRyan Bloom2002-10-011-3/+2
* the recent change to fully-qualify exports.c to fix the build withJeff Trawick2002-09-271-1/+1
* Full path required for BSD make (haven't I done this before???).Ben Laurie2002-09-261-1/+2
* Minor simplification... The can_send_content_length variable isGreg Stein2002-09-251-19/+13
* Add ap_register_provider and ap_lookup_provider functions which resolveJustin Erenkrantz2002-09-202-1/+118
* The protocol version (eg: HTTP/1.1) in the request line parsingJim Jagielski2002-09-171-2/+4
* zap a gcc warning about using an uninitialized variable (new) andJeff Trawick2002-09-161-3/+8
* Modify ap_open_logs (an internal function) to follow the hook open_logsWilliam A. Rowe Jr2002-09-162-17/+19
* We log this failure (with an identical message) in the restart loop code,William A. Rowe Jr2002-09-151-5/+3
* Allow AddOutputFilterByType to take in multiple filters.Justin Erenkrantz2002-09-151-5/+10
* Add support for using fnmatch patterns in the final path segment of anIan Holsman2002-09-121-14/+39
* Fix memory leak in core_output_filter.Justin Erenkrantz2002-09-101-1/+1
* Allow for compile on systems lacking poll.hJim Jagielski2002-09-081-1/+7
* Removed comments inherited from worker that don't applyBrian Pane2002-09-061-7/+0
* Morph DONE result from a sub-request handler to OK as DONE is only relevantJustin Erenkrantz2002-09-051-0/+3
* Rearranged the loop in fix_hostname() to run faster in theBrian Pane2002-09-021-4/+7