Fix folly lint errors
[folly.git] / folly /
2014-10-15 Sean CannellaPort compilation fixes (1/3)
2014-10-15 Francis MaMove static global variable randomDevice inside the...
2014-10-15 Nathan Bronsonadd per node mutex for emulated futex
2014-10-15 James Sedgwickmove TEventBaseManager to folly/io/async/EventBaseManager
2014-10-15 Nathan Bronsonfix flaky test from uninitialized std::atomic
2014-10-15 Hans FugalFix via
2014-10-15 Marcin Pawlowskistop prereserving space in toAppend
2014-10-15 Hans Fugalwangle-bench gflags
2014-10-15 Hans Fugalserial/parallel benchmark
2014-10-15 Nathan Bronsonadd emulation of futex() for non-Linux systems
2014-10-15 Francis MaMove static member inside the scope of the function
2014-10-15 Nathan Bronsondetail::MemoryIdler should use Malloc.h's mallctl decl
2014-10-15 Andrii GrynenkoLeak folly::SingletonVault
2014-10-15 Andrii GrynenkoFix folly::Singleton to work with objects w/o default...
2014-10-15 Anton LikhtarovAdd extra assertions in ExternalUnixAddr::free()
2014-10-15 Daniel SommermannRevert "Leak folly::SingletonVault"
2014-10-15 Andrii GrynenkoLeak folly::SingletonVault
2014-10-15 Hans Fugaladd some benchmarks
2014-10-15 James Sedgwicksubscriptions
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
next