Return if we handle any error messages to avoid unnecessarily calling recv/send
[folly.git] / folly / io / async / HHWheelTimer.h
2017-11-16 Jody HoExpose the time remaining in HHWheelTimer::Callback
2017-08-30 Xiao Shirm old comment on HHWheelTimer::UniquePtr
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-05-24 Victor Gaoapply clang-tidy modernize-use-override
2017-01-07 Christopher DykesProperly std::chrono'ize HHWheelTimer
2017-01-04 Yedidya Feldblum2017
2016-08-26 Christopher DykesUse intrusive base hook rather than a member hook
2016-08-18 Dave Watsonbitmap search
2016-08-18 Dave Watsonremove constant tick
2016-08-10 Dave WatsonFix scheduling bug
2016-08-05 Dave Watsonremove catchupEveryN
2016-08-01 David Wilemskifix HHWheelTimer comment typo v2016.08.01.00
2016-06-09 Chad ParryAllow a timer with pending callbacks to be destroyed
2016-05-24 Chad ParrySwitch HHWheelTimer::SharedPtr to a standard shared...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-02-09 Alan FrindellRelax HHWheelTimer::destroy assertion to accommodate...
2016-02-03 Alan FrindellMake HHWheelTimer take a TimeoutManager rather than...
2015-11-12 Chad ParryRestore the definition of HHWheelTimer::UniquePtr
2015-11-11 Chad ParryImprove the DelayedDestruction smart pointer
2015-11-06 Chad ParryCallbacks should ref the HHWheelTimer
2015-10-03 Yedidya FeldblumConverge folly::make_unique to C++14's std::make_unique
2015-09-29 Yedidya FeldblumCodeMod apache::thrift::async::TEventBase to folly...
2015-08-21 Maxim GeorgievAdd a default timeout parameter to HHWheelTimer.
2015-06-09 Alan FrindellAdd internal mode for HHWheelTimer
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2014-12-29 Hans FugalHHWheelTimer::cancelAll
2014-12-11 Shijin Kongfix local variable shadow
2014-12-11 Hans FugalMore logging in HHWheelTimer::scheduleTimeoutFn
2014-12-11 Hans FugalHHWheelTimer::scheduleTimeoutFn
2014-11-20 Andrei BajenovHHWheelTimer - fix scheduling timeouts within callbacks
2014-11-08 Misha ShneersonisDetachable for HHWheelTimer
2014-11-08 Nicholas Ormrodrm protected inheritance
2014-09-30 Haijun ZhuFix bug and unit test failure in HHWheelTimer
2014-09-26 Simon JenkinsSet DEFAULT_CATCHUP_EVERY_N to 10 to get more accurate...
2014-09-09 Dave WatsonMove HHWheelTimer to folly