Fix case where ssl cert does not match key
[folly.git] / folly / fibers /
2017-12-12 Yedidya Feldblumfolly::fibers::Baton API consistency with folly::Baton
2017-12-06 Yedidya FeldblumMove folly/Baton.h to folly/synchronization/
2017-11-17 Jim Meyeringfolly/fibers/test/FibersTest.cpp: accommodate ASAN...
2017-11-10 Shubhanshu Agrawaladding a fibers compatible once flag
2017-11-01 Andrii GrynenkoClear frame cache when activating a fiber
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-10-23 Jon Maltiel SwensonRename unique_lock variables in `TimedMutex` in order...
2017-10-19 Yedidya FeldblumFix fibers build on older boost
2017-10-18 Christopher DykesUse nullptr rather than 0 when initializing pointers
2017-09-23 Matthew ToltonFix deadlock in TimedMutex
2017-09-13 Jon Maltiel SwensonBacked out changeset ea9041ce2280
2017-09-12 Jon Maltiel SwensonMake RequestContext provider overridable in order to...
2017-09-08 Michael BolinGrammar fix: s/it's/its/
2017-09-01 Igor Sugakincrease stack size when TSAN is enabled
2017-08-31 Yedidya FeldblumExtract non-portability constexpr math functions to...
2017-08-31 Philip JamesonDon't use symbolizer on OSX
2017-08-24 Peter DeLongImprove formatting of scripts and test files
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-07-26 Yedidya FeldblumCut moveFromTry
2017-07-11 Peter DeLongAllow fiber to be called on both type Fiber and Fiber*
2017-07-11 Peter DeLongAdd function to folly_fibers.py to get the address...
2017-06-16 Peter DeLongImprove get_fiber_manager_map_*() error reporting
2017-06-08 Yedidya FeldblumApply clang-format to folly/fibers/
2017-06-04 Christopher DykesDon't explicitly disable the C++1y-extensions warning... v2017.06.05.00
2017-06-01 Christopher DykesRemove FiberManagerFuture.h as it's dead
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>
next