summaryrefslogtreecommitdiffstats
path: root/server/mpm (follow)
Commit message (Expand)AuthorAgeFilesLines
* * server/mpm/prefork/prefork.c (prefork_pre_config): Use pconf asJoe Orton2020-04-162-2/+2
* Add missing pool tags to help debugging.Yann Ylavic2020-04-164-0/+4
* malloc -> ap_mallocGiovanni Bechis2020-02-241-2/+2
* mpm_event: avoid possible KeepAlveTimeout off by -100 ms.Yann Ylavic2020-02-211-7/+6
* convert malloc(3) into ap_mallocGiovanni Bechis2020-02-181-8/+8
* Follow up to r1874055: fix typo.Yann Ylavic2020-02-151-1/+1
* Avoid UBSan exception calling memcpy(,NULL,0) at startup.Christophe Jaillet2020-02-151-2/+3
* * server/mpm/event/event.c (event_open_logs): Avoid UBSan exceptionJoe Orton2020-02-141-2/+3
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-139-21/+21
* In winnt_accept() (server/mpm/winnt/child.c), there's a call to PostQueuedCom...Christophe Jaillet2020-01-061-1/+1
* 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-124-33/+28
* mpm_event: avoid AH00484 with idle threadsEric Covener2018-10-101-7/+18
* MPMs: early initialize scoreboard's child generation number.Yann Ylavic2018-08-296-12/+14
* Axe some redundant conditions. PR 62549.Yann Ylavic2018-08-131-2/+2
* event, worker: follow up to r1835845, r1837354: pruntime is global now.Yann Ylavic2018-08-032-6/+6
* event, worker: initialize the objects used by signal_threads() first.Yann Ylavic2018-08-032-132/+135
* 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-193-3/+3
* event: follow up to r1835845.Yann Ylavic2018-07-131-11/+17
* event, worker: runtime pool.Yann Ylavic2018-07-134-19/+71
* 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-293-3/+0
* mpm_fdqueue: follow up to r1821624.Yann Ylavic2018-01-272-13/+13
* mpm_fdqueue: follow up to r1821624.Yann Ylavic2018-01-192-6/+4
* mpm_fdqueue: follow up to r1821624.Yann Ylavic2018-01-192-11/+11
* mpm_worker: follow up to r1821624.Yann Ylavic2018-01-191-0/+1
* mpm_worker: follow up to r1821624.Yann Ylavic2018-01-194-486/+8
* 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-198-17/+1124
* mpm_worker: Follow up to r1821526.Yann Ylavic2018-01-194-486/+8
* 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-182-8/+9
* Revert r1821499, will re-commit the right change.Yann Ylavic2018-01-182-15/+14
* mpm_event,worker: Mask signals for threads created by modules in child init.Yann Ylavic2018-01-182-14/+15
* incorporate review comments from RĂ¼digerEric Covener2018-01-041-2/+2
* Add "AcceptErrorsNonFatal" directiveEric Covener2018-01-044-1/+19