summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* A few noops (at the moment.) Prepare for stuffing the directive intoWilliam A. Rowe Jr2002-05-201-3/+8
* 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
* Resolve the EXEC_ON_READ bit for ServerRoot and other modules that testWilliam A. Rowe Jr2002-05-181-6/+13
* Although it appears reasonable to immediately gather the Error log andWilliam A. Rowe Jr2002-05-181-2/+2
* Renames:Cliff Woolley2002-05-181-13/+13
* We need to grab ServerRoot, LogLevel, and ErrorLog right off the batWilliam A. Rowe Jr2002-05-171-3/+3
* stop using APLOG_NOERRNO in calls to ap_log_?error()Jeff Trawick2002-05-1725-362/+362
* ignore APLOG_NOERRNO; note that it is deprecatedJeff Trawick2002-05-171-1/+1
* Win32: Shutdown the accept/listen threads a bit more gracefully.Bill Stoddard2002-05-171-39/+52
* Start with a larger buffer size in ap_rgetline_core() to avoidBrian Pane2002-05-131-1/+7
* Optimization: modified the power-of-two allocator in ap_rgetline_core()Brian Pane2002-05-131-5/+5
* Fixed missing null-termination of ap_make_content_type() patterns listBrian Pane2002-05-121-0/+1
* Optimization: skip cache setup in location_walk() if the vhostBrian Pane2002-05-121-2/+2
* Optimization: Replaced apr_strcat() with apr_strcatv() inBrian Pane2002-05-121-2/+8
* Added EnableMMAP directive to allow the server administrator toBrian Pane2002-05-121-0/+36
* Moved ap_setup_make_content_type() declaration to http_protocol.hBrian Pane2002-05-101-2/+0
* Performance fix: replaced the strcasecmp calls in ap_make_content_type()Brian Pane2002-05-102-8/+35
* cleanup old-school backward uses of APR_BRIGADE_CONCAT to useCliff Woolley2002-05-061-12/+4
* 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
* Eliminate some sprintf callsBrian Pane2002-05-011-2/+2
* default_handler: move the code to handle unusual methods out of the middleGreg Ames2002-04-301-70/+70
* Readjusting how the bucket alloc is done for each worker thread. AllocateBradley Nicholes2002-04-301-10/+14
* Updated ap_getword_white() to use the same coding styleBrian Pane2002-04-291-17/+12
* 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
* Simplify this little chunk of code since r is set to f->r earlier.Justin Erenkrantz2002-04-281-2/+1
* 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
* Fixed the creation of the worker threads' data structuresBrian Pane2002-04-281-0/+1
* my_generation is in the shared scoreboard now.Bill Stoddard2002-04-271-7/+4
* Added a check to make sure that h_aliases is not NULL before we try toBradley Nicholes2002-04-261-6/+8
* Convert the worker MPM's fdqueue from a LIFO back into a FIFO. SinceAaron Bannert2002-04-262-7/+14
* Switch back from atomic_cas to mutexes, based on all the currentBrian Pane2002-04-261-83/+99