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
*
update license header text
Roy T. Fielding
2006-07-11
1
-6
/
+6
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
1
-1
/
+1
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-23
/
+23
*
No functional change: simple detabbing of indented code.
Jim Jagielski
2005-11-10
1
-2
/
+2
*
Add ap_relieve_child_processess(), a non-infanticidal copy of
Colm MacCarthaigh
2005-08-28
1
-0
/
+32
*
Move the "GracefulShutdownTimeout" directive into mpm_common, for re-use
Colm MacCarthaigh
2005-08-26
1
-1
/
+16
*
Make the neccessary changes to mpm_common and main to support a graceful-stop
Colm MacCarthaigh
2005-08-26
1
-1
/
+16
*
Remove support for the threaded-mpm's on Linux 2.0, and de-autoconf the
Colm MacCarthaigh
2005-08-23
1
-1
/
+1
*
Add a User-Agent to the dummy connection code to ease admin debugging.
Paul Querna
2005-08-08
1
-1
/
+9
*
* server/mpm_common.c (dummy_connection): Fix length argument passed
Joe Orton
2005-06-30
1
-2
/
+3
*
Argh. Style Fix. Habits are hard to kill.
Paul Querna
2005-06-27
1
-1
/
+1
*
*) server/mpm_common.c: Send a simple HTTP 1.0 request to every listener sock...
Paul Querna
2005-06-27
1
-0
/
+11
*
Fix for reported compile problem
Nick Kew
2005-06-08
1
-4
/
+5
*
Add monitor hook (discussed under "watchdog" thread).
Nick Kew
2005-06-07
1
-7
/
+16
*
restore google-ability of an ancient message of great importance
Jeff Trawick
2005-02-16
1
-1
/
+1
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
worker MPM: Fix a problem which could cause httpd processes to
Jeff Trawick
2004-12-02
1
-59
/
+129
*
zap extra blank in error message
Jeff Trawick
2004-11-29
1
-1
/
+1
*
* server/mpm_common.c (dummy_connection): Log the address if the
Joe Orton
2004-09-23
1
-1
/
+1
*
Unix MPMs: Shut down the server more quickly when child processes are
Jeff Trawick
2004-09-18
1
-33
/
+60
*
tweak error handling when reading the pid file
Jeff Trawick
2004-08-14
1
-0
/
+2
*
use existing directive name ThreadStackSize instead of
Jeff Trawick
2004-03-16
1
-4
/
+4
*
Threaded MPMs for Unix and Win32: Add WorkerStackSize directive
Jeff Trawick
2004-03-11
1
-0
/
+24
*
* include/mpm_common.h (ap_pod_t): Remove 'sa' field.
Joe Orton
2004-03-06
1
-5
/
+3
*
* server/mpm_common.c (ap_process_child_status): Remove an escaped \n
Joe Orton
2004-02-25
1
-2
/
+1
*
Add a new directive EnableExceptionHook that must be specified for
Jeff Trawick
2004-02-19
1
-1
/
+30
*
fix name of The Apache Software Foundation
André Malo
2004-02-09
1
-1
/
+1
*
apply Apache License, Version 2.0
André Malo
2004-02-06
1
-53
/
+10
*
avoid losing a subpool (until restart) on a rare error path
Jeff Trawick
2004-01-27
1
-0
/
+2
*
update license to 2004.
André Malo
2004-01-01
1
-1
/
+1
*
fix a problem where a crash of a non-MPM child process could
Jeff Trawick
2003-12-11
1
-1
/
+8
*
Add fatal exception hook for use by debug modules. The hook is only
Jeff Trawick
2003-11-26
1
-0
/
+24
*
build with latest other-child API changes
Jeff Trawick
2003-11-22
1
-1
/
+1
*
switch to APR 1.0 API (which is still in flux)
Jeff Trawick
2003-09-03
1
-4
/
+4
*
Enable ap_sock_disable_nagle for Windows. This along with the addition of
Allan K. Edwards
2003-04-16
1
-1
/
+1
*
consolidate code related to sig_coredump
Jeff Trawick
2003-04-09
1
-0
/
+101
*
SECURITY: Eliminated leaks of several file descriptors to child
William A. Rowe Jr
2003-03-20
1
-0
/
+4
*
Linux 2.4+: enable coredumps when Apache is started as root if
Greg Ames
2003-03-06
1
-0
/
+2
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
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
[next]