index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
mpm
/
beos
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
4
-4
/
+8
*
Remove the .cvsignore files.
Joe Orton
2004-11-19
1
-5
/
+0
*
Remove some more uneeded code.
David Reid
2004-03-12
1
-41
/
+24
*
Better handling of ONE_PROCESS.
David Reid
2004-03-12
1
-14
/
+24
*
Revise the beos mpm into the new world order that is heralded by
David Reid
2004-03-10
1
-309
/
+379
*
fix name of The Apache Software Foundation
André Malo
2004-02-09
4
-4
/
+4
*
apply Apache License, Version 2.0
André Malo
2004-02-06
4
-212
/
+40
*
update license to 2004.
André Malo
2004-01-01
4
-4
/
+4
*
remove calls to the apr_proc_other_child_read function that no longer exists
Brian Pane
2003-11-24
1
-1
/
+2
*
switch to APR 1.0 API (which is still in flux)
Jeff Trawick
2003-09-03
1
-7
/
+7
*
Updated the various MPM's to use the new bucket_alloc_create_ex API
Cliff Woolley
2003-08-28
1
-2
/
+2
*
Make sure that the global ap_max_mem_free is initialized along with the
Bradley Nicholes
2003-08-28
1
-0
/
+3
*
finished that boring job:
André Malo
2003-02-03
4
-4
/
+4
*
Adjust the sizes of the pollsets we create/use so that we work again.
David Reid
2002-07-12
1
-3
/
+3
*
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
*
Catch up with the apr_allocator_set_owner -> apr_allocator_owner_set renames
Sander Striker
2002-05-30
1
-1
/
+1
*
stop using APLOG_NOERRNO in calls to ap_log_?error()
Jeff Trawick
2002-05-17
1
-20
/
+20
*
Bring the beos mpm into the new age with the new lock functions and some
David Reid
2002-04-15
1
-23
/
+27
*
quiet a bogus gcc warning that crops up with -O2
Jeff Trawick
2002-04-05
1
-0
/
+1
*
implement FOREGROUND for perchild and beos MPMs too
Jeff Trawick
2002-04-05
1
-4
/
+6
*
Remove hardcoded paths from MPMs and move them to a more central
Sander Striker
2002-04-04
1
-1
/
+1
*
PR:
Paul J. Reder
2002-03-29
1
-1
/
+0
*
BUCKET FREELISTS
Cliff Woolley
2002-03-29
1
-2
/
+8
*
no need to kill the scoreboard cleanup anymore on graceful
Jeff Trawick
2002-03-20
1
-3
/
+0
*
The pre_mpm hook creates server-lifetime objects (or at least, for the
William A. Rowe Jr
2002-03-20
1
-1
/
+1
*
Update the mpms to call the new allocator/pools API
Sander Striker
2002-03-15
1
-1
/
+5
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
4
-4
/
+4
*
simplify the way we find the family of an apr_sockaddr_t
Jeff Trawick
2002-03-13
1
-1
/
+1
*
Implement apr_proc_detach changes and allow -DNO_DETACH in the multi-process
Aaron Bannert
2002-02-21
1
-2
/
+3
*
Implement new ScoreBoardFile directive logic. This affects how we
Aaron Bannert
2002-02-15
2
-8
/
+0
*
Reintroduce the create_connection hook. This hook is required to enable
Bill Stoddard
2002-02-01
1
-1
/
+1
*
This patch restores most of Ryan's patch (11/12/2001) to remove the
Bill Stoddard
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
-2
/
+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
*
Rename BeOS MPM directive RequestsPerThread to MaxRequestsPerThread.
Lars Eilebrecht
2002-01-20
1
-2
/
+2
*
This patch eliminated from the _SHARED_ segment of the scoreboard all
William A. Rowe Jr
2002-01-10
1
-1
/
+1
*
handle the disappearance of apr_lock_create_np() and
Jeff Trawick
2001-12-30
1
-2
/
+2
*
Change core code to allow an MPM to set hard thread/server
Jeff Trawick
2001-12-18
2
-40
/
+45
*
Change the beos mpm to use the new pools creation call to try and
David Reid
2001-12-14
1
-4
/
+5
*
Get mod_cgid killed when a MPM exits due to a fatal error.
Jeff Trawick
2001-11-17
1
-5
/
+12
*
Update the beos MPM to have better naming and also allow for
David Reid
2001-11-16
2
-71
/
+73
*
Pull lingering close out of the pool cleanup phase. This was causing too
Ryan Bloom
2001-11-15
1
-0
/
+1
*
Add the server_rec argument back to the create_connection hook.
Ryan Bloom
2001-11-13
1
-1
/
+1
*
Remove commas from the end of the macros that define
Ryan Bloom
2001-11-13
1
-2
/
+2
*
Begin to abstract out the underlying transport layer.
Ryan Bloom
2001-11-13
1
-1
/
+1
*
Remove ap_lingering_close from all of the MPMs. This is now done as
Ryan Bloom
2001-11-10
1
-1
/
+0
*
Add back in the daemon commands so that User/Group are OK
David Reid
2001-11-08
1
-2
/
+3
[next]