| Commit message (Expand) | Author | Age | Files | Lines |
* | mpm_worker: Follow up to r1821526. | Yann Ylavic | 2018-01-19 | 4 | -486/+8 |
* | mpm_{event,worker}: Mask signals for threads created by modules in child init. | Yann Ylavic | 2018-01-18 | 1 | -5/+6 |
* | Revert r1821499, will re-commit the right change. | Yann Ylavic | 2018-01-18 | 1 | -6/+5 |
* | mpm_event,worker: Mask signals for threads created by modules in child init. | Yann Ylavic | 2018-01-18 | 1 | -5/+6 |
* | Add "AcceptErrorsNonFatal" directive | Eric Covener | 2018-01-04 | 1 | -0/+4 |
* | mpm_unix(es): cleanup properly on exit in one_process mode. | Yann Ylavic | 2017-11-02 | 1 | -0/+1 |
* | core, MPMs unix: follow up to r1809881. | Yann Ylavic | 2017-09-28 | 1 | -3/+0 |
* | mpm_worker: no mutex needed at ptrans' allocator level. | Yann Ylavic | 2017-02-21 | 1 | -27/+0 |
* | MPMs unix: Place signals handlers and helpers out of DSOs to avoid | Yann Ylavic | 2017-02-21 | 1 | -211/+62 |
* | mpm_worker: follow up to r1783755. | Yann Ylavic | 2017-02-20 | 1 | -0/+27 |
* | Fix spelling in comments and text files. | Rainer Jung | 2016-08-11 | 1 | -2/+2 |
* | Follow up to r1737447: fix max_spare_threads lower bound. | Yann Ylavic | 2016-06-25 | 1 | -2/+8 |
* | Ensure http2 follows http in the meaning of | William A. Rowe Jr | 2016-04-27 | 1 | -5/+8 |
* | mpm_worker: follow up to r1737449. | Yann Ylavic | 2016-04-02 | 1 | -3/+2 |
* | mpm_event, mpm_worker: No functional change. | Yann Ylavic | 2016-04-02 | 1 | -2/+5 |
* | mpm_event, mpm_worker: Fix computation of MinSpareThreads' lower bound | Yann Ylavic | 2016-04-02 | 1 | -2/+2 |
* | mpms: follow up to r1629925: more error reports. | Yann Ylavic | 2016-03-01 | 1 | -1/+1 |
* | mpms: follow up to r1629925: more error reports. | Yann Ylavic | 2016-03-01 | 1 | -3/+3 |
* | Revert changes on mpm_event and mpm_worker from r1711479. | Yann Ylavic | 2016-03-01 | 1 | -1/+2 |
* | Join multi-line MPM startup log messages into | Rainer Jung | 2016-02-23 | 1 | -41/+20 |
* | Added some more log numbers to log statements that | Rainer Jung | 2016-01-19 | 1 | -10/+10 |
* | Added many log numbers to log statements that | Rainer Jung | 2016-01-19 | 1 | -18/+18 |
* | fixing compile errors due to if assignment warnings | Stefan Eissing | 2015-11-02 | 1 | -1/+1 |
* | Fix crash in ap_mpm_pod_check call caused by NULL dereference of its parameter | Jan Kaluža | 2015-10-30 | 1 | -2/+1 |
* | mpm_event/worker: make ap_queue_term() atomic (acquire/release the mutex once). | Yann Ylavic | 2015-09-15 | 1 | -15/+14 |
* | core: Follow up to r1599601: s/ap_log_common/ap_log_mpm_common/. | Yann Ylavic | 2015-05-16 | 1 | -1/+1 |
* | mpm_{worker,prefork}: save some cycles by not copying the listener's pollfds | Yann Ylavic | 2015-02-26 | 1 | -7/+8 |
* | mpm_worker: replace apr_atomic_cas32(+1) loop with the more performant | Yann Ylavic | 2014-12-05 | 1 | -13/+3 |
* | mpm_{prefork,worker}: follow up to r1635521. | Yann Ylavic | 2014-12-05 | 1 | -1/+3 |
* | mpm_event(opt), mpm_worker, mpm_prefork: follow up to r1635521, r1640161. | Yann Ylavic | 2014-11-20 | 1 | -47/+54 |
* | mpm_event(opt), mpm_worker: follow up to r1635521. | Yann Ylavic | 2014-11-17 | 1 | -6/+18 |
* | mpm_worker, mpm_prefork: follow up to r1635521. | Yann Ylavic | 2014-11-17 | 1 | -4/+6 |
* | MPMs, core: make duplicated listeners (SO_REUSEPORT) introduced in r1599531 | Yann Ylavic | 2014-10-30 | 1 | -76/+77 |
* | core: follow up to r1629909: fix min_spare_threads lower bound and check wrt ... | Yann Ylavic | 2014-10-07 | 1 | -1/+4 |
* | core: ensure that MPMs return an error on runtime failure and hence that | Yann Ylavic | 2014-10-07 | 1 | -2/+2 |
* | mpms: enforce assertion that unreachable code is not reached. | Yann Ylavic | 2014-10-07 | 1 | -1/+5 |
* | core: Use process scoreboard to store each child's listener bucket, | Yann Ylavic | 2014-10-07 | 1 | -43/+56 |
* | worker MPM: Fix null-dereference crash when using -DFOREGROUND with worker MPM | Jan Kaluža | 2014-08-26 | 1 | -4/+4 |
* | Mark all unused/duplicated/closed child listeners as inactive. | Yann Ylavic | 2014-06-16 | 1 | -2/+1 |
* | -MPMs prefork & worker: avoid segfault with SAFE_ACCEPT in ONE_PROCESS mode. | Yann Ylavic | 2014-06-08 | 1 | -4/+4 |
* | fix restart issues | Jim Jagielski | 2014-06-05 | 1 | -3/+0 |
* | Break out common code to be share-able | Jim Jagielski | 2014-06-03 | 1 | -0/+2 |
* | Now allow MPMs to call ap_log_common() | Jim Jagielski | 2014-06-03 | 1 | -0/+1 |
* | Optimize w/ duplicated listeners and use of SO_REUSEPORT | Jim Jagielski | 2014-06-03 | 1 | -52/+132 |
* | Fix some comment typos | Mike Rumph | 2014-05-13 | 1 | -1/+1 |
* | worker MPM: Don't forcibly kill worker threads if the child process is | Jeff Trawick | 2013-09-25 | 1 | -6/+10 |
* | Log a warning if ThreadStackSize has an inappropriate value. | Christophe Jaillet | 2013-01-15 | 1 | -1/+7 |
* | missed one | Jim Jagielski | 2012-11-15 | 1 | -1/+1 |
* | no longer needed | Jim Jagielski | 2012-11-14 | 1 | -1/+0 |
* | Pull out the "extended" pod functions used by event and worker | Jim Jagielski | 2012-11-14 | 4 | -185/+14 |