| Commit message (Expand) | Author | Age | Files | Lines |
* | a better and valid message | William A. Rowe Jr | 2009-01-24 | 1 | -2/+3 |
* | Fix two small glitches in r730828 (Win9x code | Rainer Jung | 2009-01-21 | 2 | -7/+5 |
* | Introduce Win32 AcceptFilter handling. | William A. Rowe Jr | 2009-01-16 | 1 | -151/+277 |
* | two more never-used functions to redact from child.c | William A. Rowe Jr | 2009-01-16 | 1 | -44/+0 |
* | this security API needs some loving, a warning at least for SYSTEM/LocalSystem | William A. Rowe Jr | 2009-01-16 | 1 | -0/+6 |
* | apr_proc_mutex.h is called for by this very header | William A. Rowe Jr | 2009-01-16 | 1 | -0/+1 |
* | reverting 735080, starting over, sorry | William A. Rowe Jr | 2009-01-16 | 3 | -348/+195 |
* | apr_proc_mutex.h is called for by this very header | William A. Rowe Jr | 2009-01-16 | 3 | -195/+348 |
* | reorganize some internal 'externals' | William A. Rowe Jr | 2009-01-09 | 3 | -19/+15 |
* | prefork: Fix child process hang during graceful restart/stop in | Jeff Trawick | 2009-01-07 | 1 | -13/+20 |
* | Release the accept mutex after receiving the shutdown signal | Jeff Trawick | 2009-01-07 | 1 | -0/+1 |
* | As jorton discovered, recent Linux kernels have a new tunable | Jeff Trawick | 2009-01-07 | 1 | -2/+6 |
* | rip child.c-specific macros away from mpm_winnt.h | William A. Rowe Jr | 2009-01-06 | 2 | -31/+31 |
* | rename private COMP_CONTEXT to winnt_conn_ctx_t and make static within child.c | William A. Rowe Jr | 2009-01-06 | 2 | -40/+36 |
* | Further Win9x code elimination and simplification | William A. Rowe Jr | 2009-01-03 | 2 | -22/+4 |
* | Clean up thread and process number defaults | Rainer Jung | 2009-01-03 | 3 | -10/+13 |
* | Drop support for Service Description labels from < Win2000 | William A. Rowe Jr | 2009-01-03 | 1 | -40/+8 |
* | Axe Win9x codepath, including Win32DisableAcceptEx logic. Starting clean. | William A. Rowe Jr | 2009-01-02 | 8 | -1874/+301 |
* | Include mpm_common.h in simple_run.c in order | Rainer Jung | 2009-01-02 | 1 | -0/+1 |
* | Fix mixed declarations and code. | Paul Querna | 2008-12-21 | 1 | -1/+1 |
* | Silence compiler warnings in the same manner as for the | Chris Darroch | 2008-12-12 | 1 | -3/+3 |
* | I'm not 100% sure about this, but it seems to silence the | Chris Darroch | 2008-12-12 | 1 | -3/+3 |
* | * Remove unused variable | Ruediger Pluem | 2008-12-08 | 1 | -1/+0 |
* | API Cleanup in preperation for 2.4.x, make sure all exported functions or var... | Paul Querna | 2008-12-02 | 12 | -30/+30 |
* | Fix MaxRequestsPerChild on the Event MPM. It hasn't worked for 4 years. | Paul Querna | 2008-11-20 | 1 | -2/+2 |
* | Further unixd hacks to remove duplication between old-unixd and mod_unixd, | Nick Kew | 2008-11-04 | 3 | -6/+0 |
* | Make sure we clear out previous things we were listening for. | Paul Querna | 2008-11-03 | 1 | -0/+9 |
* | Switch all unix MPMs to use drop_privileges hook (mod_unixd) for startup | Nick Kew | 2008-11-03 | 6 | -59/+6 |
* | Convert events to have an associated pool. | Paul Querna | 2008-11-01 | 7 | -38/+50 |
* | Reset the timers when in the child -- this prevents a fork bomb, as each chil... | Paul Querna | 2008-11-01 | 1 | -0/+6 |
* | Remove extra log line with how many threads are being spawned. | Paul Querna | 2008-11-01 | 1 | -4/+0 |
* | Move creation of the pollcb object to after we fork(), since kqueues don't pe... | Paul Querna | 2008-11-01 | 2 | -9/+25 |
* | Make a valid prototype | Jim Jagielski | 2008-10-30 | 1 | -1/+1 |
* | Basic support for spawning children porcesses via fork() and killing them wit... | Paul Querna | 2008-10-30 | 4 | -12/+88 |
* | Remove completed todo items. | Paul Querna | 2008-10-30 | 1 | -7/+0 |
* | reindent according to our coding style: <http://httpd.apache.org/dev/stylegui... | Paul Querna | 2008-10-30 | 12 | -896/+841 |
* | Create a new drop_privileges hook for the Simple MPM. | Paul Querna | 2008-10-30 | 3 | -2/+62 |
* | Remove SimpleUser configuration command, this will all be handled inside mod_... | Paul Querna | 2008-10-30 | 2 | -19/+0 |
* | Introduce modules/system, and mod_unixd.c | Nick Kew | 2008-10-29 | 1 | -0/+7 |
* | Improve ability to compile on C90 Compilers. | Paul Querna | 2008-10-29 | 6 | -29/+46 |
* | * server/mpm/simple/simple_io.c: s/simple_io_timeut_cb/simple_io_timeout_cb/g | Paul Querna | 2008-10-28 | 1 | -3/+3 |
* | * simple_io.c line 111 and 145 cause a build falure with --enable-maintainer-... | Paul Querna | 2008-10-28 | 2 | -3/+4 |
* | * server/mpm/simple/simple_{event,run}.c: Turn off Ring Macro debugging. | Paul Querna | 2008-10-28 | 2 | -2/+2 |
* | Add a work in progress, a completely new, "Simple MPM". | Paul Querna | 2008-10-28 | 18 | -2/+1571 |
* | * Recheck again if idle workers are still available when we are signaled that | Ruediger Pluem | 2008-10-08 | 1 | -2/+10 |
* | Reimplement ThreadStackSize to behave as on unix for any | William A. Rowe Jr | 2008-09-26 | 1 | -4/+5 |
* | The last two of several helper threads which do not need a default | William A. Rowe Jr | 2008-09-26 | 1 | -4/+12 |
* | The next of several helper threads which do not need a default 1GB stack | William A. Rowe Jr | 2008-09-26 | 1 | -3/+6 |
* | The first of several helper threads which do not need a default 1GB stack | William A. Rowe Jr | 2008-09-26 | 1 | -2/+2 |
* | Track the internal stack_res_flag for properly constraining | William A. Rowe Jr | 2008-09-26 | 2 | -1/+12 |