folly.git
2017-12-09 Yedidya Feldblumreplace std::dequeue with UMPMCQueue in UnboundedBlocki...
2017-12-08 Maged MichaelUnboundedQueue: Add LgAlign template parameter - Refact...
2017-12-08 Yedidya FeldblumMove folly/Bits.h to folly/lang/
2017-12-08 Eric Nieblerprevent folly::Function<T const&()> from being initiali...
2017-12-08 Adam Simpkinslogging: use raw string literals in config tests
2017-12-07 Maged MichaelFlatCombining: Use SaturatingSemaphore instead of multi...
2017-12-07 Yedidya FeldblumFix crash in exception_wrapper::get_exception<>
2017-12-07 Yedidya FeldblumUse simpler tags for ctor dispatch in exception_wrapper
2017-12-07 Stepan PalamarchukFix DCHECKs in IOBufQueue
2017-12-07 Mehdi BouazizRemoved dead IsSomeVector
2017-12-07 Andrii GrynenkoFix SignalHandlerTest with ASAN
2017-12-07 Adam Simpkinslogging: allow partial updates to log handler settings
2017-12-07 Adam Simpkinslogging: split FileHandlerFactory into two classes
2017-12-07 Adam Simpkinslogging: add a StandardLogHandlerFactory helper class
2017-12-07 Louis Brandyfix ubsan-detected UMR in TemporaryFile
2017-12-06 Yedidya FeldblumRename Baton::timed_wait to try_wait_for and try_wait_until
2017-12-06 Yedidya FeldblumMove folly/Baton.h to folly/synchronization/
2017-12-06 Yedidya FeldblumUse boost::filesystem::current_path in ChangeToTempDir
2017-12-06 Liang Zhuexclude Unix Domain Socket from enableTTLBANotifications
2017-12-05 Pingjia ShanFix RequestContext held too long issue in EventBase
2017-12-05 Aaryaman SagarSplit get_default() into two for deferred default const...
2017-12-05 Dave Watsonbitreverse
2017-12-05 Liang Zhuexclude Unix Domain Socket from setErrMessageCB
2017-12-05 Yedidya FeldblumAdd missing check against SemiFuture in FutureBase...
2017-12-05 Nathan Bronsonbetter error handling in MemoryIdler for inside jails
2017-12-04 Stepan PalamarchukImprove QueueAppender/IOBufQueue performance
2017-12-04 Dave Watsonadd AtFork::unregisterHandler
2017-12-04 Maged MichaelUnbounded queue
2017-12-04 Anirudh RamachandranAdd wrapper for getting X509_digest from a cert
2017-12-03 Alastair DaivisStatically allocate futex array v2017.12.04.00
2017-12-02 David Goodeallow fiber executor to override fiber options
2017-12-02 Adam Simpkinsadd makeSystemError*() helper functions
2017-12-02 Adam Simpkinslogging: fix compilation error on older C++ compilers
2017-12-02 Adam Simpkinslogging: update initialization code to use the new...
2017-12-01 Igor Sugakunify FOLLY_SANITIZE existing uses and add a few new
2017-12-01 Adam Simpkinsimplement chrono conversions for unusual duration types
2017-12-01 Dave WatsonMove threadlocal_detail::Atfork to its own file
2017-12-01 Bin Liufix ASAN build
2017-11-30 Yedidya FeldblumLet SaturatingSemaphore::try_wait be non-const and...
2017-11-30 Igor Sugakfix build when sanitizers are enabled and jemalloc...
2017-11-30 Yedidya FeldblumSome fixes for custom conversions of enums
2017-11-30 Maged MichaelSaturating semaphore
2017-11-30 Igor Sugakadd FOLLY_SANITIZE macro
2017-11-30 Adam Simpkinslogging: add a LogConfig::update() method
2017-11-30 Adam Simpkinslogging: add an assert for the FLAG_INHERIT bit
2017-11-30 Adam Simpkinslogging: remove comment about LogLevel::ERROR
2017-11-30 Adam Simpkinslogging: add LoggerDB::updateConfig() and resetConfig()
2017-11-30 Adam Simpkinslogging: add a LoggerDB::getConfig() method
2017-11-30 Adam Simpkinslogging: don't clamp the log level to DFATAL in debug...
2017-11-30 Adam Simpkinslogging: add a LogHandler::getConfig() method
2017-11-30 Adam Simpkinslogging: add a LogHandler registry to LoggerDB
2017-11-29 Yedidya FeldblumSynchronize coupled caches in folly::threadlocal_detail...
2017-11-29 Adam Simpkinslogging: add a FileHandlerFactory class
2017-11-29 Andrii NakryikoAdd unit tests for opening non-ELF files.
2017-11-29 Sarang MastiFix incorrect usages of folly::Synchronized
2017-11-28 Adam Simpkinslogging: convert assert() checks to FOLLY_SAFE_DCHECK()
2017-11-28 Alexander KabaevUnbreak folly on x86-32
2017-11-28 Yedidya FeldblumRemove some custom test main()'s in folly/experimental...
2017-11-28 Pingjia ShanReset context shared_ptr in AsyncTimeout::cancelTimeout()
2017-11-28 Adam Simpkinslogging: fix unused variable warning in non-debug builds
2017-11-28 Tom JacksonUse "auto" with GENERATOR instead of std::function
2017-11-27 Xiangyu BuRevise API to load cert/key in SSLContext.
2017-11-27 Andrii NakryikoFix ElfFile crashing when opening short (<64 bytes...
2017-11-27 Dave WatsonUse hazptr_local and hazptr_array
2017-11-27 Bin Liumake `usingJEMalloc()` a constexpr when USE_JEMALLOC... v2017.11.27.00
2017-11-26 Giuseppe OttavianoAdd folly::hasher support for floating point types
2017-11-23 Yedidya FeldblumQueuedImmediateExecutor tweaks
2017-11-22 Fuat GeleriEnable EventBase switching for AsyncSocket even if...
2017-11-22 Guo XiaoLink to unwind when using symbolizer
2017-11-22 Dave WatsonAdd a fast path to folly::ThreadLocal
2017-11-22 Andrii GrynenkoFix ASAN failure in FutureDAG test
2017-11-21 Aaron OrensteinAdd -Werror to -Wshadow-local and -Wshadow-compatible...
2017-11-21 Adam Simpkinslogging: add a LogConfig class and parsing code
2017-11-21 Dave Watsonimprove ThreadLocalBenchmark
2017-11-21 Dave Watsonfix hazptr_array move
2017-11-21 Giuseppe OttavianoRevert D6366352: [folly] Split get_default() into two...
2017-11-21 Aaryaman SagarSplit get_default() into two for deferred default const...
2017-11-21 Dylan Yudakencorrect usage of namespace std for coroutines_trait...
2017-11-20 Christopher... Work around a bug in MSVC name lookup within templated...
2017-11-20 Yedidya FeldblumNo need for a wrapping structure for posixTimeToDuration
2017-11-20 Dave WatsonAdd free-function retire
2017-11-20 Tianjiao Yinfix SingletonTest v2017.11.20.00
2017-11-19 Adam Simpkinsimplement to() conversions for std::chrono to timespec...
2017-11-19 Pingjia Shanget rid of redundant calls to RequestContext::saveContext()
2017-11-18 Pádraig Bradyfolly: support FOLLY_FALLTHROUGH on GCC
2017-11-18 Tianjiao Yinreduce the number of iteration when test SharedMutexTes...
2017-11-17 Pingjia ShanRemove unnecessary white line
2017-11-17 Jim Meyeringfolly/fibers/test/FibersTest.cpp: accommodate ASAN...
2017-11-16 Jody HoExpose the time remaining in HHWheelTimer::Callback
2017-11-16 Subodh IyengarAdd unit test for timeout=0
2017-11-15 Yedidya FeldblumFix wrong source name in tests Makefile
2017-11-15 Benny Chenallow small vector to be storage for sorted_vector_map
2017-11-15 Adam Simpkinsadd EXPECT_THROW_RE() and EXPECT_THROW_ERRNO() test...
2017-11-15 Igor Sugakfix asan build
2017-11-15 Yedidya FeldblumExtra expectations for ADL toAppend
2017-11-14 Christopher... Minor tweak to the wording of the vcpkg section
2017-11-13 Jason FriedAdd ByteRange/StringPiece Conversion for Cython
2017-11-12 Andrew KriegerFix an ICE in MSVC from functional/Invoke.h v2017.11.13.00
2017-11-12 Yedidya FeldblumFix some declared tests not being included in Makefile...
2017-11-11 Yedidya FeldblumBackport C++17 container access functions: size, empty...
next