add stringVPrintf() and stringVAppendf()
[folly.git] / folly /
2014-10-15 Adam Simpkinsadd stringVPrintf() and stringVAppendf()
2014-10-15 James Sedgwickin thread pools, take factory as shared ptr
2014-10-15 James Sedgwickexpose event base from IOThreadPoolExecutor
2014-09-30 Dave WatsonBump version to 11:0
2014-09-30 Hans Fugal(Wangle) Make via behave more like gate
2014-09-30 Andrii Grynenkoremove get_weak from singleton
2014-09-30 Alan FrindellFix compiler warning in Subprocess
2014-09-30 Haijun ZhuFix bug and unit test failure in HHWheelTimer
2014-09-30 Andrii GrynenkoUse RWSpinLock for Singleton mutex
2014-09-30 Nicholas OrmrodMalloc cannot include ScopeGuard
2014-09-30 Nicholas OrmrodRare bug fix
2014-09-26 Anton LikhtarovBump version to 10:0
2014-09-26 James Sedgwickfix future executor test
2014-09-26 Jim Meyeringfolly/GroupVarint: fix a clang-caught heap-buffer-overrun
2014-09-26 James SedgwickRFC: future executor
2014-09-26 James Sedgwickfix more flakey tests
2014-09-26 Simon JenkinsSet DEFAULT_CATCHUP_EVERY_N to 10 to get more accurate...
2014-09-26 Dave WatsonFix SocketAddress AF_UNIX support
2014-09-26 Andrew GallagherAdd and fix BUCK files for folly
2014-09-26 Marc Horowitzexpose the class_name in an efficient way
2014-09-26 Nicholas OrmrodDisable failing wangle test
2014-09-26 Soren LassenFix some folly memory leaks found with clang:dev +...
2014-09-26 Dave Watsonupdate thrift to use managed connection
2014-09-26 Danny GuoRevert "Fix folly memory leaks found with clang:dev...
2014-09-26 James Sedgwickde-flake tests
2014-09-26 Soren LassenFix folly memory leaks found with clang:dev + asan.
2014-09-26 James Sedgwickuser-defined expirations
2014-09-26 Pavlo KushnirFix fbthrift build
2014-09-26 Dave Watsonfix unittest
2014-09-26 James Sedgwickthread safety for Observable::observers_
2014-09-26 James Sedgwickstats for ThreadPoolExecutor
2014-09-26 James Sedgwickmove rx to folly/experimental
2014-09-26 James Sedgwickmove Codel to wangle
2014-09-26 Nicholas OrmrodFix lint errors
2014-09-26 Ranjeeth Dasinenirfc : -Wshorten-64-to-32 warnings in folly liger depend...
2014-09-26 Nathan Bronsonfix leak in MPMCQueueTest's use of boost::intrusive_ptr
2014-09-26 Nicholas OrmrodFix lint errors
2014-09-26 Nicholas OrmrodIncrease wangle test timers
2014-09-26 Pavlo KushnirFaster accessors for dynamic values
2014-09-26 Guohui Wangadd function to push data from another cursor
2014-09-19 dcsommerBump version to 9:0
2014-09-19 Tudor BosmanDo not barf on invalid ELF files
2014-09-19 Dave Watsonmove socketaddress to folly
2014-09-19 James Sedgwickfix occasional crash in cpu pool
2014-09-19 Dave Watsoninstall connectionmanager headers
2014-09-18 Dave WatsonBump version to 8:0
2014-09-18 dungcoimerge https://github.com/facebook/folly/pull/88
2014-09-18 Sean CannellaRemove dependency on std::to_string
2014-09-18 Matt Dordalfix race in Future::waitWithSemaphore
2014-09-18 Nicholas Ormrodremove eof whitespace lines
2014-09-17 Dave WatsonBump version to 7:0
2014-09-17 Dave Watsonmove connectionmanager/managed connection to wangle
2014-09-17 James SedgwickThreadPoolExecutor and its children CPUThreadPoolExecut...
2014-09-17 Sean CannellaFix folly signed/unsigned comparisons
2014-09-17 Marc Horowitzmake with_exception() const work in all cases
2014-09-17 Shao-Chuan WangAdding IO stats in AsyncIO.
2014-09-15 Dave WatsonBump version to 6:0
2014-09-15 Chip TurnerAdd non-strict mode to folly::Singleton
2014-09-15 Victor Lohequality for exception_wrapper
2014-09-15 Dave WatsonMake TSocketAddress use folly::IPAddress
2014-09-15 Jim Meyeringfolly: avoid used-uninitialized bug in a test
2014-09-10 Sara GolemonBump version to 5:0
2014-09-10 Daniel SommermannInstall EvictingCacheMap as part of OSS build
2014-09-10 Sara GolemonFix folly compilation on MacOSX
2014-09-10 Dave WatsonRemove broken test
2014-09-09 Sara GolemonBump version to 4:0
2014-09-09 Dave WatsonMove HHWheelTimer to folly
2014-09-09 Jason EvansConvert from jemalloc's obsolete *allocm() to *allocx().
2014-09-09 Marc Horowitzfix exceptionStr to work for derived classes of std...
2014-09-09 Pavlo KushnirFix bug in stripComments
2014-09-09 Chip TurnerFix bug in circular singleton creation detection
2014-09-09 Hannes Roth(Folly/Wangle) Later.then, Later.whenAllLater
2014-09-09 Matt DordalRename shadowing local variables in various stats objects
2014-09-09 Chip TurnerMake using folly::Singleton easier: names and direct...
2014-09-09 Philip Proninuse folly::Baton in waitWithSemaphore
2014-09-09 Marc HorowitzMake it work more generically
2014-09-09 Chip TurnerImprove messaging when registrationComplete hasn't...
2014-09-09 Soren LassenEventCountTest cleanups
2014-09-09 Daniel SommermannFix compilation warning
2014-09-09 Nicholas OrmrodFix block overhead estimation in tests
2014-09-09 Sean CannellaFix various compiler warnings
2014-09-09 Nicholas OrmrodFix #includes
2014-09-09 Jim Meyeringfbcode: __x__-protect all __attribute__ keywords, mecha...
2014-09-09 Dave WatsonAdd link-local scope handling
2014-09-09 Marcin Pawlowskimade toAppendDelim better
2014-09-09 Nicholas OrmrodFix Optional test for -fb platform
2014-09-09 Tom Jacksonhash_range
2014-09-09 Hannes Roth(Wangle) Optimize empty continuation
2014-09-09 Tudor BosmanAdd Optional::value_or
2014-09-09 Jez NgFix json_test's lookup of test files.
2014-09-09 Andrey KashinEnabling folly::Synchronized for non-default constructi...
2014-09-09 Darren MoClang Love
2014-09-09 Jez NgFactor out JSON stripComments().
2014-08-15 Sara GolemonBump version to 3:2
2014-08-15 Sara Golemondon't use readFromSysfs on non-linux
2014-08-15 Sara GolemonAdd missing s6_addr16 define for MacOSX targets
2014-08-15 Sara GolemonBump version to 3:1
2014-08-15 Daniel Sloofbe explicit about what integer type we're using
2014-08-14 Sara GolemonBump version to 3:0
2014-08-14 Hannes Roth(Wangle) Generic void star callback wrapper
next