logging: convert assert() checks to FOLLY_SAFE_DCHECK()
[folly.git] / folly /
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 DykesWork 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-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 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 Agrawaladding 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 DykesMark the base class of NoFutureInSplitter as public
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 DykesWorkaround 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
2017-11-04 Yedidya Feldblumconstexpr_clamp
2017-11-04 Lee HowesMake SemiFuture::via throw on nullptr executor.
2017-11-04 Yedidya FeldblumMove folly/SafeAssert.h
2017-11-03 Lee HowesParameter order
2017-11-03 Louis DionneNitpick: fix typo in name
2017-11-03 Dan MelnicExpose the zerocopy buf ID, change the AsyncSocket...
2017-11-03 Lee HowesMissing Future/SemiFuture->Value conversion check
2017-11-03 Yedidya FeldblumAlias std::launder when it is available
2017-11-03 Eric Nieblerdon't try to run the poly tests on gcc-4.9. they will...
2017-11-02 Phil WilloughbyMake Expected presume it has a value and not an Error
2017-11-02 Dan MelnicChange kDefaultZeroCopyThreshold to 0 to avoid a regres...
2017-11-02 Andrey IgnatovIntroduce non-throwing try* methods for IPAddress{...
2017-11-02 Yedidya FeldblumRefactor is_simple_allocator and callers
2017-11-02 Christopher DykesFix folly::Function under C++17 exception specifier...
2017-11-01 Ognjen DragoljevicMake associative container out-of-range exception provi...
2017-11-01 Lee HowesQuick comment on DE to clarify use cases and lack of...
2017-11-01 Yedidya FeldblumFix unsynchronized accesses in IOThreadPoolExecutor...
2017-11-01 Eric Niebleradd a complete example to poly's docs, fix typos and...
2017-11-01 Alisson Gusatti... Fix OSS's "make check"
2017-11-01 Maged MichaelAdd integrated reference counting
2017-11-01 Andrii GrynenkoClear frame cache when activating a fiber
2017-11-01 Yedidya FeldblumA macro for creating member-invoke traits
2017-10-31 Lee HowesAdding DeferredExecutor to support deferred execution...
2017-10-31 Martin MartinRemove unused field or local var.
2017-10-31 Teng QinImprove folly::RequestContext onSet and onUnset efficiency
2017-10-31 Teng QinImprove folly::RequestContext::get()
2017-10-31 Alex GuzmanAdd utility function for loading certificates from...
2017-10-31 Yedidya FeldblumOutline most throw expressions in Expected
next