folly copyright 2015 -> copyright 2016
[folly.git] / folly / experimental / fibers / Fiber.cpp
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-02-01 Igor Sugakfolly: fix clang -Wmissing-field-initializers
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-10-02 Nathan Bronsonfix compiler warnings from gcc-4.9 + -Wunused-variable
2015-06-11 Hans FugalReplace thread_local with FOLLY_TLS
2015-05-20 Brian WatlingAdd 'runnable' callback to ExecutionObserver
2015-05-20 Pavlo KushnirDisable stack recording with ASAN
2015-05-12 Sergey DoroshenkoMove FOLLY_DISABLE_ADDRESS_SANITIZER from Fiber::init...
2015-05-12 Andre PintoDisable ASAN for Fiber::init()
2015-04-10 Pavlo KushnirOption to record precise stack on every N fiber
2015-04-10 Andrii GrynenkoFiber-local context
2015-04-02 Rushi DesaiMove mcrouter/lib/fibers to folly/experimental/fibers