index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
mpm
/
prefork
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix "long lost child came home!" messages after a graceful restart with
Greg Ames
2002-10-23
1
-1
/
+1
*
zap an unused variable
Jeff Trawick
2002-07-17
1
-1
/
+0
*
Get the prefork MPM using the apr_poll interface directly instead of going
Ryan Bloom
2002-07-17
1
-5
/
+8
*
Bring Apache in line with APR's new poll implementation. This isn't
Ryan Bloom
2002-07-11
1
-1
/
+2
*
Add a new directive: MaxMemFree. MaxMemFree makes it possible
Sander Striker
2002-07-04
2
-0
/
+2
*
prefork MPM: Ignore mutex errors during graceful restart. For
Jeff Trawick
2002-06-14
1
-5
/
+26
*
Now that we have the functionality in apr, we can now have 2.0's
Jim Jagielski
2002-06-07
1
-1
/
+3
*
Catch up with the apr_allocator_set_owner -> apr_allocator_owner_set renames
Sander Striker
2002-05-30
1
-1
/
+1
*
Add "-k start|startssl|restart|graceful|stop" support to httpd
Jeff Trawick
2002-05-23
2
-1
/
+2
*
stop using APLOG_NOERRNO in calls to ap_log_?error()
Jeff Trawick
2002-05-17
1
-25
/
+25
*
Remind the admin about the User and Group directives when we are
Jeff Trawick
2002-04-08
1
-1
/
+2
*
quiet a bogus gcc warning that crops up with -O2
Jeff Trawick
2002-04-05
1
-0
/
+1
*
Remove hardcoded paths from MPMs and move them to a more central
Sander Striker
2002-04-04
2
-5
/
+5
*
prefork MPM: add -DFOREGROUND option to use when you want
Jeff Trawick
2002-04-03
1
-4
/
+6
*
style change only
Jeff Trawick
2002-04-03
1
-8
/
+8
*
PR:
Paul J. Reder
2002-03-29
1
-1
/
+0
*
The old, legacy (and unused) code in which the scoreboard was totally
Jim Jagielski
2002-03-29
1
-26
/
+3
*
BUCKET FREELISTS
Cliff Woolley
2002-03-29
1
-1
/
+4
*
Fold the compiled-in knowledge of the allowable AcceptMutex settings into
Jim Jagielski
2002-03-20
1
-2
/
+2
*
no need to kill the scoreboard cleanup anymore on graceful
Jeff Trawick
2002-03-20
1
-3
/
+1
*
Bring 2.0 up to parity, a bit, with how much info we provide to
Jim Jagielski
2002-03-20
1
-0
/
+4
*
The pre_mpm hook creates server-lifetime objects (or at least, for the
William A. Rowe Jr
2002-03-20
1
-1
/
+1
*
Fix a hang condition with graceful restart and prefork MPM
Jeff Trawick
2002-03-18
1
-7
/
+12
*
prefork and worker:
Jeff Trawick
2002-03-18
1
-0
/
+5
*
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
*
Update the mpms to call the new allocator/pools API
Sander Striker
2002-03-15
1
-1
/
+4
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
3
-3
/
+3
*
Implement apr_proc_detach changes and allow -DNO_DETACH in the multi-process
Aaron Bannert
2002-02-21
1
-2
/
+3
*
expand_lock_fname() is no longer used
Jeff Trawick
2002-02-17
1
-7
/
+0
*
Restored the permission setting for the accept mutex (which
Brian Pane
2002-02-16
1
-0
/
+14
*
Converted prefork MPM's accept mutex to the new lock API
Brian Pane
2002-02-16
1
-50
/
+24
*
Implement new ScoreBoardFile directive logic. This affects how we
Aaron Bannert
2002-02-15
2
-6
/
+0
*
if a child detects a resource shortage on accept(), limit the rate of fork()s
Greg Ames
2002-02-12
1
-3
/
+10
*
prefork shouldn't be killing its parent if a child runs out of resources.
Greg Ames
2002-02-10
1
-2
/
+2
*
Not being able to bind to a socket is a fatal error. This makes all
Ryan Bloom
2002-02-04
1
-4
/
+6
*
This patch allows the prefork MPM to print messages to the console if it
Ryan Bloom
2002-02-04
1
-18
/
+31
*
Reintroduce the create_connection hook. This hook is required to enable
Bill Stoddard
2002-02-01
1
-1
/
+1
*
Change the Windows MPM to only use the pre_mpm phase in the parent process.
Ryan Bloom
2002-01-30
1
-1
/
+1
*
get prefork to build again.
Greg Ames
2002-01-29
1
-1
/
+1
*
Take advantage of the new pre_config return value when apr_proc_detach
Aaron Bannert
2002-01-29
1
-3
/
+9
*
The pre_config hook now takes a return value. This allows modules to
Aaron Bannert
2002-01-29
1
-1
/
+3
*
fix the problem where a scoreboard init failure could leave
Jeff Trawick
2002-01-28
1
-1
/
+3
*
Remove the create_connection hook and put the client_socket back into the
Bill Stoddard
2002-01-27
1
-1
/
+1
*
don't poll if there is only a single listening socket
Greg Ames
2002-01-18
1
-26
/
+26
*
let's play "name that pool"
Jeff Trawick
2002-01-11
1
-0
/
+1
*
This patch eliminated from the _SHARED_ segment of the scoreboard all
William A. Rowe Jr
2002-01-10
1
-3
/
+3
*
handle the disappearance of apr_lock_create_np() and
Jeff Trawick
2001-12-30
1
-2
/
+2
*
Add directives to worker and preform MPMs so that the admin can set
Jeff Trawick
2001-12-19
1
-16
/
+73
*
Change core code to allow an MPM to set hard thread/server
Jeff Trawick
2001-12-18
2
-31
/
+32
*
Use the new pool API to eliminate pool locking in the prefork MPM
Brian Pane
2001-12-14
1
-1
/
+1
[next]