summaryrefslogtreecommitdiffstats
path: root/server/mpm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Move the last little useful bit of registry.c into services.c, andWilliam A. Rowe Jr2002-06-244-537/+122
* Finish the -w keep-console-open-on-error patch.William A. Rowe Jr2002-06-233-3/+24
* Adapt to use apr_ischar()William A. Rowe Jr2002-06-231-2/+2
* Fix perchild to work with apachectl by adding -k support to perchild.Jeff Trawick2002-06-212-1/+2
* prefork MPM: Ignore mutex errors during graceful restart. ForJeff Trawick2002-06-141-5/+26
* At least get perchild to compile, getting it working is next.Ryan Bloom2002-06-131-1/+1
* Now that we have the functionality in apr, we can now have 2.0'sJim Jagielski2002-06-077-7/+21
* Support -k argument in threadpoolBrian Pane2002-06-072-1/+2
* Experimental patch to work around Win32 services defaulting cwd() toWilliam A. Rowe Jr2002-06-061-1/+9
* Solve the -k start bug [thanks for the pointers, FirstBill!]William A. Rowe Jr2002-06-051-4/+1
* Potential fixes. Patch up the fact that users often expect argv[]sWilliam A. Rowe Jr2002-06-051-2/+3
* Switched to using atomic operations for tracking the active threads ratherBradley Nicholes2002-06-011-9/+3
* Catch up with the apr_allocator_set_owner -> apr_allocator_owner_set renamesSander Striker2002-05-306-6/+6
* Simple fix for possibly unterminated REG_SZ dataWilliam A. Rowe Jr2002-05-251-1/+3
* Small chance we have an unterminated or single null terminated list.William A. Rowe Jr2002-05-251-1/+7
* nelts returned from a registry key may be zero... make it so.William A. Rowe Jr2002-05-251-17/+12
* Fix for the worker deadlock problemBrian Pane2002-05-241-19/+32
* Win32: Shutdown the listeners before telling the accept threads to quit.Bill Stoddard2002-05-241-8/+12
* Win32: Use atomic increment/decrement on counters touched by multiple threads.Bill Stoddard2002-05-241-7/+7
* Add "-k start|startssl|restart|graceful|stop" support to httpdJeff Trawick2002-05-234-2/+4
* Complete the shutdown and restart fixesBrian Pane2002-05-221-40/+21
* Switch to prefork-style POD handlingBrian Pane2002-05-223-6/+16
* Shutdown fixesBrian Pane2002-05-221-2/+1
* Fixing a memory leak with the threads bucket_allocator. We were allocatingBradley Nicholes2002-05-221-12/+13
* As the prior commit message indicated, pass the accept thread a listenWilliam A. Rowe Jr2002-05-181-6/+7
* Begin passing about apr types instead of odd local conventions.William A. Rowe Jr2002-05-181-7/+10
* stop using APLOG_NOERRNO in calls to ap_log_?error()Jeff Trawick2002-05-1712-252/+252
* Win32: Shutdown the accept/listen threads a bit more gracefully.Bill Stoddard2002-05-171-39/+52
* DoneBill Stoddard2002-05-021-1/+0
* Win32: Fix bug in mpm_win32 which allowed multiple threads to accessBill Stoddard2002-05-021-35/+89
* wait for worker threads to exit even in graceless terminationJeff Trawick2002-05-011-10/+8
* Defer starting the listener until we have at least tried to start all the workerBill Stoddard2002-05-011-6/+6
* Close sockets on worker MPM when doing a graceless restart. This shouldJustin Erenkrantz2002-05-011-0/+21
* Readjusting how the bucket alloc is done for each worker thread. AllocateBradley Nicholes2002-04-301-10/+14
* Removed some code from the mutex-protected block in ap_queue_pop().Brian Pane2002-04-291-0/+2
* Rename the worker_stack_interrupt_all() function as worker_stack_terminate().Aaron Bannert2002-04-291-3/+8
* Removed the "not_full" condition variable and associated conditionalBrian Pane2002-04-292-25/+3
* Remove unused variable.Aaron Bannert2002-04-291-1/+0
* Some more threadpool MPM changes:Aaron Bannert2002-04-291-7/+30
* Clarify an incorrect statement about why we're purposfully puttingAaron Bannert2002-04-291-4/+10
* Some threadpool fixes:Aaron Bannert2002-04-291-27/+41
* Detect APR_EINTR from ap_queue_pop() and avoid callingAaron Bannert2002-04-291-2/+10
* When we signal a condition variable, we need to own the lock thatAaron Bannert2002-04-281-3/+10
* Fix a bug in the mod_status display caused by some uninitialized fields.Bill Stoddard2002-04-281-4/+12
* Moved the recycled pool list from the queue to the queue_info structure.Brian Pane2002-04-283-51/+43
* Added a missing pool deletion case and simplified the conditionalsBrian Pane2002-04-281-10/+8
* Move a potentially expensive pool cleanup operation outsideBrian Pane2002-04-281-1/+8
* Preserve the original error, or if the unlock fails then use thatAaron Bannert2002-04-281-3/+4
* Removed creation of unused structBrian Pane2002-04-281-7/+0
* Add a "queue_info" structure to the worker MPM. This is used to preventAaron Bannert2002-04-283-0/+148