summaryrefslogtreecommitdiffstats
path: root/server/mpm (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* A bit more ap_regkey and apr-ization. Fixes some new bugs where theWilliam A. Rowe Jr2002-07-023-21/+32
* The pitfalls of cut'n'pasteWilliam A. Rowe Jr2002-07-011-7/+8
* Document what the threadpool MPM isBrian Pane2002-07-011-0/+12
* Document what the leader MPM is, for the benefit of anyone whoBrian Pane2002-07-011-0/+8
* Using apr_file_write_full() we have less to worry about,William A. Rowe Jr2002-07-011-29/+26
* Eliminate GetModuleFileName()William A. Rowe Jr2002-07-011-8/+8
* Remove all the CreateProcess() based code... see the prior commitWilliam A. Rowe Jr2002-07-011-233/+0
* Replace CreateProcess with properly formed apr threadproc code.William A. Rowe Jr2002-07-011-9/+182
* Get the perchild MPM starting different child processes with differentRyan Bloom2002-06-301-12/+16
* Re-architected the select()/accept() loop to allow all threads to rely on sel...Bradley Nicholes2002-06-261-95/+85
* 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