folly.git
2015-10-13 Igor Sugakfolly: fix build with clang 3.6 -Werror
2015-10-13 Igor Sugakfolly: fix clang -Wpessimizing-move
2015-10-13 Woo Xieadd shutdownWrite to wangle for closing socket write...
2015-10-13 Ben MaurerSIOF-proof thread local
2015-10-13 Ben MaurerMove digits_to into .cpp
2015-10-10 Yedidya FeldblumFix Build: GCC 4.9 has std::make_unique but not __cplus...
2015-10-09 Hans FugalMerge pull request #331 from vbuslov/config_fix
2015-10-09 Steve O'Brienaggregator: fix `doEagerInitVia`
2015-10-09 软件工程师李飛Fix incorrect variable in dynamic examples
2015-10-09 Vlad BuslovChanged AC_LANG from PROGRAM to SOURCE to prevent doubl...
2015-10-08 Orvid KingUse alloca rather than C99 stack allocated arrays
2015-10-07 Bruno GoncalvesFixed #317 - unresolved reference to __atomic_is_lock_free
2015-10-07 Steve O'BrienSingleton: remove dependency on Future
2015-10-07 Steve O'BrienSingleton: un-inline initialization-time-only methods
2015-10-07 Yedidya FeldblumRemove evil using statements from AsyncSSLSocket.h
2015-10-06 Lucian Grijincufolly: Singleton: update doc to match new Strict vs...
2015-10-06 Adrian ZgorzalekUse attribute(no_sanitize) instead of no_sanitize_addre...
2015-10-05 Tom JacksonAdd byLine tests for empty cases
2015-10-05 Kyle NekritzCheck if handshake timeout is set in AsyncSSLSocket...
2015-10-05 Giuseppe OttavianoImprove performance of fbstring copy and move ctors...
2015-10-04 Pavlo KushnirFix build
2015-10-03 Andre PintoFix async readme
2015-10-03 Yedidya FeldblumFix Build: folly/Range.h for build platforms missing...
2015-10-03 Alexey SpiridonovAdd "consume all captured output" callback to CaptureFD
2015-10-03 Yedidya FeldblumConverge folly::make_unique to C++14's std::make_unique
2015-10-02 Yedidya FeldblumSupport SSE-enabled Range functions under Clang
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
next