Make DestructorCheck::Safety no-copy, no-move
[folly.git] / folly / io / async / EventBase.cpp
2017-06-08 Christopher DykesRefer to nullptr not NULL
2017-05-09 Christopher DykesCodemod folly::make_unique to std::make_unique
2017-04-20 Andrii GrynenkoEventBaseLocal cleanup
2017-04-06 Alan FrindellGet rid of try/catch in messageAvailable, which is...
2017-04-05 Alan FrindellMake NotificationQueue::Consumer::messageAvailable...
2017-03-11 Andrii GrynenkoMake EventBaseLoopController only support VirtualEventBase v2017.03.13.00
2017-03-08 Jon Maltiel Swensonstd::make_unique -> folly::make_unique for older platforms
2017-03-08 Andrii GrynenkoDefault VirtualEventBase
2017-03-07 Alexander BlomDial EventBase loop time logging up to 11
2017-02-16 Christopher DykesUse std::this_thread::yield rather than sched_yield
2017-01-27 Christopher DykesMake most implicit integer truncations and sign convers...
2017-01-16 Christopher DykesDon't use Pthread in EventBase
2017-01-09 Christopher DykesUse 2 second loop smoothing period rather than 20 seconds
2017-01-07 Christopher Dykesstd::chrono'ize EventBase::loopBody
2017-01-07 Christopher Dykesstd::chrono'ize EventBase::setMaxLatency
2017-01-06 Christopher Dykesstd::chrono'ize EventBase::setLoadAvgMsec
2017-01-06 Christopher Dykesstd::chrono'ize EventBase::SmoothLoopTime
2017-01-04 Yedidya Feldblum2017
2016-12-20 Eric Niebleruse folly::FunctionRef for EventBase::run(ImmediatelyOr...
2016-12-15 Andrii GrynenkoRequire runBeforeLoop callbacks to be canceled prior...
2016-12-15 Andrii GrynenkoMake FunctionLoopCallback available outside of EventBas...
2016-12-12 Christopher DykesFix some implicit truncation and sign coersion in the...
2016-11-15 Andrii GrynenkoThread-safe version of loopKeepAlive()
2016-11-15 Andrii GrynenkoMove runAfterDelay/tryRunAfterDelay into TimeoutManager
2016-11-14 Alejandro PeláezRevert D4164236: [EventBase] Move runAfterDelay/tryRunA... v2016.11.14.00
2016-11-12 Andrii GrynenkoMove runAfterDelay/tryRunAfterDelay into TimeoutManager
2016-09-08 Andrii GrynenkoRemove runAfterDrain()
2016-08-03 Mirek KlimosUnset RequestContext properly in EventBase::runLoopCall...
2016-06-14 Joseph GriegoEventBase keepAlive counter is not atomic
2016-06-11 Alexey SpiridonovDCHECK on reentrant invocations of loop()
2016-05-30 Christopher DykesSwitch uses of <unistd.h> to <folly/portability/Unistd.h>
2016-05-20 Andrii GrynenkoMake outstanding LoopKeepAlive hold EventBase destructor
2016-05-05 Andrii GrynenkoImplement LoopKeepAlive for EventBase
2016-04-27 Pavlo KushnirCheaper bumpHandlingTime
2016-04-26 Yedidya FeldblumRetire BOOST_STATIC_ASSERT in favor of static_assert
2016-04-10 Yedidya FeldblumSome cleanups to folly::EventBase after converting...
2016-04-07 Yedidya FeldblumUse folly::Function in folly::EventBase
2016-04-01 Christopher DykesCreate the pthread.h portability header
2016-03-27 Haijun ZhuMove event_base_new out of critical region
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-01-30 Igor Sugakfolly: fix clang build with -Wunused-const-variable
2016-01-28 Lucian Grijincufolly: ubsan: replace undefined call through reinterpre...
2015-12-28 Samrat BhattacharyaAdd Notification Queue Size in verbose logs of EventBase
2015-12-06 Umair Sadiqfix for negative delay in runAfterDelay
2015-10-29 Pavlo KushnirDo not set startWork_ in EventBase if time measurement...
2015-10-14 Yedidya FeldblumFix Build: address some maybe-uninitialized warnings...
2015-09-24 James Sedgwickrevert D2379210
2015-09-16 Yedidya FeldblumCompatibility: libevent: accessors for struct event
2015-09-16 James Sedgwickuse HHWheelTimer for EventBase::runAfterDelay
2015-09-02 Haijun ZhuErasing Cpp2Worker in its evb thread
2015-08-14 Dave WatsonRemove dep on boost_thread
2015-07-31 Michael LeeNot to use EventBaseLocal on mobile
2015-07-30 Mark McDuffadd EventBase-local storage abstraction
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.