summaryrefslogtreecommitdiffstats
path: root/server/mpm/motorz/motorz.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mpm_event, mod_status: Separate processing and write completion queues.Yann Ylavic2024-06-011-6/+6
* mpm_event,core: Handle async POLLIN/POLLOUT in CONN_STATE_PROCESS state.Yann Ylavic2024-05-281-10/+10
* * Follow up to r1893497: Make use of ap_pre_connection in mpm_motorz and mpm_...Ruediger Pluem2021-09-211-2/+1
* mpm_{event,worker,prefork}: follow up to r1892587: restore ungraceful on MPM ...Yann Ylavic2021-08-251-3/+5
* * server/mpm/prefork/prefork.c (prefork_pre_config): Use pconf asJoe Orton2020-04-161-1/+1
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-1/+1
* MPMs unix: bind the bucket number of each child to its slot numberYann Ylavic2019-03-121-12/+7
* MPMs: early initialize scoreboard's child generation number.Yann Ylavic2018-08-291-3/+3
* core: integrate data_in_{in,out}put_filter to ap_filter_{in,out}put_pending().Yann Ylavic2018-07-191-1/+1
* Add "AcceptErrorsNonFatal" directiveEric Covener2018-01-041-0/+5
* 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-8/+6
* mpm_motorz: no mutex needed at ptrans' allocator level.Yann Ylavic2017-02-211-4/+0
* MPMs unix: Place signals handlers and helpers out of DSOs to avoidYann Ylavic2017-02-211-182/+72
* mpm_motorz: follow up to r1783755.Yann Ylavic2017-02-201-14/+12
* mpm_motorz: follow up to r1783772, with the real changes.Yann Ylavic2017-02-201-4/+4
* Ensure http2 follows http in the meaning ofWilliam A. Rowe Jr2016-04-271-9/+7
* Follow up to r1734656: restore c->data_in_input_filters usage toYann Ylavic2016-03-221-1/+1
* core: Extend support for setting aside data from the network input filterGraham Leggett2016-03-121-2/+2
* mpms: follow up to r1629925: more error reports.Yann Ylavic2016-03-011-4/+4
* mpm_motorz: add missing APLOGNO()s.Yann Ylavic2016-02-291-25/+25
* use APRJim Jagielski2016-02-241-3/+4
* Join multi-line MPM startup log messages intoRainer Jung2016-02-231-8/+4
* mpm: Add a complete_connection hook that confirms whether an MPM is allowedGraham Leggett2016-02-191-27/+4
* catch by jchampionJim Jagielski2016-02-181-1/+1
* handle compiler warningJim Jagielski2016-02-181-1/+1
* Impl ThreadLimit so we can have sane scoreboard sizes :)Jim Jagielski2016-02-181-8/+50
* ensure sane defaultsJim Jagielski2016-02-181-6/+34
* Get rid of all this min/max server stuff. Keep it simple.Jim Jagielski2016-02-161-148/+20
* timer is really just timeoutJim Jagielski2016-02-151-16/+21
* start of timeout handlingJim Jagielski2016-02-151-8/+5
* Update the motorz MPM with some logging and some minor fixes...Jim Jagielski2016-02-151-28/+67
* Added some more log numbers to log statements thatRainer Jung2016-01-191-4/+4
* Silence compiler warning:Rainer Jung2016-01-191-0/+1
* Silence compiler warning:Rainer Jung2016-01-191-3/+0
* Added many log numbers to log statements thatRainer Jung2016-01-191-6/+6
* Follow up to r1706669: fix compile error (unknown sbh).Yann Ylavic2015-10-051-1/+2
* core: Extend support for asynchronous write completion from theGraham Leggett2015-10-041-10/+27
* update log numberStefan Fritsch2015-10-031-1/+1
* Do only on 2nd passJim Jagielski2015-09-301-11/+12
* Some motorz improvementsJim Jagielski2015-09-301-20/+17
* motorz: fix a compiler warning.Yann Ylavic2015-08-261-1/+1
* core: Follow up to r1599601: s/ap_log_common/ap_log_mpm_common/.Yann Ylavic2015-05-161-1/+1
* motorz: add missing (fix duplicated) APLOGNOs.Yann Ylavic2015-04-191-58/+58
* mpm_motorz: follow up to r1666482.Yann Ylavic2015-03-141-17/+18
* work w/ apr_skiplist_insert()Jim Jagielski2015-03-131-2/+2
* motorz: add and use the timer event of the connection.Yann Ylavic2015-03-101-46/+65
* motorz: revert bogus r1665381.Yann Ylavic2015-03-101-42/+20
* motorz:Yann Ylavic2015-03-101-20/+42
* use pollset impl instead of pollcbJim Jagielski2015-03-091-84/+112