| Commit message (Expand) | Author | Age | Files | Lines |
* | mpm_event, mod_status: Separate processing and write completion queues. | Yann Ylavic | 2024-06-01 | 1 | -6/+6 |
* | mpm_event,core: Handle async POLLIN/POLLOUT in CONN_STATE_PROCESS state. | Yann Ylavic | 2024-05-28 | 1 | -10/+10 |
* | * Follow up to r1893497: Make use of ap_pre_connection in mpm_motorz and mpm_... | Ruediger Pluem | 2021-09-21 | 1 | -2/+1 |
* | mpm_{event,worker,prefork}: follow up to r1892587: restore ungraceful on MPM ... | Yann Ylavic | 2021-08-25 | 1 | -3/+5 |
* | * server/mpm/prefork/prefork.c (prefork_pre_config): Use pconf as | Joe Orton | 2020-04-16 | 1 | -1/+1 |
* | Fix spelling errors found by codespell. [skip ci] | Mike Rumph | 2020-02-13 | 1 | -1/+1 |
* | MPMs unix: bind the bucket number of each child to its slot number | Yann Ylavic | 2019-03-12 | 1 | -12/+7 |
* | MPMs: early initialize scoreboard's child generation number. | Yann Ylavic | 2018-08-29 | 1 | -3/+3 |
* | core: integrate data_in_{in,out}put_filter to ap_filter_{in,out}put_pending(). | Yann Ylavic | 2018-07-19 | 1 | -1/+1 |
* | Add "AcceptErrorsNonFatal" directive | Eric Covener | 2018-01-04 | 1 | -0/+5 |
* | 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 | -8/+6 |
* | mpm_motorz: no mutex needed at ptrans' allocator level. | Yann Ylavic | 2017-02-21 | 1 | -4/+0 |
* | MPMs unix: Place signals handlers and helpers out of DSOs to avoid | Yann Ylavic | 2017-02-21 | 1 | -182/+72 |
* | mpm_motorz: follow up to r1783755. | Yann Ylavic | 2017-02-20 | 1 | -14/+12 |
* | mpm_motorz: follow up to r1783772, with the real changes. | Yann Ylavic | 2017-02-20 | 1 | -4/+4 |
* | Ensure http2 follows http in the meaning of | William A. Rowe Jr | 2016-04-27 | 1 | -9/+7 |
* | Follow up to r1734656: restore c->data_in_input_filters usage to | Yann Ylavic | 2016-03-22 | 1 | -1/+1 |
* | core: Extend support for setting aside data from the network input filter | Graham Leggett | 2016-03-12 | 1 | -2/+2 |
* | mpms: follow up to r1629925: more error reports. | Yann Ylavic | 2016-03-01 | 1 | -4/+4 |
* | mpm_motorz: add missing APLOGNO()s. | Yann Ylavic | 2016-02-29 | 1 | -25/+25 |
* | use APR | Jim Jagielski | 2016-02-24 | 1 | -3/+4 |
* | Join multi-line MPM startup log messages into | Rainer Jung | 2016-02-23 | 1 | -8/+4 |
* | mpm: Add a complete_connection hook that confirms whether an MPM is allowed | Graham Leggett | 2016-02-19 | 1 | -27/+4 |
* | catch by jchampion | Jim Jagielski | 2016-02-18 | 1 | -1/+1 |
* | handle compiler warning | Jim Jagielski | 2016-02-18 | 1 | -1/+1 |
* | Impl ThreadLimit so we can have sane scoreboard sizes :) | Jim Jagielski | 2016-02-18 | 1 | -8/+50 |
* | ensure sane defaults | Jim Jagielski | 2016-02-18 | 1 | -6/+34 |
* | Get rid of all this min/max server stuff. Keep it simple. | Jim Jagielski | 2016-02-16 | 1 | -148/+20 |
* | timer is really just timeout | Jim Jagielski | 2016-02-15 | 1 | -16/+21 |
* | start of timeout handling | Jim Jagielski | 2016-02-15 | 1 | -8/+5 |
* | Update the motorz MPM with some logging and some minor fixes... | Jim Jagielski | 2016-02-15 | 1 | -28/+67 |
* | Added some more log numbers to log statements that | Rainer Jung | 2016-01-19 | 1 | -4/+4 |
* | Silence compiler warning: | Rainer Jung | 2016-01-19 | 1 | -0/+1 |
* | Silence compiler warning: | Rainer Jung | 2016-01-19 | 1 | -3/+0 |
* | Added many log numbers to log statements that | Rainer Jung | 2016-01-19 | 1 | -6/+6 |
* | Follow up to r1706669: fix compile error (unknown sbh). | Yann Ylavic | 2015-10-05 | 1 | -1/+2 |
* | core: Extend support for asynchronous write completion from the | Graham Leggett | 2015-10-04 | 1 | -10/+27 |
* | update log number | Stefan Fritsch | 2015-10-03 | 1 | -1/+1 |
* | Do only on 2nd pass | Jim Jagielski | 2015-09-30 | 1 | -11/+12 |
* | Some motorz improvements | Jim Jagielski | 2015-09-30 | 1 | -20/+17 |
* | motorz: fix a compiler warning. | Yann Ylavic | 2015-08-26 | 1 | -1/+1 |
* | core: Follow up to r1599601: s/ap_log_common/ap_log_mpm_common/. | Yann Ylavic | 2015-05-16 | 1 | -1/+1 |
* | motorz: add missing (fix duplicated) APLOGNOs. | Yann Ylavic | 2015-04-19 | 1 | -58/+58 |
* | mpm_motorz: follow up to r1666482. | Yann Ylavic | 2015-03-14 | 1 | -17/+18 |
* | work w/ apr_skiplist_insert() | Jim Jagielski | 2015-03-13 | 1 | -2/+2 |
* | motorz: add and use the timer event of the connection. | Yann Ylavic | 2015-03-10 | 1 | -46/+65 |
* | motorz: revert bogus r1665381. | Yann Ylavic | 2015-03-10 | 1 | -42/+20 |
* | motorz: | Yann Ylavic | 2015-03-10 | 1 | -20/+42 |
* | use pollset impl instead of pollcb | Jim Jagielski | 2015-03-09 | 1 | -84/+112 |