Fix a bad bug in folly::ThreadLocal (incorrect using of pthread)
[folly.git] / folly / experimental /
2015-07-31 Brian WatlingAdd accessor to estimate a FiberManager's run queue...
2015-07-31 Andrew Gallagherfolly: fix tests running under buck (w/ clang and dynam...
2015-07-29 Orvid KingSwitch a couple of uses of __thread to FOLLY_TLS
2015-07-29 Andrey GoderAdd space to error message
2015-07-29 Tudor BosmanAllow ProgramExit(0), add some comments
2015-07-25 mwilliamsFix some warnings in folly
2015-07-23 Tudor BosmanHelper for writing nested command line apps
2015-07-23 Tudor BosmanMake gflags and boost::program_options play nice with...
2015-07-22 Tudor BosmanAdd executable_path() and convert SubprocessTest to...
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-15 Lucian Grijincufolly: AsyncIOOp: improve logging message: add strerror
2015-07-09 Mark McDuffhigh init priority for FiberManagerMap data
2015-07-07 Philip Pronincleanup CompressedList / MutableCompressedList interfaces
2015-07-01 Hans FugalFuture<Unit> wangle fixup
2015-07-01 Vignesh GowdaImplement a BitVector-based list
2015-07-01 Andrey Goderfix? AutoTimerTest
2015-06-22 Igor SugakAdd missing override and remove redundant virtual in...
2015-06-19 Ananth JastyARM64 assembler fixes for Folly.
2015-06-19 Vignesh GowdaMove folly::compression::Instructions to a separate...
2015-06-19 Nathan Bronsonmove SharedMutex from folly/experimental to folly
2015-06-16 Giuseppe OttavianoImplement previousValue on EliasFanoReader
2015-06-12 Praveen KumarGet *=default*ed default constructors
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-05 Giuseppe OttavianoReduce footprint of EliasFanoReader
2015-06-03 Giuseppe OttavianoMore flexible constructors for Elias-Fano lists
2015-06-03 Alecs Kingfix mem leak
2015-06-03 Delyan KratunovMinor fix
2015-06-03 Lucian Grijincufolly: exception_tracer: add throw() to __cxa_begin_catch
2015-06-03 Lucian Grijincufolly: -Wsign-compare
2015-06-03 Delyan KratunovLockFreeRingBuffer
2015-06-03 Philip Pronindrop V0 of EliasFanoEncoder
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-26 Tudor BosmantupleRange, tuplePrepend
2015-05-20 Brian WatlingAdd 'runnable' callback to ExecutionObserver
2015-05-20 James SedgwickRFC: FutureDAG
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-20 Adam Simpkinsexpose FunctionScheduler::addFunction() with a custom...
2015-05-12 Stepan PalamarchukIncrease fibers stack size if we're running with ASAN
2015-05-12 Adam Simpkinsupdate FunctionScheduler to use std::chrono::steady_clock
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 Andrii GrynenkoMove Singleton out of folly/experimental into folly/
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 Nicholas OrmrodREADME: Fixed typo, formatted code, and linked to docs
2015-04-27 Nicholas OrmrodRemove unused variables
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 Nathan BronsonSharedMutex potential lost wakeup with exactly 3 or...
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
2015-04-02 Alexey SpiridonovAdd CaptureFD for log testing (and some glog patterns)
2015-04-02 Alexey SpiridonovAdd EXPECT_{NO_,}_PCRE_MATCH macros
2015-04-02 Adam SimpkinsTemporaryFile and TemporaryDirectory
2015-03-25 Alexey SpiridonovAdd ChangeToTempDir to TestUtil
2015-03-25 Andrii GrynenkoMake folly::Singleton DFATAL as late as possible
2015-03-25 Andrey GoderSupport 'min ms to log'
2015-03-25 Alexey SpiridonovFix logFormat
2015-03-18 Nathan BronsonSharedMutex - a small fast scalable reader-writer lock
2015-03-18 Adrian HamzaAdd null check to avoid crash in unit tests that use...
2015-03-18 Andrey GoderAdd JSON Schema Validator
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-03-03 Andrei AlexandrescuRemoving call to google::setThreadName from FunctionSch...
2015-03-03 Andrii GrynenkoFix folly::Singleton DFATAL
2015-03-03 Andrey GoderAdd AutoTimer to folly
2015-03-03 Andrii GrynenkoKill get_fast/get_weak_fast Singletonn API
2015-03-03 Andrei AlexandrescuMigrate FunctionScheduler from common/concurrency/...
2015-03-03 Giuseppe OttavianoFix EliasFanoReader position() when past-the-end
2015-03-03 Giuseppe OttavianoElias-Fano micro-optimizations
2015-02-12 Sara GolemonRemove unsed header from singleton-inl.h
2015-02-12 Andrii GrynenkoMake Singleton dependency on Symbolizer Facebook-only
2015-02-11 Andrii Grynenkofolly::Singleton leak diagnostics utils
2015-02-11 Andrii GrynenkoMaking each SingletonEntry a singleton
2015-02-11 Andrii GrynenkoRevert "Revert "Using type-tags for test SingletonVaults""
2015-02-11 Nicholas OrmrodRevert "Using type-tags for test SingletonVaults"
2015-02-11 Andrii GrynenkoUsing type-tags for test SingletonVaults
2015-02-11 Andrei AlexandrescuAdd StringKeyed(Unordered){Set,Map} to folly
next