ThreadLocalDetail: fix bug just introduced w/ recent change to constexpr-ctor style...
[folly.git] / folly / experimental /
2015-12-02 Andrii GrynenkoProperly init collectDone_
2015-11-26 Andrii GrynenkoNew ReadMostlySharedPtr implementation
2015-11-20 Delyan KratunovExpose move result from LockFreeRingBuffer::Cursor
2015-11-06 Jon Maltiel SwensonCancel timeout only if not run
2015-11-05 Jon Maltiel SwensonActivate server timeout after write success
2015-11-03 Louis Brandyqualify std::move in StringKeyedTest
2015-10-30 Delyan KratunovAdd writeAndGetCursor to LockFreeRingBuffer
2015-10-30 Jon Maltiel SwensonPeriodically reclaim unnecessary fibers from free pool
2015-10-23 Jon Maltiel SwensonFibers allocation/deallocation benchmarks
2015-10-21 Philip Proninfix "iocb" reporting in AsyncIO
2015-10-16 Lucian Grijincufolly: Symbolizer: don't colorize TERM="dumb" or TERM...
2015-10-16 Lucian Grijincufolly: Symbolizer: don't allocate from function which...
2015-10-13 Hans Fugal(folly) have Try::moveFromTry take an lvalue
2015-10-03 Alexey SpiridonovAdd "consume all captured output" callback to CaptureFD
2015-10-02 Nathan Bronsonfix compiler warnings from gcc-4.9 + -Wunused-variable
2015-09-30 Steve O'Brienfolly Symbolizer: fix destruction-order fiasco problem
2015-09-16 Lucian Grijincufolly: ProgramOptions: avoid static init fiasco by...
2015-09-14 Orvid KingDon't use weird format specifiers
2015-09-13 Orvid KingUse .string() not .native() when working with boost...
2015-09-13 Yedidya FeldblumDrop support for GCC < 4.8 in folly/experimental/Bits.h
2015-09-11 Bryce ReddTyping changes in the LockFreeRingBuffer to support...
2015-09-10 Giuseppe OttavianoMake EliasFanoReader and BitVectorReader API more consi...
2015-09-09 Eugene Pekurovskyfolly::FunctionScheduler: Adding support for uniform...
2015-09-08 Tom HughesImplement adjacent_tokens_only() for GFlagValueSemanticBase
2015-09-08 Christopher DolanDeclare missing environ variable
2015-09-03 Brian WatlingAllow (read-only) access to a fiber's stack details
2015-08-24 Mark IsaacsonGive folly/symbolizer an explicit main function
2015-08-18 Yedidya FeldblumEnvVarSaver.
2015-08-06 Anton LikhtarovEasy: disable guard pages by default
2015-08-05 Orvid KingUse .string() not .native() in TestUtil.cpp
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
next