folly: add bser encode/decode for dynamic
[folly.git] / folly / experimental / fibers /
2016-02-02 Martin MartinAdd some quick comments about folly::fiber implementati...
2016-02-01 Igor Sugakfolly: fix clang -Wmissing-field-initializers
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2016-01-28 Andrii GrynenkoFix EventBase destruction race in FiberManagerMap
2016-01-09 Andrii GrynenkoFix Python FiberTask to properly init/reset Python...
2016-01-05 Michael LeeSwitch back to SYS_gettid, and fix
2015-12-23 Michael LeeChange `SYS_gettid` to __NR_gettid instead
2015-12-17 Andrii GrynenkoFix EventBaseLoopController destruction races
2015-11-06 Jon Maltiel SwensonCancel timeout only if not run
2015-11-05 Jon Maltiel SwensonActivate server timeout after write success
2015-10-30 Jon Maltiel SwensonPeriodically reclaim unnecessary fibers from free pool
2015-10-23 Jon Maltiel SwensonFibers allocation/deallocation benchmarks
2015-10-13 Hans Fugal(folly) have Try::moveFromTry take an lvalue
2015-10-02 Nathan Bronsonfix compiler warnings from gcc-4.9 + -Wunused-variable
2015-09-03 Brian WatlingAllow (read-only) access to a fiber's stack details
2015-08-06 Anton LikhtarovEasy: disable guard pages by default
2015-07-31 Brian WatlingAdd accessor to estimate a FiberManager's run queue...
2015-07-29 Orvid KingSwitch a couple of uses of __thread to FOLLY_TLS
2015-07-25 mwilliamsFix some warnings in folly
2015-07-20 Brian WatlingAllow access to a FiberManager's currently running...
2015-07-20 Pavlo KushnirAdd an option to disable guard pages for fiber stacks
2015-07-15 Andrii GrynenkoRequestContext support
2015-07-09 Mark McDuffhigh init priority for FiberManagerMap data
2015-06-19 Ananth JastyARM64 assembler fixes for Folly.
2015-06-12 Praveen KumarNeedless temporary gone
2015-06-12 Misha ShneersonAdded fiber supported mutex to folly
2015-06-12 Hans Fugalapple-gate ThreadLocal in fibers code
2015-06-11 Hans FugalReplace thread_local with FOLLY_TLS
2015-06-09 Anton LikhtarovAdd a guard page to a limited number of stacks
2015-06-03 Alecs Kingfix mem leak
2015-05-28 Andre PintoInstrument EventHandlers' execution
2015-05-26 Anton LikhtarovSome optimizations
2015-05-26 James Sedgwickmove FiberIOExecutor to wangle/concurrent
2015-05-26 Jim Meyeringfolly/experimental/fibers/EventBaseLoopController.h...
2015-05-20 Brian WatlingAdd 'runnable' callback to ExecutionObserver
2015-05-20 Pavlo KushnirDisable stack recording with ASAN
2015-05-20 James SedgwickmakeTryFunction -> makeTryWith codemod
2015-05-20 Igor Sugakfolly: fix mismatched-tags
2015-05-12 Stepan PalamarchukIncrease fibers stack size if we're running with ASAN
2015-05-12 Josh WatzmanTweak explicit std::max instantiation
2015-05-12 YM CHENfix namespace v2
2015-05-12 Josh WatzmanExplicitly template instantiate `std::min/max` in a...
2015-05-12 Sergey DoroshenkoMove FOLLY_DISABLE_ADDRESS_SANITIZER from Fiber::init...
2015-05-12 Andre PintoDisable ASAN for Fiber::init()
2015-04-29 Rushi DesaiAn IOExecutor that executes under mapped fiber context.
2015-04-27 Dave WatsonChange ThreadManager interface to Executor
2015-04-27 James Sedgwickwhen* -> collect*
2015-04-27 James Sedgwickfulfil -> setWith, fulfilTry -> setTry
2015-04-27 Andre PintoInstrument fibers execution
2015-04-27 Andrii GrynenkoMake sure we can't access LocalData when destroying it
2015-04-27 Brian WatlingEnsure the loop callback is scheduled when the ready...
2015-04-10 Andrii GrynenkoRemove FiberManager move-constructor
2015-04-10 Brian WatlingAdd ability to yield execution of the currently running...
2015-04-10 Andrii GrynenkoFix open-source Makefiles after fibers were moved to...
2015-04-10 Andrii GrynenkoAdd FiberManager local type
2015-04-10 Pavlo KushnirOption to record precise stack on every N fiber
2015-04-10 Andrii GrynenkoUse Fiber locals for TAO Fiber-locals
2015-04-10 Andrii GrynenkoFiber-local context
2015-04-02 Rushi DesaiMove mcrouter/lib/fibers to folly/experimental/fibers