summaryrefslogtreecommitdiffstats
path: root/server/mpm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Force the screen to close on exit() if the -E option was specified on theBradley Nicholes2002-11-251-2/+6
* Don't hold the Apache screen open when it exits with an error if all of the e...Bradley Nicholes2002-11-131-0/+3
* We didn't atexit() the win32 keep-console-open-on-error handler earlyWilliam A. Rowe Jr2002-11-081-4/+4
* fix some problems in the perchild MPMJeff Trawick2002-10-251-18/+27
* fix "long lost child came home!" messages after a graceful restart withGreg Ames2002-10-231-1/+1
* Fix -k restart feature on win32.William A. Rowe Jr2002-10-151-0/+1
* Switched to the APR_STATUS_IS_XXX macrosBradley Nicholes2002-10-141-15/+16
* Fix for Sebastian's observation of my fat fingers.William A. Rowe Jr2002-10-141-4/+4
* Handle WSA_IO_PENDING as well.William A. Rowe Jr2002-10-141-1/+2
* Bigger hack alert. Expand the range of unrecycled sockets to includeWilliam A. Rowe Jr2002-10-131-1/+2
* If the server is configured with an accept mutex type that isn't comaptibleRyan Bloom2002-10-111-0/+8
* Fix a compile of compiler warnings. I don't know how these slipped past.Ryan Bloom2002-10-111-6/+2
* Fix receive_request, it was using the same location in the iovec for bothRyan Bloom2002-10-111-2/+2
* Don't bother destroying the memory pools and buckets for each thread atBradley Nicholes2002-10-031-9/+11
* Allow for compile on systems lacking poll.hJim Jagielski2002-09-081-1/+7
* Removed comments inherited from worker that don't applyBrian Pane2002-09-061-7/+0
* Document the updates to leader/followers MPMBrian Pane2002-09-011-3/+10
* Switched back to atomic compare-and-swap instead of mutexesBrian Pane2002-09-011-114/+89
* Added support for httpd -k optionBrian Pane2002-09-012-1/+2
* Removing extraneous pod files for leader/follower MPMBrian Pane2002-09-012-242/+0
* Win32: First cut as cleaning up mpm_default.h defaultsBill Stoddard2002-08-302-45/+24
* Removed unnecessary pool cleanup after a restart or shutdownBradley Nicholes2002-08-281-2/+0
* Adjust the descriptions of these directives, avoid the child/process/threadJim Jagielski2002-08-281-5/+5
* Win32: Add ThreadLimit directive to the windows MPMBill Stoddard2002-08-282-13/+77
* Check for pthread_killIan Holsman2002-08-251-1/+1
* Minor error log typoJim Jagielski2002-08-211-1/+1
* This commit gets Perchild working again. There are holes in this codeRyan Bloom2002-08-181-67/+153
* Don't catch more than 1 SIGTERM in the parent process as doing so resultsBrian Havard2002-08-111-0/+1
* This was an identity... sort of silly really.William A. Rowe Jr2002-08-041-3/+0
* INVALID_SOCKET is -1 and appropriate to test throughout.William A. Rowe Jr2002-08-041-4/+4
* Lots o bugs and emits here. accept_socket is a handle, although vc andWilliam A. Rowe Jr2002-08-041-3/+8
* Outch! Always check completion against actual socket/pipe/file handles,William A. Rowe Jr2002-08-041-2/+5
* typoIan Holsman2002-08-021-1/+1
* Drop a redundant destructor.William A. Rowe Jr2002-07-311-2/+1
* Continue the effort to back away from shared globals, in the get andWilliam A. Rowe Jr2002-07-311-23/+61
* pconf global factors out nicely. The one other pconf appears to beWilliam A. Rowe Jr2002-07-293-1171/+106
* Refactor out the child behavior from mpm_winnt. This is the firstWilliam A. Rowe Jr2002-07-291-0/+1022
* Refactor the ready_event so that it's scope is the absolute minimumWilliam A. Rowe Jr2002-07-271-10/+36
* Rather than an arbitrary sleep interval, improve robustness and speedWilliam A. Rowe Jr2002-07-271-6/+41
* Hold the Apache screen open on NetWare if exit() is called for any reasonBradley Nicholes2002-07-241-0/+8
* zap an unused variableJeff Trawick2002-07-171-1/+0
* Add some debugging logic to perchild. This is almost working now, we justRyan Bloom2002-07-171-19/+46
* Get the prefork MPM using the apr_poll interface directly instead of goingRyan Bloom2002-07-171-5/+8
* http occurances to update for apr_socket_opt_get/setWilliam A. Rowe Jr2002-07-153-4/+5
* Adjust the sizes of the pollsets we create/use so that we work again.David Reid2002-07-121-3/+3
* Bring Apache in line with APR's new poll implementation. This isn'tRyan Bloom2002-07-117-7/+14
* Narrow service manager access to what is actually needed to performWilliam A. Rowe Jr2002-07-101-13/+11
* This just bugs me today...Bill Stoddard2002-07-051-1/+1
* replaced APR_USEC_PER_SEC division with the new time macrosBrian Pane2002-07-051-6/+6
* Add a new directive: MaxMemFree. MaxMemFree makes it possibleSander Striker2002-07-0412-0/+12