]> granicus.if.org Git - apache/history - server/mpm_common.c
mpm-query hook: distinguish between DECLINED and APR_ENOTIMPL so that
[apache] / server / mpm_common.c
2001-10-23 Ryan BloomFix the reporting for child processes that die. This...
2001-09-21 Justin ErenkrantzSwitch proc_pthread to pthread for the AcceptMutex...
2001-09-20 Greg SteinAdd an extra parameter to all apr_proc_wait() calls...
2001-09-18 Justin ErenkrantzSwitch back to SIGUSR1 for graceful restarts on all...
2001-09-14 Bradley NicholesAdded NetWare to the #ifdef list
2001-08-16 Jeff TrawickThe Unix MPMs other than perchild now allow child server
2001-08-14 Jeff Trawicknamespace-protect accept_lock_mech
2001-08-13 Jeff Trawickchange the name of AP_MPM_NEEDS_RECLAIM_CHILD_PROCESSES to
2001-08-13 Jeff Trawick(hopefully) get WinNT MPM to build using mpm_common...
2001-08-13 Jeff Trawickallow non-Unix MPMs to use mpm_common.c by not automati...
2001-08-13 Ryan BloomBegin to sanitize the MPM configuration directives...
2001-07-18 Greg Amesfix memory leak of apr_sockaddr_t and apr_socket_t...
2001-07-18 Paul J. RederChanged AP_MPMQ_MAX_DAEMONS to refer to MaxClients and
2001-07-18 William A. Rowe Jr Changes to back out inherit flag from apr_os_sock_make()
2001-07-16 Ryan BloomAdded an inherit flag to apr_socket_create and other...
2001-07-11 Jeff TrawickFix an issue with the pod and prefork:
2001-06-11 Jeff Trawickback out a change from last week that reversed the...
2001-06-09 Jeff Trawickpod_in shouldn't be non-blocking after all
2001-06-08 Jeff Trawickthe input handle to the pod (used by child processes...
2001-06-08 Ryan BloomIt helps to write to the input side of the pipe, and...
2001-06-07 Jeff Trawicktrace failures of a couple of crucial socket calls...
2001-06-07 Jeff Trawickimprove ap_mpm_pod_signal() by not let it loop until...
2001-06-07 Ryan BloomFirst pass at the pipe_of_death logic for the prefork...
2001-05-16 Bill StoddardRemove calls to apr_proc_probe_writable_fds(). The...
2001-05-04 Jeff TrawickBuild (and do so cleanly) when !APR_HAS_OTHER_CHILD.
2001-04-06 Paul J. RederChanges required to make prefork clean up idle children...
2001-03-19 Brian HavardDeclaration of ap_reclaim_child_processes() in exports...
2001-03-02 Ryan BloomAllow modules to query the MPM about it's execution...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-12 Greg Stein*) remove some obsolete/unused defines from httpd.h.
2001-02-11 Greg Steintoss the signal description stuff from unixd.[ch],...
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-01-28 Ryan BloomMake the Prefork MPM use SIGWINCH instead of SIGUSR1...
2001-01-21 Brian HavardAdd headers needed for getpwnam & getgrnam prototypes...
2001-01-20 Ryan BloomMove initgroupgs, ap_uname2id and ap_gname2id from...
2000-11-26 Greg Stein*) Compensate for recent changes in the APR headers...
2000-10-05 William A. Rowe Jr The lots of little ones... APR_IS_STATUS_condition...
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...