Fix some old license headers
[folly.git] / folly / io / async / HHWheelTimer.cpp
2017-05-23 Yedidya FeldblumFix some old license headers
2017-05-09 Christopher DykesCodemod folly::make_unique to std::make_unique
2017-01-07 Christopher DykesProperly std::chrono'ize HHWheelTimer
2017-01-04 Yedidya Feldblum2017
2016-12-12 Christopher DykesFix some implicit truncation and sign coersion in the...
2016-10-08 Jim Meyeringfolly/io/async/HHWheelTimer.cpp: remove decl of unused...
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-07-26 Yang ChiNo need to go through the list when you just want the...
2016-07-23 Yedidya FeldblumMove RequestContext definitions to source files
2016-06-09 Chad ParryAllow a timer with pending callbacks to be destroyed
2016-05-13 Mirek KlimosReplace RequestContext::setContext with RequestContextS...
2016-03-30 Yang Chiuse unit64_t for numElements in HHWheelTimer
2016-03-30 Misha Shneersonfix stack usage in HHWhileTimer
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-12-08 Chad ParryAvoid cost of cancelAll
2015-11-09 Chad ParryMake sure there are no outstanding timers in the destructor
2015-11-06 Chad ParryCallbacks should ref the HHWheelTimer
2015-08-21 Maxim GeorgievAdd a default timeout parameter to HHWheelTimer.
2015-07-20 Steve O'Brienfolly HHWheelTimer: fix loop variable
2015-06-09 Alan FrindellAdd internal mode for HHWheelTimer
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-01-13 Peter GriessFix HHWheelTimer compilation bug in libc++ build
2014-12-29 Hans FugalHHWheelTimer::cancelAll
2014-11-20 Andrei BajenovHHWheelTimer - fix scheduling timeouts within callbacks
2014-11-08 Nicholas OrmrodFix licenses
2014-09-30 Haijun ZhuFix bug and unit test failure in HHWheelTimer
2014-09-09 Dave WatsonMove HHWheelTimer to folly