Update documentation for Synchronized
[folly.git] / folly / fibers /
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