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
*
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
*
prefix libapr functions and types with apr_
Doug MacEachern
2000-08-02
1
-12
/
+12
*
Eliminate references to specific MPMs from mpm_common.c by having the
Manoj Kasichainula
2000-07-30
1
-20
/
+5
*
Change semantics of ap_child_table somewhat. Instead of checking for a
Manoj Kasichainula
2000-07-30
1
-6
/
+2
*
Add a new MPM. Currently this is almost an exact copy of the dexter MPM.
Ryan Bloom
2000-07-27
1
-1
/
+1
*
Cleanup the MPM #defines. Each MPM #defines a unique name that identifies
Ryan Bloom
2000-07-27
1
-2
/
+2
*
Fix some build issues for dexter:
Jeff Trawick
2000-07-26
1
-1
/
+1
*
Get ap_socket_disable_nagle() working again.
Jeff Trawick
2000-07-26
1
-1
/
+4
*
Add APR_EOL_STR for a platform specific text delimiter, provided by
William A. Rowe Jr
2000-07-25
1
-1
/
+1
*
#ifdef APR_HAS_OTHER_CHILD to #if APR_HAS_OTHER_CHILD. Not tested.
Bill Stoddard
2000-07-12
1
-1
/
+1
*
Remove all pthreads calls from the mpmt MPM prefork emulation. This makes
Ryan Bloom
2000-07-11
1
-1
/
+1
*
Move sock_disable_nagle to mpm_common.c. Rename it to ap_sock_disable_nagle.
Ryan Bloom
2000-07-11
1
-0
/
+20
*
Move process_child_status to mpm_common.c. This requires re-naming it
Ryan Bloom
2000-07-10
1
-0
/
+52
*
Fix mpm_common for use with the real prefork MPM. This was broken when
Ryan Bloom
2000-07-10
1
-1
/
+1
*
Initial version of the mpmt MPM. This MPM can emulate dexter, mpmt_pthread,
Ryan Bloom
2000-07-07
1
-2
/
+2
*
Add the EXTRA_LIBS to get apache building on BONE again and now that
David Reid
2000-06-22
1
-3
/
+0
*
Remove a few unnecessary calls to select. These calls used to be made so
Ryan Bloom
2000-06-22
1
-8
/
+2
*
Cut free mpm_common.c from ap_max_daemons_limit as a variable. Now we
David Reid
2000-06-22
1
-2
/
+3
*
Small change in an effort to get restarts working correctly on BeOS.
David Reid
2000-06-22
1
-0
/
+10
*
Update mpm_common to work with the latest BeOS version and start
David Reid
2000-06-19
1
-1
/
+4
*
Add sys/time.h to mpm_common to include define of timeval.
David Reid
2000-06-14
1
-0
/
+4
*
Remove waitpid from the config checks and all calls to waitpid from the
Ryan Bloom
2000-06-10
1
-4
/
+7
*
Add support for the BeOS mpm. Also change some things to make it easier
David Reid
2000-06-01
1
-6
/
+8
*
Only compile ap_reclaim_child_processes() if a CHILD_INFO_TABLE is known.
Brian Havard
2000-05-28
1
-0
/
+2
*
Fix a memory leak with ap_wait_or_timeout.
Ryan Bloom
2000-05-24
1
-6
/
+7
*
use the correct size for 'ret'
Greg Stein
2000-05-24
1
-1
/
+1
*
Fix a small bug/warning when compiling with use-maintiner-mode related
Ryan Bloom
2000-05-24
1
-1
/
+1
*
Convert ap_proc_t to a complete type. This lets us access the pid directly.
Ryan Bloom
2000-05-23
1
-2
/
+2
*
Temporary fix for misuse of int instead of pid_t.
Roy T. Fielding
2000-05-19
1
-10
/
+13
*
ap_wait_or_timeout() can't be static since it is called from
Jeff Trawick
2000-05-19
1
-1
/
+1
*
Move wait_or_timeout from the MPM's into the new mpm_common.c file. I
Ryan Bloom
2000-05-19
1
-0
/
+37
*
First function removed from Unix MPM's and moved to a common file. This
Ryan Bloom
2000-05-19
1
-0
/
+170