make extent_hooks static.
[folly.git] / folly / fibers / test /
2017-05-20 Christopher DykesMark constexpr values needed within non-implicitly...
2017-05-16 Yedidya FeldblumFix violations of unused-lambda-capture
2017-05-09 Christopher DykesCodemod folly::make_unique to std::make_unique
2017-03-08 Andrii GrynenkoDefault VirtualEventBase
2017-02-08 Ameya LimayeThrow custom exception type when ABD fails a result...
2017-02-01 Christopher DykesSwap a few APIs to reduce sign and implicit truncations...
2017-01-04 Yedidya Feldblum2017
2016-12-20 Christopher DykesEnable -Wunreachable-code
2016-12-16 Andrii GrynenkoFix TimedMutex deadlock when used both from fiber and...
2016-12-16 Christopher DykesRevert D4310312: [Folly] Enable -Wunreachable-code
2016-12-16 Christopher DykesEnable -Wunreachable-code
2016-12-13 Christopher DykesEnable -Wunreachable-code-return
2016-11-17 Andrii GrynenkoVirtualEventBase
2016-11-01 Christopher DykesEliminate more VLAs
2016-10-31 Ameya LimayeImplement AtomicBatchDispatcher in folly::fibers
2016-10-19 Jim Meyeringfolly/fibers/test/FibersTest.cpp: avoid shadowing warnings
2016-10-14 Shubhanshu AgrawalBatchDispatcher exception handling
2016-10-03 Shubhanshu Agrawaladd BatchDispatcher
2016-09-13 Stepan PalamarchukFix recordStack feature in FiberManager
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-08-26 Lee HowesAdded fiber-compatible semaphore.
2016-08-16 Michael LeeSplit up FibersTest into test and Benchmark.
2016-06-29 Mirek KlimosFix FiberManager.RequestContext unit test
2016-06-29 Mirek KlimosReplace RequestContext::create with RequestContextScope...
2016-05-19 Andrii GrynenkoMove fibers out of experimental