index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
mpm
/
experimental
/
perchild
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Begin to abstract out the underlying transport layer.
Ryan Bloom
2001-11-13
1
-1
/
+1
*
Remove ap_lingering_close from all of the MPMs. This is now done as
Ryan Bloom
2001-11-10
1
-1
/
+0
*
Fix the spelling of the AP_MPMQ_MIN_SPARE_DAEMONS and
Cliff Woolley
2001-11-07
1
-2
/
+2
*
Fix the reporting for child processes that die. This removes
Ryan Bloom
2001-10-23
1
-3
/
+4
*
Switch back to SIGUSR1 for graceful restarts on all platforms that
Justin Erenkrantz
2001-09-19
1
-14
/
+16
*
Fix breakage from Brian Pane's util_filter switch to hash tables.
Justin Erenkrantz
2001-09-04
1
-1
/
+1
*
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
*
Remove some warnings from the perchild MPM
Ryan Bloom
2001-08-27
1
-3
/
+3
*
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
-145
/
+17
*
Change the worker_function implementations to accept both parameters,
William A. Rowe Jr
2001-07-24
1
-2
/
+2
*
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
*
Add additional query datum to the MPMs.
William A. Rowe Jr
2001-06-27
1
-0
/
+15
*
add the AcceptMutex directive to the perchild MPM
Jeff Trawick
2001-06-26
1
-2
/
+55
*
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
*
Back out the recent change to ap_get_brigade, to make it use indirection
Ryan Bloom
2001-05-07
1
-2
/
+3
*
Fix a bug in the input handling. ap_http_filter() was modifying *readbytes
Greg Stein
2001-05-05
1
-4
/
+7
*
adjust to ap_get_brigade() / input filter api changes
Doug MacEachern
2001-04-24
1
-3
/
+4
*
Add more options to the ap_mpm_query function. This also allows MPMs to
Ryan Bloom
2001-04-13
2
-2
/
+13
*
s/apr_signal_thread_func/apr_signal_thread/
Doug MacEachern
2001-04-13
1
-1
/
+1
*
Convert the apr_create_signal_thread to apr_signal_thread. The main
Ryan Bloom
2001-04-12
1
-4
/
+1
*
Fix the naming of the apr_threadattr_detach_xxx functions. get and set were
Greg Ames
2001-04-11
1
-1
/
+1
*
as Bill did with threaded, don't let a child process return to parent code
Jeff Trawick
2001-04-05
1
-3
/
+2
*
Make Apache check APR's configuration when determining the default MPM.
Ryan Bloom
2001-04-03
1
-0
/
+6
*
Threads is a feature, so it is HAS threads not HAVE threads...
Marc Slemko
2001-04-03
1
-1
/
+1
*
tell the user what's going if APR threads aren't unavailable, and Apache
Greg Ames
2001-04-03
1
-0
/
+4
*
Declaration of ap_reclaim_child_processes() in exports.c needs to be
Brian Havard
2001-03-19
1
-1
/
+1
*
Rely on APR to determine whether or not we have netinet/tcp.h. This test
Jeff Trawick
2001-03-05
1
-4
/
+0
*
Allow modules to query the MPM about it's execution profile. This
Ryan Bloom
2001-03-02
1
-2
/
+13
*
Pass the correct worker thread id to worker_thread() when the initial
Jeff Trawick
2001-02-28
1
-2
/
+2
*
remove ap_{post_config,child_init}_hook
Doug MacEachern
2001-02-23
1
-1
/
+1
*
Get it to build on FreeBSD by dropping <stropt.h>. (It still
Jeff Trawick
2001-02-23
1
-6
/
+3
*
Make the perchild MPM use the APR signal child and apr thread functions.
Ryan Bloom
2001-02-21
1
-84
/
+65
*
rename miss: s/apr_clear_pool/apr_pool_clear/g
Doug MacEachern
2001-02-19
1
-1
/
+1
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
3
-3
/
+3
*
doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo...
Doug MacEachern
2001-02-14
1
-2
/
+2
*
mod_status references ap_my_generation; declare it for now
Jeff Trawick
2001-02-13
1
-0
/
+3
*
Make perchild build again
Ryan Bloom
2001-02-13
3
-21
/
+17
*
INIT_SIGLIST() is gone; stop using it
Jeff Trawick
2001-02-11
1
-1
/
+0
*
*) include "apr_signal.h" when needed
Greg Stein
2001-02-11
1
-12
/
+18
*
Replace reinit_scoreboard with ap_create_scoreboard.
Bill Stoddard
2001-02-09
1
-1
/
+1
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
1
-40
/
+40
*
Get the Unix MPMs restarting again. If we are going to register a cleanup
Ryan Bloom
2001-02-07
1
-1
/
+1
*
get rid of some cruft related to a now-unused parameter to
Jeff Trawick
2001-02-07
1
-5
/
+4
*
get perchild just a little closer to building; maybe somebody
Jeff Trawick
2001-02-06
1
-2
/
+4
[prev]
[next]