folly.git
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...
2017-11-10 Sergey Doroshenkofix typo in Subprocess.h comments
2017-11-10 Christopher... Minor tweaks to the wording of a couple of errors in...
2017-11-10 Pádraig Bradyfolly: fix sysMembarrier() with newer kernel headers
2017-11-10 Pádraig Bradyfolly: avoid compile warning/failure due to lvalue...
2017-11-10 Shubhanshu... adding a fibers compatible once flag
2017-11-09 Yedidya FeldblumAdd makeSemiFuture declarations to helpers.h
2017-11-09 Phil WilloughbyMake ColdClassTest work on ancient compilers
2017-11-09 Dan MelnicRemove the zerocopy write threshold support, add suppor...
2017-11-09 Teng QinAdd parsing for indirect functions
2017-11-09 Teng QinAdd a multi-type version of iterateSectionsWithType
2017-11-09 Yedidya FeldblumFix folly/test/Makefile.am
2017-11-09 Teng QinAdd a multi-type version of iterateSymbolsWithType
2017-11-09 Yedidya FeldblumIn SemiFuture members, fix DCHECK of pointer types
2017-11-09 Phil WilloughbyActually mark Unexpected as cold
2017-11-09 Christopher... Mark the base class of NoFutureInSplitter as public
2017-11-08 Arkady ShapkinFix static linking gflags and glog
2017-11-08 Yedidya FeldblumHeterogeneous lookups for sorted_vector types
2017-11-08 Andre PintoAvoid implicitly dropping const modifier
2017-11-08 Andre PintoFix oss build
2017-11-08 Igor Sugakfix -Wunused-variable
2017-11-07 Christopher... Workaround a bug in MSVC
2017-11-07 Adam Simpkinslogging: set the thread name for the AsyncFileWriter...
2017-11-07 Dave WatsonSupport movable keys
2017-11-07 Dave WatsonRemove incorrect DCHECKS
2017-11-07 Giuseppe OttavianoAllow to specify per-priority capacities in PriorityLif...
2017-11-07 Yedidya Feldblumcrange, and range const overloads
2017-11-06 Yedidya FeldblumMove folly/LifoSem.h
2017-11-06 Eric NieblerValue-initialize the Data union member of folly::Function
2017-11-06 Phil WilloughbyMark constructing an Unexpected as cold
2017-11-05 Yedidya FeldblumMove folly/Functional.h v2017.11.06.00
next