]> granicus.if.org Git - apache/history - server/mpm_common.c
APRize disabling nagle (setting TCP_NODELAY).
[apache] / server / mpm_common.c
2000-08-22 Brian HavardAPRize disabling nagle (setting TCP_NODELAY).
2000-08-06 William A. Rowe Jr Remaining cleanup of ap_ -> apr_ and AP_ -> APR_...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-30 Manoj KasichainulaEliminate references to specific MPMs from mpm_common...
2000-07-30 Manoj KasichainulaChange semantics of ap_child_table somewhat. Instead...
2000-07-27 Ryan BloomAdd a new MPM. Currently this is almost an exact copy...
2000-07-27 Ryan BloomCleanup the MPM #defines. Each MPM #defines a unique...
2000-07-26 Jeff TrawickFix some build issues for dexter:
2000-07-26 Jeff TrawickGet ap_socket_disable_nagle() working again.
2000-07-25 William A. Rowe Jr Add APR_EOL_STR for a platform specific text delimite...
2000-07-11 Bill Stoddard#ifdef APR_HAS_OTHER_CHILD to #if APR_HAS_OTHER_CHILD...
2000-07-11 Ryan BloomRemove all pthreads calls from the mpmt MPM prefork...
2000-07-10 Ryan BloomMove sock_disable_nagle to mpm_common.c. Rename it...
2000-07-10 Ryan BloomMove process_child_status to mpm_common.c. This requir...
2000-07-09 Ryan BloomFix mpm_common for use with the real prefork MPM. ...
2000-07-07 Ryan BloomInitial version of the mpmt MPM. This MPM can emulate...
2000-06-22 David ReidAdd the EXTRA_LIBS to get apache building on BONE again...
2000-06-22 Ryan BloomRemove a few unnecessary calls to select. These calls...
2000-06-22 David ReidCut free mpm_common.c from ap_max_daemons_limit as...
2000-06-22 David ReidSmall change in an effort to get restarts working corre...
2000-06-19 David ReidUpdate mpm_common to work with the latest BeOS version...
2000-06-14 David ReidAdd sys/time.h to mpm_common to include define of timeval.
2000-06-09 Ryan BloomRemove waitpid from the config checks and all calls...
2000-06-01 David ReidAdd support for the BeOS mpm. Also change some things...
2000-05-28 Brian HavardOnly compile ap_reclaim_child_processes() if a CHILD_IN...
2000-05-24 Ryan BloomFix a memory leak with ap_wait_or_timeout.
2000-05-23 Greg Steinuse the correct size for 'ret'
2000-05-23 Ryan BloomFix a small bug/warning when compiling with use-maintin...
2000-05-23 Ryan BloomConvert ap_proc_t to a complete type. This lets us...
2000-05-19 Roy T. FieldingTemporary fix for misuse of int instead of pid_t.
2000-05-19 Jeff Trawickap_wait_or_timeout() can't be static since it is called...
2000-05-19 Ryan BloomMove wait_or_timeout from the MPM's into the new mpm_co...
2000-05-18 Ryan BloomFirst function removed from Unix MPM's and moved to...