summaryrefslogtreecommitdiffstats
path: root/server/mpm/event (follow)
Commit message (Expand)AuthorAgeFilesLines
* Synch 2.4 and trunk.Christophe Jaillet2019-07-201-1/+0
* *) mod_http2/mpm_event: Fixes the behaviour when a HTTP/2 connection has no...Stefan Eissing2019-07-031-3/+4
* MPMs unix: bind the bucket number of each child to its slot numberYann Ylavic2019-03-121-5/+8
* mpm_event: avoid AH00484 with idle threadsEric Covener2018-10-101-7/+18
* MPMs: early initialize scoreboard's child generation number.Yann Ylavic2018-08-291-3/+3
* event, worker: follow up to r1835845, r1837354: pruntime is global now.Yann Ylavic2018-08-031-3/+3
* event, worker: initialize the objects used by signal_threads() first.Yann Ylavic2018-08-031-80/+74
* core: axe data_in_in/output_filter from conn_rec.Yann Ylavic2018-07-201-3/+12
* core: integrate data_in_{in,out}put_filter to ap_filter_{in,out}put_pending().Yann Ylavic2018-07-191-1/+1
* event: follow up to r1835845.Yann Ylavic2018-07-131-11/+17
* event, worker: runtime pool.Yann Ylavic2018-07-131-11/+40
* mpm_event: follow up to r1823047 and r1824862.Yann Ylavic2018-02-201-1/+4
* mpm_event: follow up to r1823047 and r1824464.Yann Ylavic2018-02-201-4/+1
* mpm_event: follow up to r1823047: complete state validation after processing.Yann Ylavic2018-02-161-1/+2
* mpm_event: follow up to r1823047: simplify "clogging" logic (reentrance).Yann Ylavic2018-02-161-3/+3
* mpm_event: follow up to r1823047.Yann Ylavic2018-02-161-2/+2
* mpm_event: move lingering close "sucker" from the listener to worker(s).Yann Ylavic2018-02-031-105/+139
* Revert r1814112, it does not work for threaded MPMs.Yann Ylavic2018-01-291-1/+0
* mpm_fdqueue: follow up to r1821624.Yann Ylavic2018-01-271-11/+11
* mpm_fdqueue: follow up to r1821624.Yann Ylavic2018-01-191-3/+2
* mpm_fdqueue: follow up to r1821624.Yann Ylavic2018-01-191-5/+5
* mpm_fdqueue: follow up to r1821624.Yann Ylavic2018-01-191-3/+3
* mpm_fdqueue: follow up to r1821624.Yann Ylavic2018-01-191-1/+4
* Shared fdqueue code between MPMs event and worker into mpm_fdqueue.Yann Ylavic2018-01-194-634/+2
* Revert r1821526, r1821527, r1821534, r1821538, r1821539, r1821541, r1821605, ...Yann Ylavic2018-01-194-9/+638
* mpm_event: Follow up to r1821558.Yann Ylavic2018-01-191-9/+17
* mod_event: Let the listener thread do its maintenance job on resources shortage.Yann Ylavic2018-01-181-33/+47
* Follow up to r1821526: rename ap_queue_info_get_idlers to ap_queue_info_num_i...Yann Ylavic2018-01-181-3/+3
* Follow up to r1821526: opacify fdqueue types.Yann Ylavic2018-01-181-1/+4
* Share fdqueue code between MPMs event and worker.Yann Ylavic2018-01-184-634/+2
* Follow up to r1821504: same comment in event than in worker.Yann Ylavic2018-01-181-1/+3
* mpm_{event,worker}: Mask signals for threads created by modules in child init.Yann Ylavic2018-01-181-3/+3
* Revert r1821499, will re-commit the right change.Yann Ylavic2018-01-181-9/+9
* mpm_event,worker: Mask signals for threads created by modules in child init.Yann Ylavic2018-01-181-9/+9
* Add "AcceptErrorsNonFatal" directiveEric Covener2018-01-041-0/+4
* Add missing APLOGNOChristophe Jaillet2018-01-041-1/+1
* mpm_event: wakeup the listener to re-enable listening sockets.Yann Ylavic2018-01-021-45/+49
* mpm_event: remove atomics for timeout_queue's total counter.Yann Ylavic2018-01-021-12/+11
* mpm_event: worker factor vs pollset.Yann Ylavic2018-01-021-5/+11
* mpm_event: make sure wakeup_listener() does its minimal job.Yann Ylavic2018-01-021-10/+16
* mpm_event: avoid unexpected compiler optimizations.Yann Ylavic2018-01-021-4/+4
* mpm_event: follow up to r1818804 and r1818951.Yann Ylavic2017-12-221-7/+20
* mpm_event: follow up to r1818804.Yann Ylavic2017-12-211-1/+7
* mpm_event: follow up to r1818804 and r1818951.Yann Ylavic2017-12-211-17/+16
* mpm_event: follow up to r1818804.Yann Ylavic2017-12-211-23/+37
* mpm_event: close connections not reported as handled by any module.Yann Ylavic2017-12-201-7/+17
* mpm_unix(es): cleanup properly on exit in one_process mode.Yann Ylavic2017-11-021-0/+1
* core, MPMs unix: follow up to r1809881.Yann Ylavic2017-09-281-3/+0
* event, simple, motorz: better naming, error code checking and arrangementYann Ylavic2017-09-221-9/+7
* event: better apr_pollset_add() failure handling to avoid an (very unlikely)Yann Ylavic2017-09-221-14/+12