summaryrefslogtreecommitdiffstats
path: root/server/mpm (follow)
Commit message (Expand)AuthorAgeFilesLines
* a better and valid messageWilliam A. Rowe Jr2009-01-241-2/+3
* Fix two small glitches in r730828 (Win9x codeRainer Jung2009-01-212-7/+5
* Introduce Win32 AcceptFilter handling.William A. Rowe Jr2009-01-161-151/+277
* two more never-used functions to redact from child.cWilliam A. Rowe Jr2009-01-161-44/+0
* this security API needs some loving, a warning at least for SYSTEM/LocalSystemWilliam A. Rowe Jr2009-01-161-0/+6
* apr_proc_mutex.h is called for by this very headerWilliam A. Rowe Jr2009-01-161-0/+1
* reverting 735080, starting over, sorryWilliam A. Rowe Jr2009-01-163-348/+195
* apr_proc_mutex.h is called for by this very headerWilliam A. Rowe Jr2009-01-163-195/+348
* reorganize some internal 'externals'William A. Rowe Jr2009-01-093-19/+15
* prefork: Fix child process hang during graceful restart/stop inJeff Trawick2009-01-071-13/+20
* Release the accept mutex after receiving the shutdown signalJeff Trawick2009-01-071-0/+1
* As jorton discovered, recent Linux kernels have a new tunableJeff Trawick2009-01-071-2/+6
* rip child.c-specific macros away from mpm_winnt.hWilliam A. Rowe Jr2009-01-062-31/+31
* rename private COMP_CONTEXT to winnt_conn_ctx_t and make static within child.cWilliam A. Rowe Jr2009-01-062-40/+36
* Further Win9x code elimination and simplificationWilliam A. Rowe Jr2009-01-032-22/+4
* Clean up thread and process number defaultsRainer Jung2009-01-033-10/+13
* Drop support for Service Description labels from < Win2000William A. Rowe Jr2009-01-031-40/+8
* Axe Win9x codepath, including Win32DisableAcceptEx logic. Starting clean.William A. Rowe Jr2009-01-028-1874/+301
* Include mpm_common.h in simple_run.c in orderRainer Jung2009-01-021-0/+1
* Fix mixed declarations and code.Paul Querna2008-12-211-1/+1
* Silence compiler warnings in the same manner as for theChris Darroch2008-12-121-3/+3
* I'm not 100% sure about this, but it seems to silence theChris Darroch2008-12-121-3/+3
* * Remove unused variableRuediger Pluem2008-12-081-1/+0
* API Cleanup in preperation for 2.4.x, make sure all exported functions or var...Paul Querna2008-12-0212-30/+30
* Fix MaxRequestsPerChild on the Event MPM. It hasn't worked for 4 years.Paul Querna2008-11-201-2/+2
* Further unixd hacks to remove duplication between old-unixd and mod_unixd,Nick Kew2008-11-043-6/+0
* Make sure we clear out previous things we were listening for.Paul Querna2008-11-031-0/+9
* Switch all unix MPMs to use drop_privileges hook (mod_unixd) for startupNick Kew2008-11-036-59/+6
* Convert events to have an associated pool.Paul Querna2008-11-017-38/+50
* Reset the timers when in the child -- this prevents a fork bomb, as each chil...Paul Querna2008-11-011-0/+6
* Remove extra log line with how many threads are being spawned.Paul Querna2008-11-011-4/+0
* Move creation of the pollcb object to after we fork(), since kqueues don't pe...Paul Querna2008-11-012-9/+25
* Make a valid prototypeJim Jagielski2008-10-301-1/+1
* Basic support for spawning children porcesses via fork() and killing them wit...Paul Querna2008-10-304-12/+88
* Remove completed todo items.Paul Querna2008-10-301-7/+0
* reindent according to our coding style: <http://httpd.apache.org/dev/stylegui...Paul Querna2008-10-3012-896/+841
* Create a new drop_privileges hook for the Simple MPM.Paul Querna2008-10-303-2/+62
* Remove SimpleUser configuration command, this will all be handled inside mod_...Paul Querna2008-10-302-19/+0
* Introduce modules/system, and mod_unixd.cNick Kew2008-10-291-0/+7
* Improve ability to compile on C90 Compilers.Paul Querna2008-10-296-29/+46
* * server/mpm/simple/simple_io.c: s/simple_io_timeut_cb/simple_io_timeout_cb/gPaul Querna2008-10-281-3/+3
* * simple_io.c line 111 and 145 cause a build falure with --enable-maintainer-...Paul Querna2008-10-282-3/+4
* * server/mpm/simple/simple_{event,run}.c: Turn off Ring Macro debugging.Paul Querna2008-10-282-2/+2
* Add a work in progress, a completely new, "Simple MPM".Paul Querna2008-10-2818-2/+1571
* * Recheck again if idle workers are still available when we are signaled thatRuediger Pluem2008-10-081-2/+10
* Reimplement ThreadStackSize to behave as on unix for anyWilliam A. Rowe Jr2008-09-261-4/+5
* The last two of several helper threads which do not need a defaultWilliam A. Rowe Jr2008-09-261-4/+12
* The next of several helper threads which do not need a default 1GB stackWilliam A. Rowe Jr2008-09-261-3/+6
* The first of several helper threads which do not need a default 1GB stackWilliam A. Rowe Jr2008-09-261-2/+2
* Track the internal stack_res_flag for properly constrainingWilliam A. Rowe Jr2008-09-262-1/+12