Fix stop_ thread race
[folly.git] / folly / io / async / EventBase.cpp
2015-06-26 Dave WatsonFix stop_ thread race
2015-06-22 Igor SugakAdd missing override and remove redundant virtual in...
2015-06-03 Alecs Kingfix mem leak
2015-05-28 Andre PintoInstrument EventHandlers' execution
2015-05-28 Marcelo Juchemcleaning up RequestContext
2015-05-20 Alan FrindellFix race issue in EventBase::runInEventBaseThreadAndWai...
2015-05-12 Marcelo JuchemConvenience functions to wrap a lambda as an AsyncTimeout.
2015-04-27 Dave WatsonrunImmediatly fix
2015-04-02 Yedidya FeldblumEventBase::runImediatelyOrRunInEventBaseThreadAndWait.
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-03-03 Haim GrosmanEventBase::runAfterDelay to throw an exception
2015-03-03 Andre PintoOptimize perf of EventBase with new option.
2015-02-11 Yedidya FeldblumDedupe the implementations of EventBase::runInEventBase...
2015-02-11 Yedidya FeldblumAvoid EventBase depending on Baton (mutex/condvar variant).
2015-02-09 Brad KimMerge commit '64f2f2734ad853784bdd260bcf31e065c47c0741...
2015-02-04 Yedidya FeldblumEventBase::runInEventLoopThreadAndWait.
2015-02-02 Haijun ZhuTry to fix IdleTime unit test
2014-12-11 James Sedgwickadd consumeUntilDrained API to NotificationQueue::Consumer
2014-11-19 Dave WatsonClean up runBeforeLoop API
2014-11-19 Nick Burrettfolly::EventBase: wrap libevent calls to prevent race...
2014-10-29 Dave WatsonAdd MemoryIdler suppot to IOThreadPoolExecutor
2014-10-15 James Sedgwickmove TEventBaseManager to folly/io/async/EventBaseManager
2014-08-14 Marc HorowitzDon't check for thread running in terminateLoopSoon()
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-06-26 Yunqi ZhangExpose EVLOOP_NONBLOCK
2014-06-09 Stepan PalamarchukIntroduce destruction callbacks
2014-05-20 Zejun WuHandle event_base_new failure when out of file descriptors.
2014-05-20 Louis BrandyMove setPosixThreadName & friends to folly.
2014-05-20 Dave WatsonQueueBenchmark set max read at once
2014-04-04 Stepan PalamarchukAdd loopOnce() method to folly::EventBase
2014-03-31 Dave WatsonEventBase cleanup
2014-03-18 Dave WatsonMove thrift/lib/cpp/async to folly.