Moving DestructorCheck from proxygen library to folly.
[folly.git] / folly / fibers /
2017-05-24 Victor Gaoapply clang-tidy modernize-use-override
2017-05-20 Christopher DykesMark constexpr values needed within non-implicitly...
2017-05-16 Yedidya FeldblumFix violations of unused-lambda-capture
2017-05-16 Christopher DykesSwitch implicit references of folly::make_unique to...
2017-05-09 Christopher DykesCodemod folly::make_unique to std::make_unique
2017-04-14 Christopher DykesSwitch TimedRWMutex implementation to use lock_guard...
2017-04-14 Christopher DykesDon't use pthread_spinlock_t in TimedRWMutex
2017-04-11 Andrii GrynenkoFix Fiber::LocalData leak for large fiber locals
2017-03-11 Andrii GrynenkoMake EventBaseLoopController only support VirtualEventBase v2017.03.13.00
2017-03-10 Andrii GrynenkoUse VirtualEventBase in mcrouter
2017-03-10 Andrii GrynenkoRemove runInLoop
2017-03-08 Andrii GrynenkoDefault VirtualEventBase
2017-03-01 Andrii GrynenkoFix ASAN integration with detect_stack_use_after_return...
2017-02-10 Andrii GrynenkoMinor GDB script fix
2017-02-09 Andrii GrynenkoAdd keepAlive() mechanism
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-27 Christopher DykesMake most implicit integer truncations and sign convers...
2017-01-19 Andrii GrynenkoAdd fiber-print-limit command
2017-01-10 kumagifix typo in comments. s/unitialized/uninitialized/g
2017-01-04 Yedidya Feldblum2017
2016-12-20 Christopher DykesEnable -Wunreachable-code
2016-12-19 Jim Meyeringfolly/fibers/TimedMutex-inl.h: avoid shadowing warnings
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-16 Christopher DykesAllow folly to compile cleanly with most of the rest...
2016-12-16 Christopher DykesMore implicit truncation warning fixes
2016-12-14 Christopher DykesAllow building with -Wmissing-noreturn
2016-12-14 Andrii GrynenkoUpdate fibers GDB docs
2016-12-13 Andrii GrynenkoMove GDB scripts for fibers into folly
2016-12-13 Christopher DykesEnable -Wunreachable-code-return
2016-12-09 Christopher DykesEnable -Wextra-semi
2016-12-06 Andrii GrynenkoIncrease fiber stack size if UBSAN is enabled
2016-12-06 Misha Shneersonfix gbd debugging script
2016-12-02 Christopher DykesBegin making folly compile cleanly with a few of MSVC...
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