summaryrefslogtreecommitdiffstats
path: root/server/mpm_common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* don't wait nearly so long for child processes to go awayJeff Trawick2002-02-241-1/+1
* close an extremely unlikely file descriptor leak inJeff Trawick2002-02-181-0/+1
* if a child detects a resource shortage on accept(), limit the rate of fork()sGreg Ames2002-02-121-8/+16
* This patch eliminated from the _SHARED_ segment of the scoreboard allWilliam A. Rowe Jr2002-01-101-5/+4
* handle the disappearance of apr_lock_create_np() andJeff Trawick2001-12-301-1/+1
* Change core code to allow an MPM to set hard thread/serverJeff Trawick2001-12-181-0/+1
* Fix a bug in how we select the IP for the POD to connect to for dummyAaron Bannert2001-12-131-1/+2
* fix a problem with graceful restart. If you look at daedalus early in theGreg Ames2001-12-101-7/+34
* get prototype for strcasecmp() on AIXJeff Trawick2001-12-041-0/+2
* make sure ap_process_child_status() always returns somethingJeff Trawick2001-11-171-0/+1
* Get mod_cgid killed when a MPM exits due to a fatal error.Jeff Trawick2001-11-171-7/+10
* Fix the reporting for child processes that die. This removesRyan Bloom2001-10-231-14/+12
* Switch proc_pthread to pthread for the AcceptMutex directive.Justin Erenkrantz2001-09-211-2/+2
* Add an extra parameter to all apr_proc_wait() calls for the new "exitcode"Greg Stein2001-09-201-1/+1
* Switch back to SIGUSR1 for graceful restarts on all platforms thatJustin Erenkrantz2001-09-191-1/+1
* Added NetWare to the #ifdef listBradley Nicholes2001-09-151-1/+1
* The Unix MPMs other than perchild now allow child serverJeff Trawick2001-08-161-3/+8
* namespace-protect accept_lock_mechJeff Trawick2001-08-141-6/+6
* change the name of AP_MPM_NEEDS_RECLAIM_CHILD_PROCESSES toJeff Trawick2001-08-131-2/+2
* (hopefully) get WinNT MPM to build using mpm_common.c code; a few notes:Jeff Trawick2001-08-131-7/+7
* allow non-Unix MPMs to use mpm_common.c by not automaticallyJeff Trawick2001-08-131-1/+10
* Begin to sanitize the MPM configuration directives. Now, allRyan Bloom2001-08-131-1/+150
* fix memory leak of apr_sockaddr_t and apr_socket_t in ap_mpm_pod_signal,Greg Ames2001-07-181-5/+18
* Changed AP_MPMQ_MAX_DAEMONS to refer to MaxClients andPaul J. Reder2001-07-181-1/+1
* Changes to back out inherit flag from apr_os_sock_make()William A. Rowe Jr2001-07-181-1/+1
* Added an inherit flag to apr_socket_create and other socket creationRyan Bloom2001-07-161-1/+1
* Fix an issue with the pod and prefork:Jeff Trawick2001-07-111-3/+27
* back out a change from last week that reversed the meaning of pod_in andJeff Trawick2001-06-111-3/+3
* pod_in shouldn't be non-blocking after allJeff Trawick2001-06-091-1/+0
* the input handle to the pod (used by child processes) needs to be non-blockingJeff Trawick2001-06-081-0/+1
* It helps to write to the input side of the pipe, and read from the outputRyan Bloom2001-06-081-2/+2
* trace failures of a couple of crucial socket calls in ap_mpm_pod_signal()Jeff Trawick2001-06-071-2/+12
* improve ap_mpm_pod_signal() by not let it loop until it fills the pipeJeff Trawick2001-06-071-12/+7
* First pass at the pipe_of_death logic for the prefork MPM. This doesRyan Bloom2001-06-071-0/+84
* Remove calls to apr_proc_probe_writable_fds(). The function is going away.Bill Stoddard2001-05-161-3/+0
* Build (and do so cleanly) when !APR_HAS_OTHER_CHILD.Jeff Trawick2001-05-041-1/+4
* Changes required to make prefork clean up idle children properly. There was a...Paul J. Reder2001-04-061-1/+1
* Declaration of ap_reclaim_child_processes() in exports.c needs to beBrian Havard2001-03-191-1/+1
* Allow modules to query the MPM about it's execution profile. ThisRyan Bloom2001-03-021-1/+2
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* *) remove some obsolete/unused defines from httpd.h.Greg Stein2001-02-121-0/+1
* toss the signal description stuff from unixd.[ch], beosd.h, and spmt_os2.Greg Stein2001-02-111-16/+10
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-4/+4
* Make the Prefork MPM use SIGWINCH instead of SIGUSR1 for graceful restarts.Ryan Bloom2001-01-281-1/+1
* Add headers needed for getpwnam & getgrnam prototypes & types.Brian Havard2001-01-211-0/+7
* Move initgroupgs, ap_uname2id and ap_gname2id from util.c toRyan Bloom2001-01-201-0/+60
* *) Compensate for recent changes in the APR headers. Specifically, someGreg Stein2000-11-261-7/+3
* 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