]> granicus.if.org Git - apache/history - server/mpm/event
mpm_winnt: Factor out a helper function to parse the type of an accept
[apache] / server / mpm / event /
2017-05-23 Jacob ChampionMerge in APR[-util] macros from branches/trunk-buildcon...
2017-02-21 Yann Ylavicmpm_event: no mutex needed at ptrans' allocator level.
2017-02-21 Yann YlavicMPMs unix: Place signals handlers and helpers out of...
2017-02-20 Yann YlavicFollow up to r1783755: update APLOGNO.
2017-02-20 Yann YlavicRevert r1783759: really more things than intended :p
2017-02-20 Yann YlavicFollow up to r1783755: update APLOGNO.
2017-02-20 Yann Ylavicmpm_event: use a mutex for ptrans' allocator to be...
2017-02-07 Jacob Championcheck: merge warning fixes from feature branch
2017-01-18 Yann Ylavicevent: follow up to r1762701.
2016-12-20 Eric Covenerassign a logno
2016-12-15 Yann Ylavicevent: close a race condition where we might re-enable...
2016-12-15 Yann Ylavicevent: follow up to r1762718.
2016-12-15 Yann YlavicRevert r1774525, will commit a better way to handle...
2016-12-15 Jim Jagielskikill the keepalive conns as early as possible during...
2016-11-21 Stefan Fritschmpm_event: add clarifying comment
2016-11-21 Stefan FritschUse all available scoreboard slots
2016-09-29 Yann Ylavicevent: follow up to r1762718 and r1762742: put de condi...
2016-09-29 Yann Ylavicevent: follow up to r1762718.
2016-09-28 Yann Ylavicevent: avoid unnecessary listener/polling wake ups...
2016-09-28 Yann Ylavicevent: compute now() in event_get_timer_event, when...
2016-09-28 Yann Ylavicevent: follow up to r1762701: update log tag.
2016-09-28 Yann Ylavicevent: add/remove from/to the pollset outside of the...
2016-09-27 Yann Ylavicevent: use atomics for *timeout_queue->total since...
2016-09-27 Yann Ylavicevent: follow up to r1593860.
2016-08-21 Stefan FritschRevert "On exit, don't write to other generations'...
2016-08-20 Stefan Fritschmpm_event: don't re-use scoreboard slots that are still...
2016-08-20 Stefan Fritschmpm_event: minor code simplification
2016-08-11 Rainer JungFix spelling in comments and text files.
2016-06-25 Yann YlavicFollow up to r1737447: fix max_spare_threads lower...
2016-04-27 William A. Rowe Jr Ensure http2 follows http in the meaning of
2016-04-27 William A. Rowe JrRevert 1741277 - need a scoreboard by slot context...
2016-04-27 William A. Rowe JrCorrect regressions introduced in r1137358 and r1740910.
2016-04-25 Yann Ylavicevent: update worker score keepalive status.
2016-04-11 Stefan Fritschadd comments
2016-04-11 Stefan FritschOn exit, don't write to other generations' scoreboard...
2016-04-11 Stefan FritschDon't take over scoreboard slots from gracefully finish...
2016-04-10 Stefan FritschExit threads early during shutdown, part 2
2016-04-10 Stefan FritschExit threads early during shutdown
2016-04-10 Stefan FritschTerminate keep-alive connections when dying
2016-04-01 Yann Ylavicmpm_event, mpm_worker: No functional change.
2016-04-01 Yann Ylavicmpm_event, mpm_worker: Fix computation of MinSpareThrea...
2016-03-22 Yann YlavicFollow up to r1734656: restore c->data_in_input_filters...
2016-03-16 Stefan Eissingreverting the reverting of r1735174, r1735176 was the...
2016-03-16 Stefan Eissingreverting r1735174 as http/1.1 just terminated before...
2016-03-15 Graham Leggettmpm: Generalise the ap_mpm_register_socket functions...
2016-03-12 Graham Leggettcore: Extend support for setting aside data from the...
2016-03-01 Yann Ylavicmpms: follow up to r1629925: more error reports.
2016-03-01 Yann Ylavicmpms: follow up to r1629925: more error reports.
2016-03-01 Yann YlavicRevert changes on mpm_event and mpm_worker from r1711479.
2016-02-24 Jim Jagielskicorrect type
2016-02-23 Rainer JungJoin multi-line MPM startup log messages into
2016-02-19 Graham Leggettmpm: Add a complete_connection hook that confirms wheth...
2016-02-17 Ruediger Pluem* c is set to cs->c. So use it.
2016-01-29 Stefan Eissingevent: slave connection init, vhost early config
2016-01-27 Stefan Eissingnew hook pre_close_connection
2016-01-19 Rainer JungAdded some more log numbers to log statements that
2016-01-19 Rainer JungAdded many log numbers to log statements that
2015-11-02 Stefan Eissingfixing compile errors due to if assignment warnings
2015-10-30 Jan KalužaFix crash in ap_mpm_pod_check call caused by NULL deref...
2015-10-04 Graham Leggettcore: Extend support for asynchronous write completion...
2015-10-03 Stefan Fritschrename some variables to be more descriptive
2015-09-29 Stefan FritschWhen shutting down a process, free resources early
2015-09-15 Yann Ylavicmpm_event/worker: make ap_queue_term() atomic (acquire...
2015-06-07 Yann Ylavicmpm_event: Follow up to r1664071: quiet compiler (spuri...
2015-05-16 Yann Ylaviccore: Follow up to r1599601: s/ap_log_common/ap_log_mpm...
2015-04-19 Yann Ylavicmpm_event: follow up to r1666468 and r1666618.
2015-03-14 Yann Ylavicmpm_event: follow up to r1666468.
2015-03-13 Yann Ylavicmpm_event: Allow for timer events duplicates.
2015-03-04 Yann Ylaviccore: If explicitly configured, use the KeepaliveTimeou...
2015-03-01 Yann Ylavicmpm_event: follow up to r1538490, r1545736, r1604350...
2015-02-26 Yann Ylavicmpm_event: follow up to r1493741 and r1662440.
2015-02-26 Yann Ylavicmpm_event: follow up to r1493741.
2015-01-12 Eric CovenerUpdate conn_rec.id when a new thread begins working...
2014-12-05 Yann Ylavicmpm_event(opt): zero is immutable.
2014-12-05 Yann Ylavicmpm_event(opt): avoid casts/comparisons from unsigned...
2014-12-02 Yann Ylavicmpm_event: follow up to r1639614 (trunk) and r1642858...
2014-11-20 Yann Ylavicmpm_event(opt), mpm_worker, mpm_prefork: follow up...
2014-11-17 Yann Ylavicmpm_event(opt), mpm_worker: follow up to r1635521.
2014-11-16 Yann Ylavicevent, eventopt: follow up to r1638879 and r1639960.
2014-11-14 Eric Covenerdon't call notify_suspend() in a worker thread after
2014-11-14 Eric Covenerrevert r1638691, more comprehensive followup planned...
2014-11-12 Eric Coveneravoid dereferencing a recently apr_pool_clear()'ed...
2014-11-12 Eric CovenerFix a bug in r1604350 that can lead to crashes in the...
2014-10-30 Yann YlavicMPMs, core: make duplicated listeners (SO_REUSEPORT...
2014-10-07 Yann Ylaviccore: follow up to r1629909: fix min_spare_threads...
2014-10-07 Yann Ylaviccore: ensure that MPMs return an error on runtime failu...
2014-10-07 Yann Ylavicmpms: enforce assertion that unreachable code is not...
2014-10-07 Yann Ylaviccore: Use process scoreboard to store each child's...
2014-10-06 Jan Kalužaevent: Fix worker-listener deadlock in graceful restart...
2014-10-06 Jan Kalužaevent: have_idle_worker must not be cleared in every...
2014-07-25 Eric Covenermod_proxy_wstunnel: Concurrent websockets messages...
2014-07-13 Rainer JungAvoid C99 idiom.
2014-06-27 Takashi SatoRevert r1601943, r1602058, r1605307 (socket callback...
2014-06-25 Takashi Satoevent: minify local variables scope.
2014-06-25 Takashi Satofollow up r1601943:
2014-06-24 Eric Covenerfollowup to r1604350, move the c->sbh assignment to...
2014-06-21 Yann Ylavicevent: Avoid timer's mutex two successive locks/unlocks...
2014-06-21 Yann Ylavicevent: follow up to r1604347.
2014-06-21 Eric Covenermissed a case in r1538490:
2014-06-21 Takashi SatoDo not call a timeout callback after the asociated...
next