summaryrefslogtreecommitdiffstats
path: root/server/mpm_common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* http occurances to update for apr_socket_opt_get/setWilliam A. Rowe Jr2002-07-151-2/+2
* Timeout/time fixesWilliam A. Rowe Jr2002-07-151-1/+1
* Now why did I commit that symbolic constant in APR again? Exactly...Sander Striker2002-07-041-1/+2
* Add a new directive: MaxMemFree. MaxMemFree makes it possibleSander Striker2002-07-041-0/+23
* Well the wrappers work out well... nice to be able to put off committingWilliam A. Rowe Jr2002-06-091-1/+1
* the "-k startssl" parameter is reverted by popular demandJeff Trawick2002-05-241-8/+0
* fix data initialization problem in new Unix -k option processingJeff Trawick2002-05-231-0/+2
* Add "-k start|startssl|restart|graceful|stop" support to httpdJeff Trawick2002-05-231-0/+156
* stop using APLOG_NOERRNO in calls to ap_log_?error()Jeff Trawick2002-05-171-8/+8
* Remove unnecessary includes of apr_lock.hAaron Bannert2002-04-091-1/+0
* Added support for Posix semaphore-based mutex locking (AcceptMutex posixsem).Jim Jagielski2002-04-041-0/+8
* PR:Paul J. Reder2002-03-291-1/+0
* Fold the compiled-in knowledge of the allowable AcceptMutex settings intoJim Jagielski2002-03-201-11/+8
* Bring 2.0 up to parity, a bit, with how much info we provide toJim Jagielski2002-03-201-15/+22
* Fix a hang condition with graceful restart and prefork MPMJeff Trawick2002-03-181-7/+14
* don't check for EINTR after a call to apr_file_write();Jeff Trawick2002-03-181-4/+1
* Simplify s/APR_OS_PROC_T_FMT/APR_PID_T_FMT/, apr_os_foo entities aren'tWilliam A. Rowe Jr2002-03-161-1/+1
* Eliminate potential ap_server_root_relative segfaults, with the inputWilliam A. Rowe Jr2002-03-161-4/+11
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Make this look a bit better.Sander Striker2002-03-111-1/+1
* Style Police comming through...Sander Striker2002-03-111-25/+65
* 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