Updated string.h
[folly.git] / folly / experimental /
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
2015-02-09 Brad KimMerge commit '64f2f2734ad853784bdd260bcf31e065c47c0741...
2015-02-04 Andrii GrynenkoFix folly::Singleton error message
2015-02-04 Tianjiao Yinprint better error message
2015-02-04 Andrii GrynenkoWait for some time if Singleton isn't destroyed immediately
2015-02-02 Andrii GrynenkoFix ASAN failures in OBCClient
2015-02-02 Bob Haarmanfolly: added C interface to SingletonVault
2015-01-13 Jim Meyeringfolly/experimental/test/BitsBenchmark.cpp: avoid -Wsign...
2015-01-13 Andrii GrynenkoReplace singleton names with type tags
2015-01-13 Philip Proninfix __cxa_throw signature
2015-01-13 Chip TurnerImprove unit test output and logging to diagnose build...
2014-12-29 Chip TurnerFix Dwarf path handling to fix broken test
2014-12-29 Kai WangPrint linux TID while crashing
2014-12-29 Andrew GallagherVarious Dwarf::Path fixes
2014-12-18 James Sedgwickcodemod: merge folly/wangle and folly/experimental...
2014-12-18 Dave Watsonremove Cpp2WorkerFactory
2014-12-18 James Sedgwickstabilize IOFuturePool test
2014-12-18 Laurent Demaillyfix bug with elf object left with file open upon error...
2014-12-18 Andrii Grynenkoget_fast/get_weak_fast API for folly::Singleton
2014-12-18 James Sedgwickcodemod: folly/wangle/ -> folly/wangle/futures
2014-12-18 Andrii GrynenkoRemove locking when getting ptr to Singleton
2014-12-18 James Sedgwickglobal io executor
2014-12-18 James Sedgwickmove wangle/Executor.h to folly/ root
2014-12-11 Brian WatlingFix clang compilation
2014-12-11 Dave WatsonOnly test multi accept if reuse port supported
2014-12-11 Brian WatlingUse an IO thread pool executor by default
2014-12-11 Adrian HamzaAdd mock singleton injection support to folly/experimen...
2014-12-11 davejwatsonMulti accept
2014-12-11 Sean CannellaTransportInfo size mismatches
2014-12-11 Dave Watsonset internal thread factory
2014-12-11 Dave WatsonBump up log level
2014-12-11 Andrii GrynenkoRevert "Revert "Make folly::Singleton's destruction...
2014-12-11 Bartosz NitkaRevert "Make folly::Singleton's destruction happen...
2014-12-11 Nicholas Ormrodinclude gflags header in SSLSessionCacheManager
2014-12-11 Andrii GrynenkoMake folly::Singleton's destruction happen earlier
2014-12-11 James Sedgwickadd consumeUntilDrained API to NotificationQueue::Consumer
2014-12-11 James Sedgwickfix Makefile.am
2014-12-11 Dave Watsonfix build
2014-12-11 James SedgwickChannelPipeline tests and fixes
2014-12-11 James SedgwickAsyncSocketHandler
2014-12-11 James Sedgwicktest for OutputBufferingHandler
2014-12-11 James Sedgwickmodifiable channel pipelines
2014-11-19 Dave Watsonserver bootstrap
2014-11-19 Edward Chinadd custom getLoad() for multifeed leaf
2014-11-19 Nicholas OrmrodFix build break
2014-11-19 James SedgwickIndefinite observers and inline observers
2014-11-19 James SedgwickOutputBufferingHandler
2014-11-19 James Sedgwickfix potential race/memory corruption in IOThreadPoolExe...
2014-11-19 James Sedgwickpriority CPU thread pool
2014-11-19 Dave WatsonMove Acceptor to wangle
2014-11-19 Andrii Grynenkofolly::Singleton-based McrouterManager
2014-11-08 Philip ProninBMI1 support in EliasFanoCoding
2014-11-08 Lucian Grijincufolly: wangle: NamedThreadFactory: store of the thread...
2014-11-08 James Sedgwicknetty-like channels
2014-11-08 Daniel SommermannFix -Wsign-compare
next