index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
mpm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Move the last little useful bit of registry.c into services.c, and
William A. Rowe Jr
2002-06-24
4
-537
/
+122
*
Finish the -w keep-console-open-on-error patch.
William A. Rowe Jr
2002-06-23
3
-3
/
+24
*
Adapt to use apr_ischar()
William A. Rowe Jr
2002-06-23
1
-2
/
+2
*
Fix perchild to work with apachectl by adding -k support to perchild.
Jeff Trawick
2002-06-21
2
-1
/
+2
*
prefork MPM: Ignore mutex errors during graceful restart. For
Jeff Trawick
2002-06-14
1
-5
/
+26
*
At least get perchild to compile, getting it working is next.
Ryan Bloom
2002-06-13
1
-1
/
+1
*
Now that we have the functionality in apr, we can now have 2.0's
Jim Jagielski
2002-06-07
7
-7
/
+21
*
Support -k argument in threadpool
Brian Pane
2002-06-07
2
-1
/
+2
*
Experimental patch to work around Win32 services defaulting cwd() to
William A. Rowe Jr
2002-06-06
1
-1
/
+9
*
Solve the -k start bug [thanks for the pointers, FirstBill!]
William A. Rowe Jr
2002-06-05
1
-4
/
+1
*
Potential fixes. Patch up the fact that users often expect argv[]s
William A. Rowe Jr
2002-06-05
1
-2
/
+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
6
-6
/
+6
*
Simple fix for possibly unterminated REG_SZ data
William A. Rowe Jr
2002-05-25
1
-1
/
+3
*
Small chance we have an unterminated or single null terminated list.
William A. Rowe Jr
2002-05-25
1
-1
/
+7
*
nelts returned from a registry key may be zero... make it so.
William A. Rowe Jr
2002-05-25
1
-17
/
+12
*
Fix for the worker deadlock problem
Brian Pane
2002-05-24
1
-19
/
+32
*
Win32: Shutdown the listeners before telling the accept threads to quit.
Bill Stoddard
2002-05-24
1
-8
/
+12
*
Win32: Use atomic increment/decrement on counters touched by multiple threads.
Bill Stoddard
2002-05-24
1
-7
/
+7
*
Add "-k start|startssl|restart|graceful|stop" support to httpd
Jeff Trawick
2002-05-23
4
-2
/
+4
*
Complete the shutdown and restart fixes
Brian Pane
2002-05-22
1
-40
/
+21
*
Switch to prefork-style POD handling
Brian Pane
2002-05-22
3
-6
/
+16
*
Shutdown fixes
Brian Pane
2002-05-22
1
-2
/
+1
*
Fixing a memory leak with the threads bucket_allocator. We were allocating
Bradley Nicholes
2002-05-22
1
-12
/
+13
*
As the prior commit message indicated, pass the accept thread a listen
William A. Rowe Jr
2002-05-18
1
-6
/
+7
*
Begin passing about apr types instead of odd local conventions.
William A. Rowe Jr
2002-05-18
1
-7
/
+10
*
stop using APLOG_NOERRNO in calls to ap_log_?error()
Jeff Trawick
2002-05-17
12
-252
/
+252
*
Win32: Shutdown the accept/listen threads a bit more gracefully.
Bill Stoddard
2002-05-17
1
-39
/
+52
*
Done
Bill Stoddard
2002-05-02
1
-1
/
+0
*
Win32: Fix bug in mpm_win32 which allowed multiple threads to access
Bill Stoddard
2002-05-02
1
-35
/
+89
*
wait for worker threads to exit even in graceless termination
Jeff Trawick
2002-05-01
1
-10
/
+8
*
Defer starting the listener until we have at least tried to start all the worker
Bill Stoddard
2002-05-01
1
-6
/
+6
*
Close sockets on worker MPM when doing a graceless restart. This should
Justin Erenkrantz
2002-05-01
1
-0
/
+21
*
Readjusting how the bucket alloc is done for each worker thread. Allocate
Bradley Nicholes
2002-04-30
1
-10
/
+14
*
Removed some code from the mutex-protected block in ap_queue_pop().
Brian Pane
2002-04-29
1
-0
/
+2
*
Rename the worker_stack_interrupt_all() function as worker_stack_terminate().
Aaron Bannert
2002-04-29
1
-3
/
+8
*
Removed the "not_full" condition variable and associated conditional
Brian Pane
2002-04-29
2
-25
/
+3
*
Remove unused variable.
Aaron Bannert
2002-04-29
1
-1
/
+0
*
Some more threadpool MPM changes:
Aaron Bannert
2002-04-29
1
-7
/
+30
*
Clarify an incorrect statement about why we're purposfully putting
Aaron Bannert
2002-04-29
1
-4
/
+10
*
Some threadpool fixes:
Aaron Bannert
2002-04-29
1
-27
/
+41
*
Detect APR_EINTR from ap_queue_pop() and avoid calling
Aaron Bannert
2002-04-29
1
-2
/
+10
*
When we signal a condition variable, we need to own the lock that
Aaron Bannert
2002-04-28
1
-3
/
+10
*
Fix a bug in the mod_status display caused by some uninitialized fields.
Bill Stoddard
2002-04-28
1
-4
/
+12
*
Moved the recycled pool list from the queue to the queue_info structure.
Brian Pane
2002-04-28
3
-51
/
+43
*
Added a missing pool deletion case and simplified the conditionals
Brian Pane
2002-04-28
1
-10
/
+8
*
Move a potentially expensive pool cleanup operation outside
Brian Pane
2002-04-28
1
-1
/
+8
*
Preserve the original error, or if the unlock fails then use that
Aaron Bannert
2002-04-28
1
-3
/
+4
*
Removed creation of unused struct
Brian Pane
2002-04-28
1
-7
/
+0
*
Add a "queue_info" structure to the worker MPM. This is used to prevent
Aaron Bannert
2002-04-28
3
-0
/
+148
[prev]
[next]