index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
mpm
/
prefork
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
carry over from 1.3: disable profiling in the parent process #ifdef GPROF
Doug MacEachern
2001-11-29
1
-0
/
+5
*
fix chdir_for_gprof() to s/dir/use_dir/ for chdir()
Doug MacEachern
2001-11-20
1
-1
/
+1
*
Get mod_cgid killed when a MPM exits due to a fatal error.
Jeff Trawick
2001-11-17
1
-1
/
+4
*
Pull lingering close out of the pool cleanup phase. This was causing too
Ryan Bloom
2001-11-15
1
-0
/
+1
*
Allow modules that add sockets to the ap_listeners list to
Ryan Bloom
2001-11-13
2
-130
/
+23
*
Add the server_rec argument back to the create_connection hook.
Ryan Bloom
2001-11-13
1
-1
/
+1
*
don't use a variable named stat, it can cause problems on some platforms.
Ryan Bloom
2001-11-13
1
-9
/
+9
*
Back out my last patch. The logic to add sockets to pollsets is back in
Ryan Bloom
2001-11-13
1
-3
/
+7
*
This allows modules to add socket descriptors to the pollset. I have
Ryan Bloom
2001-11-13
1
-7
/
+3
*
Remove commas from the end of the macros that define
Ryan Bloom
2001-11-13
1
-2
/
+2
*
Remove more network logic from the MPMs. Essentially, each MPM can define
Ryan Bloom
2001-11-13
2
-2
/
+1
*
Begin to abstract out the underlying transport layer.
Ryan Bloom
2001-11-13
1
-2
/
+1
*
minor tweaks to pass a parm of the right type to apr_poll() and
Jeff Trawick
2001-11-11
1
-3
/
+4
*
in prefork, listensocks[0] doesn't have a pod
Jeff Trawick
2001-11-11
1
-3
/
+3
*
Remove ap_lingering_close from all of the MPMs. This is now done as
Ryan Bloom
2001-11-10
1
-1
/
+0
*
Move prefork to the same API as the rest of the MPMs for setting up
Ryan Bloom
2001-11-10
1
-100
/
+70
*
Fix the spelling of the AP_MPMQ_MIN_SPARE_DAEMONS and
Cliff Woolley
2001-11-07
1
-2
/
+2
*
These comments are pretty much useless now AFAICT.
Cliff Woolley
2001-11-06
1
-28
/
+0
*
Fix the reporting for child processes that die. This removes
Ryan Bloom
2001-10-23
1
-5
/
+7
*
Exit when we can't listen on any of the configured ports. This
Jeff Trawick
2001-10-16
1
-14
/
+10
*
fix another seg fault.
Greg Ames
2001-10-11
1
-6
/
+8
*
prefork: Don't segfault when we are able to listen on some but
Jeff Trawick
2001-10-10
1
-5
/
+7
*
Switch back to SIGUSR1 for graceful restarts on all platforms that
Justin Erenkrantz
2001-09-19
1
-16
/
+17
*
Add -X functionality back to httpd.
Justin Erenkrantz
2001-08-30
1
-9
/
+14
*
Update the comments regarding -DONE_PROCESS and -DNO_DETACH since
Cliff Woolley
2001-08-30
1
-4
/
+6
*
The prefork and OS/2 MPMs are overwriting the pid file when a second copy
Paul J. Reder
2001-08-20
1
-2
/
+3
*
Update the Apache code to account for the XtOffset change in APR.
Ryan Bloom
2001-08-19
1
-1
/
+1
*
The Unix MPMs other than perchild now allow child server
Jeff Trawick
2001-08-16
1
-0
/
+14
*
namespace-protect accept_lock_mech
Jeff Trawick
2001-08-14
1
-1
/
+1
*
change the name of AP_MPM_NEEDS_RECLAIM_CHILD_PROCESSES to
Jeff Trawick
2001-08-13
1
-1
/
+1
*
allow non-Unix MPMs to use mpm_common.c by not automatically
Jeff Trawick
2001-08-13
1
-0
/
+2
*
Begin to sanitize the MPM configuration directives. Now, all
Ryan Bloom
2001-08-13
2
-136
/
+7
*
record something in the error log if the parent process seg faults
Greg Ames
2001-08-10
1
-1
/
+8
*
Make scoreboard creation a hook. This allows management
Ryan Bloom
2001-07-18
1
-1
/
+1
*
Changed AP_MPMQ_MAX_DAEMONS to refer to MaxClients and
Paul J. Reder
2001-07-18
1
-1
/
+4
*
Remove a couple fields from the scoreboard that aren't currently used.
Ryan Bloom
2001-07-16
1
-6
/
+0
*
Check the pod after processing a connection so that we'll go away
Jeff Trawick
2001-07-10
1
-14
/
+10
*
Add additional query datum to the MPMs.
William A. Rowe Jr
2001-06-27
1
-0
/
+15
*
add the AcceptMutex directive and related processing to prefork MPM
Jeff Trawick
2001-06-26
1
-1
/
+55
*
fix a comment describing how we kill off a single child process
Jeff Trawick
2001-06-26
1
-1
/
+1
*
fix some more signalling issues:
Jeff Trawick
2001-06-14
1
-9
/
+4
*
For SIGHUP in the server processes, we attempt to go away immediately,
Jeff Trawick
2001-06-14
1
-12
/
+3
*
fix a bad call to ap_log_error (missing the errno/apr_status_t parameter)
Jeff Trawick
2001-06-14
1
-2
/
+2
*
catch SIGWINCH in the parent process and set appropriate flags
Jeff Trawick
2001-06-14
1
-3
/
+11
*
fix a format string used for apr_status_t
Jeff Trawick
2001-06-14
1
-1
/
+1
*
fix the bindprocessor() code selection; we need to test for the
Jeff Trawick
2001-06-12
1
-5
/
+7
*
Make the processor unbinding/re-binding stuff on AIX work again.
Victor J. Orlikowski
2001-06-11
1
-1
/
+1
*
check the pod in the child at a different spot so that we check it
Jeff Trawick
2001-06-07
1
-2
/
+2
*
First pass at the pipe_of_death logic for the prefork MPM. This does
Ryan Bloom
2001-06-07
2
-36
/
+32
*
Fix some broken logic in the prefork MPM. Basically, in the past, if we
Ryan Bloom
2001-06-04
1
-1
/
+0
[prev]
[next]