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
*
http occurances to update for apr_socket_opt_get/set
William A. Rowe Jr
2002-07-15
1
-2
/
+2
*
Timeout/time fixes
William A. Rowe Jr
2002-07-15
1
-1
/
+1
*
Now why did I commit that symbolic constant in APR again? Exactly...
Sander Striker
2002-07-04
1
-1
/
+2
*
Add a new directive: MaxMemFree. MaxMemFree makes it possible
Sander Striker
2002-07-04
1
-0
/
+23
*
Well the wrappers work out well... nice to be able to put off committing
William A. Rowe Jr
2002-06-09
1
-1
/
+1
*
the "-k startssl" parameter is reverted by popular demand
Jeff Trawick
2002-05-24
1
-8
/
+0
*
fix data initialization problem in new Unix -k option processing
Jeff Trawick
2002-05-23
1
-0
/
+2
*
Add "-k start|startssl|restart|graceful|stop" support to httpd
Jeff Trawick
2002-05-23
1
-0
/
+156
*
stop using APLOG_NOERRNO in calls to ap_log_?error()
Jeff Trawick
2002-05-17
1
-8
/
+8
*
Remove unnecessary includes of apr_lock.h
Aaron Bannert
2002-04-09
1
-1
/
+0
*
Added support for Posix semaphore-based mutex locking (AcceptMutex posixsem).
Jim Jagielski
2002-04-04
1
-0
/
+8
*
PR:
Paul J. Reder
2002-03-29
1
-1
/
+0
*
Fold the compiled-in knowledge of the allowable AcceptMutex settings into
Jim Jagielski
2002-03-20
1
-11
/
+8
*
Bring 2.0 up to parity, a bit, with how much info we provide to
Jim Jagielski
2002-03-20
1
-15
/
+22
*
Fix a hang condition with graceful restart and prefork MPM
Jeff Trawick
2002-03-18
1
-7
/
+14
*
don't check for EINTR after a call to apr_file_write();
Jeff Trawick
2002-03-18
1
-4
/
+1
*
Simplify s/APR_OS_PROC_T_FMT/APR_PID_T_FMT/, apr_os_foo entities aren't
William A. Rowe Jr
2002-03-16
1
-1
/
+1
*
Eliminate potential ap_server_root_relative segfaults, with the input
William A. Rowe Jr
2002-03-16
1
-4
/
+11
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
Make this look a bit better.
Sander Striker
2002-03-11
1
-1
/
+1
*
Style Police comming through...
Sander Striker
2002-03-11
1
-25
/
+65
*
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
[next]