folly.git
2015-10-02 Nathan Bronsonfix compiler warnings from gcc-4.9 + -Wunused-variable
2015-10-01 Alex Landauthrift-tls: Expose client common name in connection...
2015-10-01 Alecs Kingfix build
2015-09-30 Mohammad HusainAPIs to determine which end of the socket has closed it
2015-09-30 Steve O'Brienfolly Symbolizer: fix destruction-order fiasco problem
2015-09-30 Dave WatsonUpdateableSharedPtr in folly
2015-09-30 Yedidya FeldblumExtract SparseByteSet into its own module
2015-09-30 Ranjeeth Dasineniadd callback to specify a client next protocol filter
2015-09-29 Subodh IyengarPre-prune iobufs from clone
2015-09-29 Andre PintoOpen source AsyncPipe
2015-09-29 Yedidya FeldblumCodeMod apache::thrift::async::TEventBase to folly...
2015-09-28 Ben MaurerBroke build
2015-09-28 Ben MaurerEasy SIOF-proofing
2015-09-25 Steve O'BrienSingleton: refine "eager" initialization
2015-09-24 Justin Gibbsemplace() support for AtomicHashArray/Map
2015-09-24 Yedidya FeldblumA qfind_first_byte_of using a bitset in folly/Range.cpp
2015-09-24 James Sedgwickrevert D2379210
2015-09-23 Yedidya FeldblumCpuIdTest.cpp does not need glog
2015-09-23 Yedidya FeldblumSearch unpadded strings in Range benchmarks
2015-09-23 Yedidya FeldblumUse constexpr for folly::dynamic::TypeInfo static fields
2015-09-22 Yedidya FeldblumFully clean up before each round of benchmarks in Range...
2015-09-21 Chip TurnerMove definition of strlcpy to outside an #if
2015-09-21 Subodh IyengarFix potential delete behavior of guard
2015-09-21 Chip TurnerMake strlcpy available in folly, second attempt
2015-09-21 Marc Horowitzmake to<bool> skip range check
2015-09-20 Yedidya FeldblumUse string for benchmark names to support computed...
2015-09-19 Philip Proninimplement ThreadCachedArena::totalSize()
2015-09-18 James Sedgwickmove ThreadWheelTimekeeper out of detail
2015-09-18 Yedidya FeldblumSupport MSVC, which does not have VLAs, in folly/io...
2015-09-17 Steve O'Brienfolly Singleton: "eager" option to initialize upfront
2015-09-17 Lucian Grijincufolly: clock: remove static globals, replace with meyer...
2015-09-16 Yedidya FeldblumCompatibility: libevent: accessors for struct event
2015-09-16 Lucian Grijincufolly: gen: remove static member
2015-09-16 Lucian Grijincufolly: ProgramOptions: avoid static init fiasco by...
2015-09-16 Sara GolemonLimit declaration of GroupVarint tables to SSE >= 2
2015-09-16 James Sedgwickuse HHWheelTimer for EventBase::runAfterDelay
2015-09-16 Lucian Grijincufolly: io: SSLContext/AsyncSSLSocket: drop global stati...
2015-09-15 Lucian Grijincufolly: async: fix SIOF in test
2015-09-15 Kevin HurleyAdd unit test for update_missing
2015-09-15 Yedidya FeldblumPrefer constexpr to preprocessor macros in FBString.h
2015-09-15 Yedidya FeldblumNo need to export global instances of folly::AsciiCase...
2015-09-15 Yedidya FeldblumDrop support for GCC < 4.8 in folly/FBString.h
2015-09-14 Orvid KingImplement clock_getres for Windows
2015-09-14 Giuseppe OttavianoAdd benchmarks for SpookyHashV2 and constify SpookyHash...
2015-09-14 Yedidya FeldblumCodeMod: Drop FOLLY_OVERRIDE and FOLLY_FINAL
2015-09-14 Yedidya FeldblumLift the test for ext/random and sfmt19937
2015-09-14 Orvid KingMSVC 2015 constexpr in Bits.h
2015-09-14 Orvid KingDon't use weird format specifiers
2015-09-14 Christopher... Port fbstring_core to big-endian architectures.
2015-09-14 Orvid KingHandle MSVC correctly in detail/IPAddress.h
2015-09-14 Yedidya FeldblumSupport unique_ptr instances with custom deleters in...
2015-09-14 Yedidya FeldblumThe ' in folly/configure.ac messes with Vim's highlighting
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-13 Leonardo BianconiPort Folly to PPC64
2015-09-12 Giuseppe OttavianoAdd support for std::string in folly::Hash
2015-09-11 Bryce ReddTyping changes in the LockFreeRingBuffer to support...
2015-09-11 Kevin HurleyAdd ability to merge dynamic objects
2015-09-11 Maxim GeorgievMarking a bunch of AsyncSSLSocket methods as "const".
2015-09-11 Sara GolemonRevert "use thread_local instead of ThreadLocal for...
2015-09-11 Lucian Grijincufolly: fix EmplaceIterCtor test
2015-09-11 Yedidya FeldblumUse type-parameterized test cases in folly/test/Synchro...
2015-09-11 Yedidya FeldblumFix Build: IPv6: SocketAddressTest.SetFromStrings and...
2015-09-10 Mark McDuffuse thread_local instead of ThreadLocal for some static...
2015-09-10 Giuseppe OttavianoMake EliasFanoReader and BitVectorReader API more consi...
2015-09-10 Elliott ClarkAdd SharedPromise<T>::isFulfilled
2015-09-10 Lucian Grijincufolly: small_vector: emplace_back for iterator construc...
2015-09-09 Eugene Pekurovskyfolly::FunctionScheduler: Adding support for uniform...
2015-09-09 Tom JacksonHandle take(-1) better
2015-09-09 Yedidya FeldblumDrop support for GCC < 4.8 in folly/Conv.h
2015-09-08 Yedidya FeldblumDrop support for GCC < 4.8 in folly/test/FBStringTest.cpp
2015-09-08 Giuseppe OttavianoImplement assume()
2015-09-08 Orvid KingSwitch a local from long to size_t for MSVC
2015-09-08 Tom HughesImplement adjacent_tokens_only() for GFlagValueSemanticBase
2015-09-08 Christopher... Declare missing environ variable
2015-09-07 Yedidya FeldblumDead Code: GCC-v4.6 Back Compat: folly/Chrono.h
2015-09-04 James Sedgwickfix SharedPromise<T>::setWith
2015-09-04 Jason EvansFix MemoryIdler::flushLocalMallocCaches() regression.
2015-09-03 Brian WatlingAllow (read-only) access to a fiber's stack details
2015-09-02 Sven Overfolly: specialise makeFutureWith for functions returnin...
2015-09-02 Haijun ZhuErasing Cpp2Worker in its evb thread
2015-08-31 Sara GolemonBump version to 57:0 v0.57.0
2015-08-31 Jason EvansUniversally update to jemalloc 4.0.0.
2015-08-31 Kyle NekritzLog TLS signature_algorithms extension values.
2015-08-31 Sara GolemonRevert "Mass Revert to cdb635a"
2015-08-31 Sara GolemonBump version to 56:0 v0.56.0
2015-08-31 Michael LeeMass Revert to cdb635a
2015-08-31 Michael MortonAdding singular token bucket implementation.
2015-08-31 Mainak Mandalmake doNotOptimizeAway work with clang
2015-08-31 Yedidya FeldblumFix the example for folly::static_function_deleter.
2015-08-25 Sara GolemonBump version to 55:0 v0.55.0
2015-08-25 Maxim GeorgievAdding a unit test for HHWheelTimer exercising the...
2015-08-24 Mark IsaacsonGive folly/symbolizer an explicit main function
2015-08-24 Peter GriessCreate MockAsyncUDPSocket
2015-08-23 Yedidya FeldblumRename fixup from TDelayedDestruction to DelayedDestruc...
2015-08-23 Yedidya FeldblumRename fixup from TNotificationQueue to NotificationQueue.
2015-08-21 Yedidya Feldblumstatic_function_deleter.
2015-08-21 Jim Meyeringfolly: update README.md for newer Fedora
2015-08-21 Maxim GeorgievAdd a default timeout parameter to HHWheelTimer.
2015-08-21 Tom JacksonPrevent accidental moves in filter()
next