index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
mpm_common.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
don't wait nearly so long for child processes to go away
Jeff Trawick
2002-02-24
1
-1
/
+1
*
close an extremely unlikely file descriptor leak in
Jeff Trawick
2002-02-18
1
-0
/
+1
*
if a child detects a resource shortage on accept(), limit the rate of fork()s
Greg Ames
2002-02-12
1
-8
/
+16
*
This patch eliminated from the _SHARED_ segment of the scoreboard all
William A. Rowe Jr
2002-01-10
1
-5
/
+4
*
handle the disappearance of apr_lock_create_np() and
Jeff Trawick
2001-12-30
1
-1
/
+1
*
Change core code to allow an MPM to set hard thread/server
Jeff Trawick
2001-12-18
1
-0
/
+1
*
Fix a bug in how we select the IP for the POD to connect to for dummy
Aaron Bannert
2001-12-13
1
-1
/
+2
*
fix a problem with graceful restart. If you look at daedalus early in the
Greg Ames
2001-12-10
1
-7
/
+34
*
get prototype for strcasecmp() on AIX
Jeff Trawick
2001-12-04
1
-0
/
+2
*
make sure ap_process_child_status() always returns something
Jeff Trawick
2001-11-17
1
-0
/
+1
*
Get mod_cgid killed when a MPM exits due to a fatal error.
Jeff Trawick
2001-11-17
1
-7
/
+10
*
Fix the reporting for child processes that die. This removes
Ryan Bloom
2001-10-23
1
-14
/
+12
*
Switch proc_pthread to pthread for the AcceptMutex directive.
Justin Erenkrantz
2001-09-21
1
-2
/
+2
*
Add an extra parameter to all apr_proc_wait() calls for the new "exitcode"
Greg Stein
2001-09-20
1
-1
/
+1
*
Switch back to SIGUSR1 for graceful restarts on all platforms that
Justin Erenkrantz
2001-09-19
1
-1
/
+1
*
Added NetWare to the #ifdef list
Bradley Nicholes
2001-09-15
1
-1
/
+1
*
The Unix MPMs other than perchild now allow child server
Jeff Trawick
2001-08-16
1
-3
/
+8
*
namespace-protect accept_lock_mech
Jeff Trawick
2001-08-14
1
-6
/
+6
*
change the name of AP_MPM_NEEDS_RECLAIM_CHILD_PROCESSES to
Jeff Trawick
2001-08-13
1
-2
/
+2
*
(hopefully) get WinNT MPM to build using mpm_common.c code; a few notes:
Jeff Trawick
2001-08-13
1
-7
/
+7
*
allow non-Unix MPMs to use mpm_common.c by not automatically
Jeff Trawick
2001-08-13
1
-1
/
+10
*
Begin to sanitize the MPM configuration directives. Now, all
Ryan Bloom
2001-08-13
1
-1
/
+150
*
fix memory leak of apr_sockaddr_t and apr_socket_t in ap_mpm_pod_signal,
Greg Ames
2001-07-18
1
-5
/
+18
*
Changed AP_MPMQ_MAX_DAEMONS to refer to MaxClients and
Paul J. Reder
2001-07-18
1
-1
/
+1
*
Changes to back out inherit flag from apr_os_sock_make()
William A. Rowe Jr
2001-07-18
1
-1
/
+1
*
Added an inherit flag to apr_socket_create and other socket creation
Ryan Bloom
2001-07-16
1
-1
/
+1
*
Fix an issue with the pod and prefork:
Jeff Trawick
2001-07-11
1
-3
/
+27
*
back out a change from last week that reversed the meaning of pod_in and
Jeff Trawick
2001-06-11
1
-3
/
+3
*
pod_in shouldn't be non-blocking after all
Jeff Trawick
2001-06-09
1
-1
/
+0
*
the input handle to the pod (used by child processes) needs to be non-blocking
Jeff Trawick
2001-06-08
1
-0
/
+1
*
It helps to write to the input side of the pipe, and read from the output
Ryan Bloom
2001-06-08
1
-2
/
+2
*
trace failures of a couple of crucial socket calls in ap_mpm_pod_signal()
Jeff Trawick
2001-06-07
1
-2
/
+12
*
improve ap_mpm_pod_signal() by not let it loop until it fills the pipe
Jeff Trawick
2001-06-07
1
-12
/
+7
*
First pass at the pipe_of_death logic for the prefork MPM. This does
Ryan Bloom
2001-06-07
1
-0
/
+84
*
Remove calls to apr_proc_probe_writable_fds(). The function is going away.
Bill Stoddard
2001-05-16
1
-3
/
+0
*
Build (and do so cleanly) when !APR_HAS_OTHER_CHILD.
Jeff Trawick
2001-05-04
1
-1
/
+4
*
Changes required to make prefork clean up idle children properly. There was a...
Paul J. Reder
2001-04-06
1
-1
/
+1
*
Declaration of ap_reclaim_child_processes() in exports.c needs to be
Brian Havard
2001-03-19
1
-1
/
+1
*
Allow modules to query the MPM about it's execution profile. This
Ryan Bloom
2001-03-02
1
-1
/
+2
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
1
-1
/
+1
*
*) remove some obsolete/unused defines from httpd.h.
Greg Stein
2001-02-12
1
-0
/
+1
*
toss the signal description stuff from unixd.[ch], beosd.h, and spmt_os2.
Greg Stein
2001-02-11
1
-16
/
+10
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
1
-4
/
+4
*
Make the Prefork MPM use SIGWINCH instead of SIGUSR1 for graceful restarts.
Ryan Bloom
2001-01-28
1
-1
/
+1
*
Add headers needed for getpwnam & getgrnam prototypes & types.
Brian Havard
2001-01-21
1
-0
/
+7
*
Move initgroupgs, ap_uname2id and ap_gname2id from util.c to
Ryan Bloom
2001-01-20
1
-0
/
+60
*
*) Compensate for recent changes in the APR headers. Specifically, some
Greg Stein
2000-11-26
1
-7
/
+3
*
The lots of little ones... APR_IS_STATUS_condition(rv) conditional macros
William A. Rowe Jr
2000-10-05
1
-2
/
+2
*
APRize disabling nagle (setting TCP_NODELAY).
Brian Havard
2000-08-22
1
-5
/
+4
*
Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...
William A. Rowe Jr
2000-08-06
1
-2
/
+2
[next]