summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed the threaded mpm to have child_main join to each of thePaul J. Reder2001-04-141-4/+27
* Add more options to the ap_mpm_query function. This also allows MPMs toRyan Bloom2001-04-1315-14/+96
* s/apr_signal_thread_func/apr_signal_thread/Doug MacEachern2001-04-132-2/+2
* The ap_f* functions should flush data to the filter that is passed in,Ryan Bloom2001-04-121-3/+3
* Convert the apr_create_signal_thread to apr_signal_thread. The mainRyan Bloom2001-04-123-30/+4
* Clean up some exposed data that should be internal to service.cWilliam A. Rowe Jr2001-04-123-90/+96
* More APR_STATUS_IS_ canonicalizationWilliam A. Rowe Jr2001-04-121-1/+1
* When I initially pulled the BYTERANGE filter into the core, Greg SteinRyan Bloom2001-04-122-390/+0
* Removed apr_bucket_do_create() macro, which was causing warningsCliff Woolley2001-04-111-1/+4
* Make clean, distclean, and extraclean consistently according to theRoy T. Fielding2001-04-111-0/+1
* Fix the naming of the apr_threadattr_detach_xxx functions. get and set wereGreg Ames2001-04-113-3/+3
* Small docco fix.Victor J. Orlikowski2001-04-111-1/+1
* Remove a needless assignment.Victor J. Orlikowski2001-04-111-1/+0
* Knock off another couple of compiler emits.William A. Rowe Jr2001-04-101-3/+4
* Missed one...Victor J. Orlikowski2001-04-101-1/+1
* *Sigh*. Pointless repetition of calculations. It bothers me. Even ifVictor J. Orlikowski2001-04-101-9/+10
* As in the case of 1.3, there are expected cases where this should notVictor J. Orlikowski2001-04-081-1/+0
* OS/2: Set the max file handles for the process to something more useful thanBrian Havard2001-04-071-0/+1
* A few symbols from os.h need to be exported.Brian Havard2001-04-071-1/+3
* Changes required to make prefork clean up idle children properly. There was a...Paul J. Reder2001-04-062-43/+51
* Now that APR knows when TCP_NODELAY is inherited, use its setting toJeff Trawick2001-04-051-1/+1
* as Bill did with threaded, don't let a child process return to parent codeJeff Trawick2001-04-052-6/+4
* Time to refresh mak on Win32William A. Rowe Jr2001-04-052-19/+19
* Move the error logging of a failed send into the core output filter. ThisDavid Reid2001-04-041-6/+4
* As in 1.3, make sure the port is set in ap_parse_uri_components().Victor J. Orlikowski2001-04-041-0/+1
* Module writers for 2.0 shouldn't still be relying on a no-op forVictor J. Orlikowski2001-04-042-7/+0
* *Sigh.* Again, removing UTIL_URI_REGEX stuff, this time from 2.0.Victor J. Orlikowski2001-04-041-179/+0
* This adds some simple error logging to send_the_file. There are aDavid Reid2001-04-031-0/+3
* when handling a graceful restart, kill the child using the correct handleJeff Trawick2001-04-031-1/+1
* Make Apache check APR's configuration when determining the default MPM.Ryan Bloom2001-04-035-20/+9
* Add the code to actually enable accept filters in 2.0Ryan Bloom2001-04-031-1/+7
* Hmmm... this made things easier for me to read a while back, perhapsWilliam A. Rowe Jr2001-04-031-1/+1
* Threads is a feature, so it is HAS threads not HAVE threads...Marc Slemko2001-04-033-3/+3
* tell the user what's going if APR threads aren't unavailable, and ApacheGreg Ames2001-04-033-0/+12
* Get MaxRequestsPerChild working on Windows.Bill Stoddard2001-04-031-0/+10
* Add a note to check the FAQ. A very common problem caused by VPNsBill Stoddard2001-04-031-1/+1
* Grab the context lock when draining the qheadBill Stoddard2001-04-031-1/+3
* Now doing this check at the top of the loopBill Stoddard2001-04-031-3/+0
* Some shutdown work.Bill Stoddard2001-04-031-2/+5
* Fix segfaults for configuration file syntax errors such asJeff Trawick2001-04-021-0/+2
* Switch to using aplibtool for building under OS/2 & add support for buildingBrian Havard2001-04-021-2/+7
* Now that apr_poll has been corrected and doesn't loose fd's between callsDavid Reid2001-03-301-2/+2
* Get rid of some old WIN32 cruftBill Stoddard2001-03-271-4/+0
* Performance: Add quick_handler hook. This hook is called at theBill Stoddard2001-03-271-0/+3
* Remove the cvsignore file from the dead dexter directory.Victor J. Orlikowski2001-03-271-5/+0
* Fix the printf format string for a process id.Jeff Trawick2001-03-261-1/+1
* top_module global variable renamed to ap_top_moduleDoug MacEachern2001-03-261-14/+14
* Move ap_set_last_modified to the core. This is a potentiallyRyan Bloom2001-03-251-0/+13
* change create_request hook to RUN_ALL/return int so handlers can throw errorsDoug MacEachern2001-03-252-2/+3
* This will ensure the child pool is cleaned up nicely.Bill Stoddard2001-03-231-1/+1