fix bootstrap on osx
[folly.git] / folly / fibers /
2016-11-22 Stepan PalamarchukFix fibers gdb utils script
2016-11-17 Andrii GrynenkoVirtualEventBase
2016-11-08 Andrew GallagherMark implicitly inlined static locals with default...
2016-11-03 Ameya LimayeAllow getting the sequence number of a token via a...
2016-11-03 Andrii GrynenkoUse loopKeepAlive() mechanism in FiberManager
2016-11-02 Ameya LimayeMake sequence number in AtomicBatchDispatcher<.......
2016-11-01 Christopher DykesEliminate more VLAs
2016-11-01 Andrii GrynenkoFix BoostContextCompatibility for boost >= 1.61
2016-11-01 Andrii GrynenkoSimplify the API exposed by BoostContextCompatibility
2016-10-31 Andrii GrynenkoSimplify activateFiber()/deactivateFiber()
2016-10-31 Ameya LimayeImplement AtomicBatchDispatcher in folly::fibers
2016-10-20 Shubhanshu Agrawaladd missing includes
2016-10-19 Andrii GrynenkoReverted commit D4035769
2016-10-19 Lee HowesAdd capacity to semaphore so that initial size can...
2016-10-19 Jim Meyeringfolly/fibers/test/FibersTest.cpp: avoid shadowing warnings
2016-10-18 Marcelo JuchemGetting fibers to build with boost 1.61
2016-10-14 Shubhanshu AgrawalBatchDispatcher exception handling
2016-10-11 Shubhanshu AgrawalBatchDispatcher add() interface
2016-10-03 Shubhanshu Agrawaladd BatchDispatcher
2016-09-20 Igor SugakFix fibers asan integration for new asan APIs
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-29 Andrii GrynenkoResolve fibers-futures dependency
2016-08-26 Lee HowesAdded fiber-compatible semaphore.
2016-08-16 Michael LeeSplit up FibersTest into test and Benchmark.
2016-08-03 Gustavo Serra ScaletFix compiler warnings
2016-08-02 Igor Sugakfolly: remove template argument to std::abs to fix...
2016-07-26 Andrii GrynenkoSupport custom loop runner for EventBaseLoopController
2016-07-23 Yedidya FeldblumMove RequestContext definitions to source files
2016-07-15 Matthieu MartinFix compilation issue related to Fibers WhenN
2016-07-06 Adam SimpkinsRemove LockTraitsBoost from Synchronized.h
2016-06-29 Mirek KlimosFix FiberManager.RequestContext unit test
2016-06-29 Mirek KlimosReplace RequestContext::create with RequestContextScope...
2016-06-10 Andrii GrynenkoFix folly::fibers on OSX with boost 1.60
2016-06-09 Martin MartinFix a data race found by TSAN in folly::fibers::Baton
2016-06-08 Andrii GrynenkoDisable SIGSEGV signal handler if run in JVM
2016-06-07 Adam Radziwonczyk... Expose current observer from FiberManager
2016-06-03 Andrii GrynenkoAdd a SIGSEGV signal handler which detects stack overflow
2016-05-30 Christopher DykesSwitch uses of <unistd.h> to <folly/portability/Unistd.h>
2016-05-30 Christopher DykesSwitch uses of <sys/syscall.h> to <folly/portability...
2016-05-26 Christopher DykesDisable the signal stack on Windows
2016-05-20 Shubhanshu Agrawaltemplating folly::fibers::await by Baton
2016-05-19 Yedidya FeldblumExtract Try to top-level
2016-05-19 Andrii GrynenkoMove fibers out of experimental