summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Document the updates to leader/followers MPMBrian Pane2002-09-011-3/+10
* Switched back to atomic compare-and-swap instead of mutexesBrian Pane2002-09-011-114/+89
* Added support for httpd -k optionBrian Pane2002-09-012-1/+2
* Removing extraneous pod files for leader/follower MPMBrian Pane2002-09-012-242/+0
* Win32: First cut as cleaning up mpm_default.h defaultsBill Stoddard2002-08-302-45/+24
* Removed unnecessary pool cleanup after a restart or shutdownBradley Nicholes2002-08-281-2/+0
* Adjust the descriptions of these directives, avoid the child/process/threadJim Jagielski2002-08-281-5/+5
* Changed the content-length filter to allow streaming deliveryBrian Pane2002-08-281-114/+63
* Win32: Add ThreadLimit directive to the windows MPMBill Stoddard2002-08-282-13/+77
* Check for pthread_killIan Holsman2002-08-251-1/+1
* Major/Minor/Min[imal]Ian Holsman2002-08-231-7/+14
* new option to ServerTokens. "Maj[or]" which displays a server responseIan Holsman2002-08-231-3/+10