Fix copyright lines
[folly.git] / folly / futures / test / TimekeeperTest.cpp
2018-01-14 Yedidya FeldblumFix copyright lines v2018.01.15.00
2017-10-19 Alex YarmulaHandle timekeeperSingleton being nullptr in within()
2017-10-10 Cameron PickettHandle nullptr from getTimekeeperSingleton
2017-09-29 Felix HandteShort-Circuit within() When Future Is Already Complete
2017-01-04 Yedidya Feldblum2017
2016-12-18 Mathieu Baudetfbcode: remove unused includes from .cpp files with... v2016.12.19.00
2016-10-06 Alex YarmulaReverted commit D3979179
2016-10-06 Alex Yarmulause previous Executor after delayed
2016-09-22 Tianjiao Yinfix flaky TimeKeeper unit-test
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-05-30 Christopher DykesSwitch uses of <unistd.h> to <folly/portability/Unistd.h>
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-12-01 Yedidya FeldblumAvoid deprecated Singleton<T>::get() in folly/futures
2015-07-02 Hans Fugalminor Timekeeper bug
2015-07-02 Hans FugalDiscourage Duration in code comments and tests
2015-07-01 Hans FugalNuke Future<void> (folly/futures)
2015-06-26 Hannes Roth(Wangle) Clean up some data races in tests
2015-06-09 Hannes Roth(Wangle) Clean up tests
2015-06-03 Dave WatsonChain executor in timeout functions
2015-06-03 Dave WatsonChain interrupt handlers
2015-05-28 Dave WatsonFix cancel in ThreadWheelTimeKeeper
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-02-11 Hans FugalFuture<T>::onTimeout(Duration, function<T()>, Timekeepe...
2015-01-13 James Sedgwickmove Futures from folly::wangle to folly
2015-01-13 James Sedgwickmove wangle/futures to futures