index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
mpm
/
netware
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enabled the -n parameter on NetWare to allow the administrator to rename
Bradley Nicholes
2003-01-29
1
-1
/
+7
*
Register for the SERVERDOWN event to allow Apache to shutdown gracefully
Bradley Nicholes
2002-12-12
1
-3
/
+5
*
Force the screen to close on exit() if the -E option was specified on the
Bradley Nicholes
2002-11-25
1
-2
/
+6
*
Don't hold the Apache screen open when it exits with an error if all of the e...
Bradley Nicholes
2002-11-13
1
-0
/
+3
*
Switched to the APR_STATUS_IS_XXX macros
Bradley Nicholes
2002-10-14
1
-15
/
+16
*
Don't bother destroying the memory pools and buckets for each thread at
Bradley Nicholes
2002-10-03
1
-9
/
+11
*
Removed unnecessary pool cleanup after a restart or shutdown
Bradley Nicholes
2002-08-28
1
-2
/
+0
*
Hold the Apache screen open on NetWare if exit() is called for any reason
Bradley Nicholes
2002-07-24
1
-0
/
+8
*
http occurances to update for apr_socket_opt_get/set
William A. Rowe Jr
2002-07-15
1
-2
/
+2
*
Add a new directive: MaxMemFree. MaxMemFree makes it possible
Sander Striker
2002-07-04
2
-0
/
+2
*
Re-architected the select()/accept() loop to allow all threads to rely on sel...
Bradley Nicholes
2002-06-26
1
-95
/
+85
*
Now that we have the functionality in apr, we can now have 2.0's
Jim Jagielski
2002-06-07
1
-1
/
+3
*
Switched to using atomic operations for tracking the active threads rather
Bradley Nicholes
2002-06-01
1
-9
/
+3
*
Catch up with the apr_allocator_set_owner -> apr_allocator_owner_set renames
Sander Striker
2002-05-30
1
-1
/
+1
*
Fixing a memory leak with the threads bucket_allocator. We were allocating
Bradley Nicholes
2002-05-22
1
-12
/
+13
*
stop using APLOG_NOERRNO in calls to ap_log_?error()
Jeff Trawick
2002-05-17
1
-16
/
+16
*
Readjusting how the bucket alloc is done for each worker thread. Allocate
Bradley Nicholes
2002-04-30
1
-10
/
+14
*
Add some additional shutdown synchronization so that we don't get the OS
Bradley Nicholes
2002-04-15
1
-4
/
+4
*
Readjustment of where the bucket is being allocated now that they are being
Bradley Nicholes
2002-04-13
1
-2
/
+1
*
Closed up some holes where a thread could escape and exit without releasing
Bradley Nicholes
2002-04-10
1
-0
/
+3
*
Added a call to apr_bucket_alloc_destroy() to the clean_child_exit() code that
Bradley Nicholes
2002-04-06
1
-7
/
+8
*
Remove hardcoded paths from MPMs and move them to a more central
Sander Striker
2002-04-04
1
-2
/
+7
*
Check for a NULL pointer in the case of the OS address space
Bradley Nicholes
2002-04-02
1
-4
/
+6
*
Replaced a hack for getting the address space with the real API
Bradley Nicholes
2002-04-02
1
-11
/
+10
*
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
-1
/
+0
*
BUCKET FREELISTS
Cliff Woolley
2002-03-29
1
-1
/
+5
*
Fold the compiled-in knowledge of the allowable AcceptMutex settings into
Jim Jagielski
2002-03-20
1
-2
/
+2
*
Bring 2.0 up to parity, a bit, with how much info we provide to
Jim Jagielski
2002-03-20
1
-1
/
+4
*
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
*
Added code to extract the current address space name so that each
Bradley Nicholes
2002-03-14
1
-3
/
+16
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
3
-3
/
+3
*
Implement new ScoreBoardFile directive logic. This affects how we
Aaron Bannert
2002-02-15
2
-6
/
+0
*
Create a new pool allocator for each worker thread
Bradley Nicholes
2002-02-13
1
-1
/
+2
*
Implemented the handling of the SIGABRT signal.
Bradley Nicholes
2002-02-06
1
-0
/
+1
*
Reintroduce the create_connection hook. This hook is required to enable
Bill Stoddard
2002-02-01
1
-2
/
+2
*
Fixed the unload process so that the console command gets properly
Bradley Nicholes
2002-02-01
1
-2
/
+4
*
Removed the call for now to shutdown the listeners so that threads don't end
Bradley Nicholes
2002-01-31
1
-2
/
+2
*
This patch restores most of Ryan's patch (11/12/2001) to remove the
Bill Stoddard
2002-01-29
1
-1
/
+1
*
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
-2
/
+2
*
Updated the command line keyword to Apache2 and also modified the
Bradley Nicholes
2002-01-19
1
-9
/
+11
*
Implemented a checkunload callback to allow apache to be unloaded using
Bradley Nicholes
2002-01-14
1
-9
/
+57
*
Combination of blocking and nonblocking accept loop
Bradley Nicholes
2002-01-12
1
-18
/
+98
*
This patch eliminated from the _SHARED_ segment of the scoreboard all
William A. Rowe Jr
2002-01-10
1
-2
/
+2
*
Reworked the accept() loop to avoid an extra call to select() just to
Bradley Nicholes
2002-01-04
1
-155
/
+59
*
for the netware MPM, move HARD_THREAD_LIMIT back to mpm_default.h where
Jeff Trawick
2001-12-19
2
-11
/
+11
*
Reworked the select/accept loop to try to rely less on select to determine
Bradley Nicholes
2001-12-19
1
-105
/
+160
[next]