summaryrefslogtreecommitdiffstats
path: root/support/apachectl.in (unfollow)
Commit message (Expand)AuthorFilesLines
2002-04-30default_handler: move the code to handle unusual methods out of the middleGreg Ames1-70/+70
2002-04-30Revert optimization from circa 2.0.34 that caused very long vhost id'sCliff Woolley2-4/+11
2002-04-30Readjusting how the bucket alloc is done for each worker thread. AllocateBradley Nicholes1-10/+14
2002-04-30Fix the link to the description of the CoredumpDirectoryJeff Trawick3-2/+5
2002-04-30note a desirable goalCliff Woolley1-0/+2
2002-04-30SHMCB should not have been using apr_rmm -- it was doing so incorrectly,Cliff Woolley2-51/+8
2002-04-30- Sync with modssl 2.8.8-1.3.24Cliff Woolley3-6/+14
2002-04-30mod_cache doc update (note this is still very primitive)Bill Stoddard1-12/+19
2002-04-30Enable mod_mem_cache to be configured to cache open file handle using newBill Stoddard1-23/+47
2002-04-30Remove APR_WANT_SIGNAL from apr_want.h because code must includeRoy T. Fielding1-11/+5
2002-04-30remove_entity should only work on complete cache_objectsBill Stoddard1-1/+1
2002-04-29 Please, Win32 hackers, review this doc!!! Talk about out of date andWilliam A. Rowe Jr1-87/+133
2002-04-29 Worth noting, I guessWilliam A. Rowe Jr1-0/+4
2002-04-29 Should correctly build mod_ext_filter, mod_deflate dependant upon zlib,William A. Rowe Jr2-33/+95
2002-04-29Forget to update the error messagesBill Stoddard1-4/+4
2002-04-29Name space protect mod_mem_cache config directivesBill Stoddard1-4/+4
2002-04-29finish getting apxs to work with a binary buildJeff Trawick1-1/+4
2002-04-29Fixing up the distribution and install section of the NetWare make filesBradley Nicholes2-3/+6
2002-04-29Added some missing export to the proxy moduleBradley Nicholes1-0/+5
2002-04-29 Demote to a minor bump for .36 - those affected by API changes shouldWilliam A. Rowe Jr1-3/+3
2002-04-29 Attach a bugz numberWilliam A. Rowe Jr1-1/+1
2002-04-29Update prior to bumping the tagSander Striker1-2/+2
2002-04-29Replaced a sprintf("%d") with itoaBrian Pane1-1/+1
2002-04-29Short-circuit out of mod_userdir's translation handler faster onBrian Pane1-5/+10
2002-04-29Updated ap_getword_white() to use the same coding styleBrian Pane1-17/+12
2002-04-29Updating my vote on the worker MPMBrian Pane1-10/+4
2002-04-29Document this weekend's worker MPM changesBrian Pane1-0/+3
2002-04-29Fix spelling/typoBill Stoddard1-1/+1
2002-04-29Removed some code from the mutex-protected block in ap_queue_pop().Brian Pane1-0/+2
2002-04-29Because mod_imap's handler runs on every request in the defaultBrian Pane1-5/+16
2002-04-29What did I do today?Aaron Bannert1-0/+5
2002-04-29Don't install *.in config files.Aaron Bannert1-1/+1
2002-04-29Rename the worker_stack_interrupt_all() function as worker_stack_terminate().Aaron Bannert1-3/+8
2002-04-29Removed the "not_full" condition variable and associated conditionalBrian Pane2-25/+3
2002-04-29Remove unused variable.Aaron Bannert1-1/+0
2002-04-29Some more threadpool MPM changes:Aaron Bannert1-7/+30
2002-04-29Clarify an incorrect statement about why we're purposfully puttingAaron Bannert1-4/+10
2002-04-29Some threadpool fixes:Aaron Bannert1-27/+41
2002-04-29Detect APR_EINTR from ap_queue_pop() and avoid callingAaron Bannert1-2/+10
2002-04-28When we signal a condition variable, we need to own the lock thatAaron Bannert1-3/+10
2002-04-28Fix a bug in the mod_status display caused by some uninitialized fields.Bill Stoddard1-4/+12
2002-04-28Style cleanup (remove tabs, fix alignment).Aaron Bannert1-31/+57
2002-04-28Typo fix.Joshua Slive1-1/+1
2002-04-28kill a warning on Darwin for NONCE_LEN becoming a long int by math.Roy T. Fielding1-1/+1
2002-04-28If a subreq added a filter (say INCLUDES) and the subreq was promoted viaJustin Erenkrantz2-0/+27
2002-04-28Simplify this little chunk of code since r is set to f->r earlier.Justin Erenkrantz1-2/+1
2002-04-28Moved the recycled pool list from the queue to the queue_info structure.Brian Pane4-51/+45
2002-04-28Added a missing pool deletion case and simplified the conditionalsBrian Pane1-10/+8
2002-04-28Move a potentially expensive pool cleanup operation outsideBrian Pane1-1/+8
2002-04-28Preserve the original error, or if the unlock fails then use thatAaron Bannert1-3/+4