fix hhwheeltimertest
[folly.git] / folly / io / async / test / HHWheelTimerTest.cpp
2016-07-29 Dave Watsonfix hhwheeltimertest
2016-07-26 Misha ShneersonFix gcpu regression associated with 1ms tick in HHWheel...
2016-06-30 Scott MichelsonGive each eventbase a wheeltimer
2016-05-24 Chad ParrySwitch HHWheelTimer::SharedPtr to a standard shared...
2016-05-13 Chad ParryConstruct all HHWheelTimer instances with the factory...
2016-02-09 Alan FrindellRelax HHWheelTimer::destroy assertion to accommodate...
2015-11-23 Haijun ZhuFix HHWheelTimerTest.AtMostEveryN
2015-10-02 Nathan Bronsonfix compiler warnings from gcc-4.9 + -Wunused-variable
2015-08-25 Maxim GeorgievAdding a unit test for HHWheelTimer exercising the...
2015-06-17 Praveen KumarUsing emplace_back to avoid temporary
2015-06-15 Sara GolemonRevert "Using emplace_back to avoid temporary"
2015-06-12 Praveen KumarUsing emplace_back to avoid temporary
2014-12-29 Hans FugalHHWheelTimer::cancelAll
2014-12-11 Hans FugalHHWheelTimer::scheduleTimeoutFn
2014-12-11 Andrei BajenovReadd unit test
2014-12-11 Nicholas OrmrodFix build break
2014-11-20 Andrei BajenovHHWheelTimer - fix scheduling timeouts within callbacks
2014-11-19 Daniel SommermannRun the HHWheelTimer and EventBase tests
2014-11-19 Daniel SommermannMove some tests to folly