folly.git
2014-10-29 Sean CannellaAddress clang sign warning in Format-inl.h
2014-10-29 Hans Fugalkill threadgate
2014-10-29 Dave WatsonAdd MemoryIdler suppot to IOThreadPoolExecutor
2014-10-29 Viswanath SivakumarRevert "D1587625 [thrift->folly] AsyncSocket"
2014-10-29 Adam Simpkinsimprove io::Appender functionality
2014-10-29 Dave WatsonAdd missing headers
2014-10-29 Dave WatsonAsyncSocket
2014-10-29 Hans Fugal(wangle) fix race in Core::detachOne()
2014-10-29 Hans Fugalunrevert "(wangle) express current Core functionality...
2014-10-29 Dave WatsonRemove some leftover apache paths
2014-10-29 Hans FugalRevert "(wangle) express current Core functionality...
2014-10-29 Hans Fugalfix Future<const T>::value()
2014-10-29 Dave Watsonmove asyncserversocket to folly
2014-10-29 James Sedgwickadd PortableSpinLock.h to Makefile, unbreak fbthrift...
2014-10-29 Andrii GrynenkoSchedule destroyInstances in registrationComplete
2014-10-29 Hans Fugal(wangle) fix after-delete assert
2014-10-29 Hans FugalwaitFor race workaround
2014-10-29 Hans Fugal(wangle) Fix a couple compilation issues
2014-10-29 Hans Fugal(wangle) Interrupts (and therefore, cancellation)
2014-10-29 Hans Fugal(wangle) express current Core functionality with a...
2014-10-29 Hans Fugal(wangle) Core cleanup
2014-10-29 Hans Fugal(wangle) deprecate Later and ThreadGate
2014-10-29 Hans Fugalremove fireAndForget
2014-10-29 Hans Fugal(wangle) dummy cpp files
2014-10-29 Hans Fugal(FSM) updateState with unprotected action
2014-10-29 James Sedgwicksync wangle to makefile
2014-10-29 Sean CannellaSupport NotificationQueue on iOS/Android
2014-10-17 dcsommerBump version to 13:0
2014-10-17 Pavlo KushnirFix mcrouter opensource build
2014-10-17 Max WangFix typo in folly::Optional
2014-10-17 Sean CannellaFix one missing conditional for Android
2014-10-17 Tom JacksonFixing broken bits test
2014-10-17 Max WangAllow Optional<T> {=,!}= T comparisons in folly::Optional
2014-10-17 Dave Watsonmove shutdown socket set
2014-10-17 Sean CannellaConditionals for iOS / Android compilation
2014-10-17 Andrii GrynenkoDon't throw in Singleton::get() if singleton is alive
2014-10-17 Subodh IyengarRemove global init of ThreadLocal in Random
2014-10-17 James Sedgwicksupport for move-only types
2014-10-17 James Sedgwickmerge wangle/Executor.h and experimental/wangle/concurr...
2014-10-17 Andrii GrynenkoSchedule destroyInstances only when first singleton...
2014-10-17 Sean CannellaFix clang test compilation failures
2014-10-17 Hans Fugal(wangle) Use MicroSpinLock
2014-10-17 Jun LIDefer query string parsing from ctor to getQueryParams()
2014-10-17 Pavlo KushnirFix opensource build
2014-10-17 Daniel SommermannFix thread local random number generator static issue
2014-10-17 Hans Fugalwangle::detail::FSM
2014-10-17 Hans Fugal(wangle) s/State/Core/
2014-10-15 Andrii GrynenkoBump version to 12:0
2014-10-15 Andrii GrynenkoDon't re-create singletons
2014-10-15 Yedidya FeldblumBasic tests for EventHandler.
2014-10-15 Soren LassenBetter estimateSpaceNeeded(double)
2014-10-15 Hans FugalGo back to a regular mutex
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
next