| Commit message (Expand) | Author | Age | Files | Lines |
* | Synch 2.4 and trunk. | Christophe Jaillet | 2019-07-20 | 1 | -1/+0 |
* | *) mod_http2/mpm_event: Fixes the behaviour when a HTTP/2 connection has no... | Stefan Eissing | 2019-07-03 | 1 | -3/+4 |
* | MPMs unix: bind the bucket number of each child to its slot number | Yann Ylavic | 2019-03-12 | 1 | -5/+8 |
* | mpm_event: avoid AH00484 with idle threads | Eric Covener | 2018-10-10 | 1 | -7/+18 |
* | MPMs: early initialize scoreboard's child generation number. | Yann Ylavic | 2018-08-29 | 1 | -3/+3 |
* | event, worker: follow up to r1835845, r1837354: pruntime is global now. | Yann Ylavic | 2018-08-03 | 1 | -3/+3 |
* | event, worker: initialize the objects used by signal_threads() first. | Yann Ylavic | 2018-08-03 | 1 | -80/+74 |
* | core: axe data_in_in/output_filter from conn_rec. | Yann Ylavic | 2018-07-20 | 1 | -3/+12 |
* | core: integrate data_in_{in,out}put_filter to ap_filter_{in,out}put_pending(). | Yann Ylavic | 2018-07-19 | 1 | -1/+1 |
* | event: follow up to r1835845. | Yann Ylavic | 2018-07-13 | 1 | -11/+17 |
* | event, worker: runtime pool. | Yann Ylavic | 2018-07-13 | 1 | -11/+40 |
* | mpm_event: follow up to r1823047 and r1824862. | Yann Ylavic | 2018-02-20 | 1 | -1/+4 |
* | mpm_event: follow up to r1823047 and r1824464. | Yann Ylavic | 2018-02-20 | 1 | -4/+1 |
* | mpm_event: follow up to r1823047: complete state validation after processing. | Yann Ylavic | 2018-02-16 | 1 | -1/+2 |
* | mpm_event: follow up to r1823047: simplify "clogging" logic (reentrance). | Yann Ylavic | 2018-02-16 | 1 | -3/+3 |
* | mpm_event: follow up to r1823047. | Yann Ylavic | 2018-02-16 | 1 | -2/+2 |
* | mpm_event: move lingering close "sucker" from the listener to worker(s). | Yann Ylavic | 2018-02-03 | 1 | -105/+139 |
* | Revert r1814112, it does not work for threaded MPMs. | Yann Ylavic | 2018-01-29 | 1 | -1/+0 |
* | mpm_fdqueue: follow up to r1821624. | Yann Ylavic | 2018-01-27 | 1 | -11/+11 |
* | mpm_fdqueue: follow up to r1821624. | Yann Ylavic | 2018-01-19 | 1 | -3/+2 |
* | mpm_fdqueue: follow up to r1821624. | Yann Ylavic | 2018-01-19 | 1 | -5/+5 |
* | mpm_fdqueue: follow up to r1821624. | Yann Ylavic | 2018-01-19 | 1 | -3/+3 |
* | mpm_fdqueue: follow up to r1821624. | Yann Ylavic | 2018-01-19 | 1 | -1/+4 |
* | Shared fdqueue code between MPMs event and worker into mpm_fdqueue. | Yann Ylavic | 2018-01-19 | 4 | -634/+2 |
* | Revert r1821526, r1821527, r1821534, r1821538, r1821539, r1821541, r1821605, ... | Yann Ylavic | 2018-01-19 | 4 | -9/+638 |
* | mpm_event: Follow up to r1821558. | Yann Ylavic | 2018-01-19 | 1 | -9/+17 |
* | mod_event: Let the listener thread do its maintenance job on resources shortage. | Yann Ylavic | 2018-01-18 | 1 | -33/+47 |
* | Follow up to r1821526: rename ap_queue_info_get_idlers to ap_queue_info_num_i... | Yann Ylavic | 2018-01-18 | 1 | -3/+3 |
* | Follow up to r1821526: opacify fdqueue types. | Yann Ylavic | 2018-01-18 | 1 | -1/+4 |
* | Share fdqueue code between MPMs event and worker. | Yann Ylavic | 2018-01-18 | 4 | -634/+2 |
* | Follow up to r1821504: same comment in event than in worker. | Yann Ylavic | 2018-01-18 | 1 | -1/+3 |
* | mpm_{event,worker}: Mask signals for threads created by modules in child init. | Yann Ylavic | 2018-01-18 | 1 | -3/+3 |
* | Revert r1821499, will re-commit the right change. | Yann Ylavic | 2018-01-18 | 1 | -9/+9 |
* | mpm_event,worker: Mask signals for threads created by modules in child init. | Yann Ylavic | 2018-01-18 | 1 | -9/+9 |
* | Add "AcceptErrorsNonFatal" directive | Eric Covener | 2018-01-04 | 1 | -0/+4 |
* | Add missing APLOGNO | Christophe Jaillet | 2018-01-04 | 1 | -1/+1 |
* | mpm_event: wakeup the listener to re-enable listening sockets. | Yann Ylavic | 2018-01-02 | 1 | -45/+49 |
* | mpm_event: remove atomics for timeout_queue's total counter. | Yann Ylavic | 2018-01-02 | 1 | -12/+11 |
* | mpm_event: worker factor vs pollset. | Yann Ylavic | 2018-01-02 | 1 | -5/+11 |
* | mpm_event: make sure wakeup_listener() does its minimal job. | Yann Ylavic | 2018-01-02 | 1 | -10/+16 |
* | mpm_event: avoid unexpected compiler optimizations. | Yann Ylavic | 2018-01-02 | 1 | -4/+4 |
* | mpm_event: follow up to r1818804 and r1818951. | Yann Ylavic | 2017-12-22 | 1 | -7/+20 |
* | mpm_event: follow up to r1818804. | Yann Ylavic | 2017-12-21 | 1 | -1/+7 |
* | mpm_event: follow up to r1818804 and r1818951. | Yann Ylavic | 2017-12-21 | 1 | -17/+16 |
* | mpm_event: follow up to r1818804. | Yann Ylavic | 2017-12-21 | 1 | -23/+37 |
* | mpm_event: close connections not reported as handled by any module. | Yann Ylavic | 2017-12-20 | 1 | -7/+17 |
* | 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 |
* | event, simple, motorz: better naming, error code checking and arrangement | Yann Ylavic | 2017-09-22 | 1 | -9/+7 |
* | event: better apr_pollset_add() failure handling to avoid an (very unlikely) | Yann Ylavic | 2017-09-22 | 1 | -14/+12 |