summaryrefslogtreecommitdiffstats
path: root/server/mpm_common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* The lots of little ones... APR_IS_STATUS_condition(rv) conditional macrosWilliam A. Rowe Jr2000-10-051-2/+2
* APRize disabling nagle (setting TCP_NODELAY).Brian Havard2000-08-221-5/+4
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-2/+2
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-12/+12
* Eliminate references to specific MPMs from mpm_common.c by having theManoj Kasichainula2000-07-301-20/+5
* Change semantics of ap_child_table somewhat. Instead of checking for aManoj Kasichainula2000-07-301-6/+2
* Add a new MPM. Currently this is almost an exact copy of the dexter MPM.Ryan Bloom2000-07-271-1/+1
* Cleanup the MPM #defines. Each MPM #defines a unique name that identifiesRyan Bloom2000-07-271-2/+2
* Fix some build issues for dexter:Jeff Trawick2000-07-261-1/+1
* Get ap_socket_disable_nagle() working again.Jeff Trawick2000-07-261-1/+4
* Add APR_EOL_STR for a platform specific text delimiter, provided byWilliam A. Rowe Jr2000-07-251-1/+1
* #ifdef APR_HAS_OTHER_CHILD to #if APR_HAS_OTHER_CHILD. Not tested.Bill Stoddard2000-07-121-1/+1
* Remove all pthreads calls from the mpmt MPM prefork emulation. This makesRyan Bloom2000-07-111-1/+1
* Move sock_disable_nagle to mpm_common.c. Rename it to ap_sock_disable_nagle.Ryan Bloom2000-07-111-0/+20
* Move process_child_status to mpm_common.c. This requires re-naming itRyan Bloom2000-07-101-0/+52
* Fix mpm_common for use with the real prefork MPM. This was broken whenRyan Bloom2000-07-101-1/+1
* Initial version of the mpmt MPM. This MPM can emulate dexter, mpmt_pthread,Ryan Bloom2000-07-071-2/+2
* Add the EXTRA_LIBS to get apache building on BONE again and now thatDavid Reid2000-06-221-3/+0
* Remove a few unnecessary calls to select. These calls used to be made soRyan Bloom2000-06-221-8/+2
* Cut free mpm_common.c from ap_max_daemons_limit as a variable. Now weDavid Reid2000-06-221-2/+3
* Small change in an effort to get restarts working correctly on BeOS.David Reid2000-06-221-0/+10
* Update mpm_common to work with the latest BeOS version and startDavid Reid2000-06-191-1/+4
* Add sys/time.h to mpm_common to include define of timeval.David Reid2000-06-141-0/+4
* Remove waitpid from the config checks and all calls to waitpid from theRyan Bloom2000-06-101-4/+7
* Add support for the BeOS mpm. Also change some things to make it easierDavid Reid2000-06-011-6/+8
* Only compile ap_reclaim_child_processes() if a CHILD_INFO_TABLE is known.Brian Havard2000-05-281-0/+2
* Fix a memory leak with ap_wait_or_timeout.Ryan Bloom2000-05-241-6/+7
* use the correct size for 'ret'Greg Stein2000-05-241-1/+1
* Fix a small bug/warning when compiling with use-maintiner-mode relatedRyan Bloom2000-05-241-1/+1
* Convert ap_proc_t to a complete type. This lets us access the pid directly.Ryan Bloom2000-05-231-2/+2
* Temporary fix for misuse of int instead of pid_t.Roy T. Fielding2000-05-191-10/+13
* ap_wait_or_timeout() can't be static since it is called fromJeff Trawick2000-05-191-1/+1
* Move wait_or_timeout from the MPM's into the new mpm_common.c file. IRyan Bloom2000-05-191-0/+37
* First function removed from Unix MPM's and moved to a common file. ThisRyan Bloom2000-05-191-0/+170