summaryrefslogtreecommitdiffstats
path: root/server/mpm/eventopt/eventopt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mpm_event(opt): avoid casts/comparisons from unsigned to signed (atomics).Yann Ylavic2014-12-051-8/+11
* mpm_event(opt), mpm_worker, mpm_prefork: follow up to r1635521, r1640161.Yann Ylavic2014-11-201-47/+53
* mpm_event(opt), mpm_worker: follow up to r1635521.Yann Ylavic2014-11-171-6/+19
* event, eventopt: follow up to r1638879 and r1639960.Yann Ylavic2014-11-161-22/+6
* avoid dereferencing a recently apr_pool_clear()'ed event_conn_state_t *csChristophe Jaillet2014-11-161-6/+12
* MPMs, core: make duplicated listeners (SO_REUSEPORT) introduced in r1599531Yann Ylavic2014-10-301-51/+58
* core: follow up to r1629909: fix min_spare_threads lower bound and check wrt ...Yann Ylavic2014-10-071-2/+4
* core: ensure that MPMs return an error on runtime failure and hence thatYann Ylavic2014-10-071-1/+1
* 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/+54
* Mark all unused/duplicated/closed child listeners as inactive.Yann Ylavic2014-06-161-1/+1
* Revert r1601285 and r1601283.Yann Ylavic2014-06-091-64/+64
* eventopt: fix duplicated APLOGNOs.Yann Ylavic2014-06-091-64/+64
* mpm_event[opt]: Send the SSL close notify alert when the KeepAliveTimeoutYann Ylavic2014-06-081-0/+1
* -MPMs event & eventopt: child listeners are used in ONE_PROCESS mode too.Yann Ylavic2014-06-081-3/+3
* Break out common code to be share-ableJim Jagielski2014-06-031-21/+2
* Update eventopt w/ bucket listenersJim Jagielski2014-06-031-37/+113
* Now allow MPMs to call ap_log_common()Jim Jagielski2014-06-031-0/+1
* Fix some comment typosMike Rumph2014-05-131-1/+1
* fix whitespace in a debug messageJeff Trawick2013-11-301-1/+1
* Follow-up to r1538490:Jeff Trawick2013-11-261-0/+2
* r1545286 for eventoptJim Jagielski2013-11-251-8/+6
* revert 1544876Jim Jagielski2013-11-251-2/+2
* Just critically warn people... but keep pushing through.Jim Jagielski2013-11-231-2/+2
* c->sbh can be unexpectedly NULL when the thread that pulls the ready keepaliveEric Covener2013-11-041-1/+2
* skiplist is now in apr 1.5 and aboveJim Jagielski2013-10-021-10/+10
* Fix "unused variable" warning.Rainer Jung2013-06-191-2/+1
* subpoolJim Jagielski2013-06-181-1/+3
* update log tagsStefan Fritsch2013-05-111-1/+1
* core, mod_ssl: Lift the restriction that prevents mod_ssl takingGraham Leggett2013-04-221-5/+14
* And now make aware... compile/build again :)Jim Jagielski2013-03-011-1/+1
* 1st phase of moving into httpd "core"Jim Jagielski2013-03-011-9/+9
* streamline TZ checkJim Jagielski2013-03-011-3/+1
* sync w/ current event bug-fixesJim Jagielski2013-03-011-90/+172
* resync w/ some event fixesJim Jagielski2013-02-201-11/+16
* typosJim Jagielski2013-02-191-3/+3
* ensure positiveJim Jagielski2013-02-191-0/+3
* Log a warning if ThreadStackSize has an inappropriate value.Christophe Jaillet2013-01-151-1/+7
* Sometimes we miss the last few items in the Q dueJim Jagielski2012-11-211-1/+4
* The compiler *should* do this, but just in caseJim Jagielski2012-11-191-2/+2
* Merge branch 'skiplist'Jim Jagielski2012-11-191-44/+42
* fdq expects a certain behavior from atomics... ensure thatJim Jagielski2012-11-161-0/+12
* Fold in a missing optimization...Jim Jagielski2012-11-161-5/+23
* Prefer higher-mode polling, but allow for drop down to defaultJim Jagielski2012-11-151-2/+20
* no longer neededJim Jagielski2012-11-141-1/+0
* Pull out the "extended" pod functions used by event and workerJim Jagielski2012-11-141-14/+14
* Pull the event optimization MPM back into trunk. ThisJim Jagielski2012-11-091-0/+3328