Adding addTaskFuture and addTaskRemoteFuture to FiberManager.
[folly.git] / folly / experimental /
2016-02-05 Lee HowesAdding addTaskFuture and addTaskRemoteFuture to FiberMa...
2016-02-02 Wez Furlongfolly: add bser encode/decode for dynamic
2016-02-02 Martin MartinAdd some quick comments about folly::fiber implementati...
2016-02-02 Dmitry PleshkovImplementing callback functionality for exception routines
2016-02-01 Igor Sugakfolly: fix clang -Wmissing-field-initializers
2016-01-30 Igor Sugakfolly: fix clang build with -Wunused-const-variable
2016-01-28 Denis SamoylovA common init function for binaries and a default main...
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2016-01-28 Andrii GrynenkoFix EventBase destruction race in FiberManagerMap
2016-01-21 Dmitry PleshkovHaswell-specific implementation of Select64 routine.
2016-01-14 Rachel Krollmatch new signal text from prior diff; squash colors (!)
2016-01-12 Rachel KrollLog pid/uid of sending process in signal handler, too
2016-01-09 Andrii GrynenkoFix Python FiberTask to properly init/reset Python...
2016-01-08 Pallab Bhattacharyafolly::Symbolizer can be enhanced for dumpStackTrace
2016-01-05 David Callahanparse args for -json flag
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-12-11 Andrii GrynenkoFix RefCountTest and RCURefCount race
2015-12-11 Philip Proninsetup signal handler with SA_ONSTACK
2015-12-09 Andrii GrynenkoSwitch folly::Singleton to ReadMostlySharedPtr
2015-12-08 Andrii GrynenkoFix TLRefCount race around thread local destruction...
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...
next