]> granicus.if.org Git - apache/history - server/mpm_common.c
switch to APR 1.0 API (which is still in flux)
[apache] / server / mpm_common.c
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-04-15 Allan K. EdwardsEnable ap_sock_disable_nagle for Windows. This along...
2003-04-09 Jeff Trawickconsolidate code related to sig_coredump
2003-03-20 William A. Rowe Jr SECURITY: Eliminated leaks of several file descripto...
2003-03-06 Greg AmesLinux 2.4+: enable coredumps when Apache is started...
2003-02-03 André Malofinished that boring job:
2002-07-15 William A. Rowe Jr http occurances to update for apr_socket_opt_get/set
2002-07-15 William A. Rowe Jr Timeout/time fixes
2002-07-04 Sander StrikerNow why did I commit that symbolic constant in APR...
2002-07-04 Sander StrikerAdd a new directive: MaxMemFree. MaxMemFree makes...
2002-06-09 William A. Rowe Jr Well the wrappers work out well... nice to be able...
2002-05-24 Jeff Trawickthe "-k startssl" parameter is reverted by popular...
2002-05-23 Jeff Trawickfix data initialization problem in new Unix -k option...
2002-05-23 Jeff TrawickAdd "-k start|startssl|restart|graceful|stop" support...
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_?error()
2002-04-09 Aaron BannertRemove unnecessary includes of apr_lock.h
2002-04-04 Jim JagielskiAdded support for Posix semaphore-based mutex locking...
2002-03-29 Paul J. RederPR:
2002-03-20 Jim JagielskiFold the compiled-in knowledge of the allowable AcceptM...
2002-03-20 Jim JagielskiBring 2.0 up to parity, a bit, with how much info we...
2002-03-18 Jeff TrawickFix a hang condition with graceful restart and prefork MPM
2002-03-18 Jeff Trawickdon't check for EINTR after a call to apr_file_write();
2002-03-16 William A. Rowe Jr Simplify s/APR_OS_PROC_T_FMT/APR_PID_T_FMT/, apr_os_f...
2002-03-16 William A. Rowe Jr Eliminate potential ap_server_root_relative segfaults...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-11 Sander StrikerMake this look a bit better.
2002-03-11 Sander StrikerStyle Police comming through...
2002-02-24 Jeff Trawickdon't wait nearly so long for child processes to go...
2002-02-18 Jeff Trawickclose an extremely unlikely file descriptor leak in
2002-02-11 Greg Amesif a child detects a resource shortage on accept()...
2002-01-10 William A. Rowe Jr This patch eliminated from the _SHARED_ segment of...
2001-12-29 Jeff Trawickhandle the disappearance of apr_lock_create_np() and
2001-12-18 Jeff TrawickChange core code to allow an MPM to set hard thread...
2001-12-12 Aaron BannertFix a bug in how we select the IP for the POD to connec...
2001-12-10 Greg Amesfix a problem with graceful restart. If you look at...
2001-12-04 Jeff Trawickget prototype for strcasecmp() on AIX
2001-11-17 Jeff Trawickmake sure ap_process_child_status() always returns...
2001-11-17 Jeff TrawickGet mod_cgid killed when a MPM exits due to a fatal...
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...
next