summaryrefslogtreecommitdiffstats
path: root/server/mpm/worker (follow)
Commit message (Expand)AuthorAgeFilesLines
* mpm_worker: Follow up to r1821526.Yann Ylavic2018-01-194-486/+8
* mpm_{event,worker}: Mask signals for threads created by modules in child init.Yann Ylavic2018-01-181-5/+6
* Revert r1821499, will re-commit the right change.Yann Ylavic2018-01-181-6/+5
* mpm_event,worker: Mask signals for threads created by modules in child init.Yann Ylavic2018-01-181-5/+6
* Add "AcceptErrorsNonFatal" directiveEric Covener2018-01-041-0/+4
* 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
* mpm_worker: no mutex needed at ptrans' allocator level.Yann Ylavic2017-02-211-27/+0
* MPMs unix: Place signals handlers and helpers out of DSOs to avoidYann Ylavic2017-02-211-211/+62
* mpm_worker: follow up to r1783755.Yann Ylavic2017-02-201-0/+27
* Fix spelling in comments and text files.Rainer Jung2016-08-111-2/+2
* Follow up to r1737447: fix max_spare_threads lower bound.Yann Ylavic2016-06-251-2/+8
* Ensure http2 follows http in the meaning ofWilliam A. Rowe Jr2016-04-271-5/+8
* mpm_worker: follow up to r1737449.Yann Ylavic2016-04-021-3/+2
* mpm_event, mpm_worker: No functional change.Yann Ylavic2016-04-021-2/+5
* mpm_event, mpm_worker: Fix computation of MinSpareThreads' lower boundYann Ylavic2016-04-021-2/+2
* mpms: follow up to r1629925: more error reports.Yann Ylavic2016-03-011-1/+1
* mpms: follow up to r1629925: more error reports.Yann Ylavic2016-03-011-3/+3
* Revert changes on mpm_event and mpm_worker from r1711479.Yann Ylavic2016-03-011-1/+2
* Join multi-line MPM startup log messages intoRainer Jung2016-02-231-41/+20
* Added some more log numbers to log statements thatRainer Jung2016-01-191-10/+10
* Added many log numbers to log statements thatRainer Jung2016-01-191-18/+18
* fixing compile errors due to if assignment warningsStefan Eissing2015-11-021-1/+1
* Fix crash in ap_mpm_pod_check call caused by NULL dereference of its parameterJan Kaluža2015-10-301-2/+1
* mpm_event/worker: make ap_queue_term() atomic (acquire/release the mutex once).Yann Ylavic2015-09-151-15/+14
* core: Follow up to r1599601: s/ap_log_common/ap_log_mpm_common/.Yann Ylavic2015-05-161-1/+1
* mpm_{worker,prefork}: save some cycles by not copying the listener's pollfdsYann Ylavic2015-02-261-7/+8
* mpm_worker: replace apr_atomic_cas32(+1) loop with the more performantYann Ylavic2014-12-051-13/+3
* mpm_{prefork,worker}: follow up to r1635521.Yann Ylavic2014-12-051-1/+3
* mpm_event(opt), mpm_worker, mpm_prefork: follow up to r1635521, r1640161.Yann Ylavic2014-11-201-47/+54
* mpm_event(opt), mpm_worker: follow up to r1635521.Yann Ylavic2014-11-171-6/+18
* mpm_worker, mpm_prefork: follow up to r1635521.Yann Ylavic2014-11-171-4/+6
* MPMs, core: make duplicated listeners (SO_REUSEPORT) introduced in r1599531Yann Ylavic2014-10-301-76/+77
* core: follow up to r1629909: fix min_spare_threads lower bound and check wrt ...Yann Ylavic2014-10-071-1/+4
* core: ensure that MPMs return an error on runtime failure and hence thatYann Ylavic2014-10-071-2/+2
* mpms: enforce assertion that unreachable code is not reached.Yann Ylavic2014-10-071-1/+5
* core: Use process scoreboard to store each child's listener bucket,Yann Ylavic2014-10-071-43/+56
* worker MPM: Fix null-dereference crash when using -DFOREGROUND with worker MPMJan Kaluža2014-08-261-4/+4
* Mark all unused/duplicated/closed child listeners as inactive.Yann Ylavic2014-06-161-2/+1
* -MPMs prefork & worker: avoid segfault with SAFE_ACCEPT in ONE_PROCESS mode.Yann Ylavic2014-06-081-4/+4
* fix restart issuesJim Jagielski2014-06-051-3/+0
* Break out common code to be share-ableJim Jagielski2014-06-031-0/+2
* Now allow MPMs to call ap_log_common()Jim Jagielski2014-06-031-0/+1
* Optimize w/ duplicated listeners and use of SO_REUSEPORTJim Jagielski2014-06-031-52/+132
* Fix some comment typosMike Rumph2014-05-131-1/+1
* worker MPM: Don't forcibly kill worker threads if the child process isJeff Trawick2013-09-251-6/+10
* Log a warning if ThreadStackSize has an inappropriate value.Christophe Jaillet2013-01-151-1/+7
* missed oneJim Jagielski2012-11-151-1/+1
* no longer neededJim Jagielski2012-11-141-1/+0
* Pull out the "extended" pod functions used by event and workerJim Jagielski2012-11-144-185/+14