index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
mpm_common.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
use existing directive name ThreadStackSize instead of
Jeff Trawick
2004-03-16
1
-2
/
+2
*
Threaded MPMs for Unix and Win32: Add WorkerStackSize directive
Jeff Trawick
2004-03-11
1
-0
/
+6
*
* include/mpm_common.h (ap_pod_t): Remove 'sa' field.
Joe Orton
2004-03-06
1
-1
/
+0
*
Add a new directive EnableExceptionHook that must be specified for
Jeff Trawick
2004-02-19
1
-0
/
+5
*
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
*
update license to 2004.
André Malo
2004-01-01
1
-1
/
+1
*
consolidate code related to sig_coredump
Jeff Trawick
2003-04-09
1
-0
/
+5
*
Linux 2.4+: enable coredumps when Apache is started as root if
Greg Ames
2003-03-06
1
-0
/
+1
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
fix ap_mpm_set_max_mem_free declaration to match mpm_common.c
Brian Pane
2002-07-05
1
-1
/
+2
*
Add missing declarations of the new max_mem_free stuff
Brian Pane
2002-07-04
1
-0
/
+5
*
Add "-k start|startssl|restart|graceful|stop" support to httpd
Jeff Trawick
2002-05-23
1
-0
/
+5
*
Syncing makes no sense now
Jim Jagielski
2002-03-29
1
-1
/
+0
*
Fold the compiled-in knowledge of the allowable AcceptMutex settings into
Jim Jagielski
2002-03-20
1
-1
/
+1
*
Bring 2.0 up to parity, a bit, with how much info we provide to
Jim Jagielski
2002-03-20
1
-0
/
+1
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
Added the #ifdef's to the prototypes to match the corresponding source code
Bradley Nicholes
2002-01-08
1
-0
/
+4
*
handle the disappearance of apr_lock_create_np() and
Jeff Trawick
2001-12-30
1
-1
/
+1
*
Get mod_cgid killed when a MPM exits due to a fatal error.
Jeff Trawick
2001-11-17
1
-1
/
+2
*
Fix the reporting for child processes that die. This removes
Ryan Bloom
2001-10-23
1
-2
/
+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
-2
/
+2
*
(hopefully) get WinNT MPM to build using mpm_common.c code; a few notes:
Jeff Trawick
2001-08-13
1
-15
/
+15
*
allow non-Unix MPMs to use mpm_common.c by not automatically
Jeff Trawick
2001-08-13
1
-0
/
+5
*
Begin to sanitize the MPM configuration directives. Now, all
Ryan Bloom
2001-08-13
1
-0
/
+61
*
Doc formatting fixes
William A. Rowe Jr
2001-07-27
1
-2
/
+2
*
fix memory leak of apr_sockaddr_t and apr_socket_t in ap_mpm_pod_signal,
Greg Ames
2001-07-18
1
-0
/
+1
*
First pass at the pipe_of_death logic for the prefork MPM. This does
Ryan Bloom
2001-06-07
1
-0
/
+43
*
Get rid of some warnings which crept into the Unix MPMs a
Jeff Trawick
2001-03-22
1
-0
/
+2
*
Declaration of ap_reclaim_child_processes() in exports.c needs to be
Brian Havard
2001-03-19
1
-0
/
+2
*
More doxygenation.
Ben Laurie
2001-03-17
1
-0
/
+1
*
Rely on APR to determine whether or not we have netinet/tcp.h. This test
Jeff Trawick
2001-03-05
1
-1
/
+1
*
Don't directly include ap_config_auto.h directly. It isn't available on
Greg Stein
2001-03-01
1
-3
/
+1
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
1
-1
/
+1
*
Windows doesn't have ap_config_auto. Perhaps we need a HAVE_CONFIG_AUTO
Bill Stoddard
2001-02-13
1
-0
/
+2
*
The "src/" directory no longer exists. Clean up the HARD_SERVER_LIMITS
Greg Ames
2001-02-13
1
-1
/
+1
*
*) remove some obsolete/unused defines from httpd.h.
Greg Stein
2001-02-12
1
-2
/
+16
*
Move initgroupgs, ap_uname2id and ap_gname2id from util.c to
Ryan Bloom
2001-01-20
1
-0
/
+14
*
APRize disabling nagle (setting TCP_NODELAY).
Brian Havard
2000-08-22
1
-1
/
+1
*
Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...
William A. Rowe Jr
2000-08-06
1
-2
/
+2
*
Update the mpm_common.h file with docs to use ScanDoc
Ryan Bloom
2000-08-06
1
-0
/
+41
*
prefix libapr functions and types with apr_
Doug MacEachern
2000-08-02
1
-2
/
+2
*
Get ap_socket_disable_nagle() working again.
Jeff Trawick
2000-07-26
1
-0
/
+4
*
Move sock_disable_nagle to mpm_common.c. Rename it to ap_sock_disable_nagle.
Ryan Bloom
2000-07-11
1
-0
/
+6
*
Move process_child_status to mpm_common.c. This requires re-naming it
Ryan Bloom
2000-07-10
1
-0
/
+1
*
Fix error messages issued from MPMs which explain where to change
Jeff Trawick
2000-06-21
1
-0
/
+2
*
Fix a memory leak with ap_wait_or_timeout.
Ryan Bloom
2000-05-24
1
-1
/
+1
*
Prototypes for the visible functions in mpm_common.c.
Roy T. Fielding
2000-05-19
1
-0
/
+84