summaryrefslogtreecommitdiff
path: root/server/mpm
Commit message (Expand)AuthorAgeFilesLines
* If the lingering close does not leave the socket in a disconnected state,William A. Rowe Jr2017-04-111-2/+2
* On the trunk:Stefan Eissing2017-04-111-3/+1
* mpm_event: no mutex needed at ptrans' allocator level.Yann Ylavic2017-02-211-25/+0
* mpm_worker: no mutex needed at ptrans' allocator level.Yann Ylavic2017-02-211-27/+0
* 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-215-797/+283
* mpm_motorz: follow up to r1783755.Yann Ylavic2017-02-201-14/+12
* mpm_worker: follow up to r1783755.Yann Ylavic2017-02-201-0/+27
* mpm_motorz: follow up to r1783772, with the real changes.Yann Ylavic2017-02-201-4/+4
* winnt/service: each log message should use its own APLOGNO.Yann Ylavic2017-02-201-7/+7
* Follow up to r1783755: update APLOGNO.Yann Ylavic2017-02-201-1/+1
* Revert r1783759: really more things than intended :pYann Ylavic2017-02-201-1/+1
* Follow up to r1783755: update APLOGNO.Yann Ylavic2017-02-201-1/+1
* mpm_event: use a mutex for ptrans' allocator to be safe with concurrentYann Ylavic2017-02-201-3/+28
* event: follow up to r1762701.Yann Ylavic2017-01-181-15/+12
* assign a lognoEric Covener2016-12-201-1/+1
* event: close a race condition where we might re-enable listeners while theyYann Ylavic2016-12-151-0/+3
* event: follow up to r1762718.Yann Ylavic2016-12-151-4/+8
* Revert r1774525, will commit a better way to handle this.Yann Ylavic2016-12-151-1/+0
* kill the keepalive conns as early as possible during gracefulJim Jagielski2016-12-151-0/+1
* mpm_event: add clarifying commentStefan Fritsch2016-11-211-0/+1
* Use all available scoreboard slotsStefan Fritsch2016-11-211-81/+113
* event: follow up to r1762718 and r1762742: put de condition where it belongs.Yann Ylavic2016-09-291-13/+12
* event: follow up to r1762718.Yann Ylavic2016-09-291-15/+26
* event: avoid unnecessary listener/polling wake ups (context switches) by usingYann Ylavic2016-09-281-98/+192
* event: compute now() in event_get_timer_event, when necessary.Yann Ylavic2016-09-281-3/+5
* event: follow up to r1762701: update log tag.Yann Ylavic2016-09-281-1/+1
* event: add/remove from/to the pollset outside of the critical sections.Yann Ylavic2016-09-281-16/+32
* event: use atomics for *timeout_queue->total since it's updated concurrently,Yann Ylavic2016-09-271-55/+64
* event: follow up to r1593860.Yann Ylavic2016-09-271-1/+3
* mpm_winnt: clear OVERLAPPED structs before reuseJacob Champion2016-08-291-0/+7
* mpm_winnt: remove duplication of ap_process_connectionJacob Champion2016-08-291-14/+1
* mpm_winnt: remove the AcceptEx data network bucketJacob Champion2016-08-293-39/+0
* mpm_winnt: remove 'data' AcceptFilter in favor of 'connect'Jacob Champion2016-08-291-45/+14
* Revert "On exit, don't write to other generations' scoreboard slots"Stefan Fritsch2016-08-211-6/+0
* mpm_event: don't re-use scoreboard slots that are still in useStefan Fritsch2016-08-201-66/+14
* mpm_event: minor code simplificationStefan Fritsch2016-08-201-12/+5
* Fix spelling in comments and text files.Rainer Jung2016-08-115-8/+8
* Follow up to r1737447: fix max_spare_threads lower bound.Yann Ylavic2016-06-252-4/+16
* Ensure http2 follows http in the meaning ofWilliam A. Rowe Jr2016-04-275-29/+28
* Revert 1741277 - need a scoreboard by slot context hereWilliam A. Rowe Jr2016-04-271-2/+2
* Correct regressions introduced in r1137358 and r1740910.William A. Rowe Jr2016-04-271-2/+2
* event: update worker score keepalive status.Yann Ylavic2016-04-251-0/+2
* add commentsStefan Fritsch2016-04-111-7/+8
* On exit, don't write to other generations' scoreboard slotsStefan Fritsch2016-04-111-0/+6
* Don't take over scoreboard slots from gracefully finishing threadsStefan Fritsch2016-04-111-1/+1
* Exit threads early during shutdown, part 2Stefan Fritsch2016-04-103-4/+19
* Exit threads early during shutdownStefan Fritsch2016-04-101-0/+40
* Terminate keep-alive connections when dyingStefan Fritsch2016-04-101-5/+6
* mpm_worker: follow up to r1737449.Yann Ylavic2016-04-011-3/+2