folly.git
2016-10-21 Eric NieblerReverted commit D3927397
2016-10-20 Laurent Demaillyimprove documentation of custom singleton creation...
2016-10-20 Eric NieblerPrevent erroneous code like vector<fbstring>{{"this...
2016-10-20 Jim Meyeringfolly/Synchronized.h: avoid shadowing warnings
2016-10-20 Jim Meyeringconfigure.ac: check for -Wshadow-local and -Wshadow...
2016-10-20 Shubhanshu... add missing includes
2016-10-19 Dmitry PleshkovFix ExceptionCounter.oneThread test case
2016-10-19 Andrii GrynenkoReverted commit D4035769
2016-10-19 Jim Meyeringfolly/experimental: avoid shadowing warnings
2016-10-19 Jim Meyeringfolly/test/SynchronizedTestLib-inl.h: avoid shadowing...
2016-10-19 Lee HowesAdd capacity to semaphore so that initial size can...
2016-10-19 Jim Meyeringfolly/futures/test/NonCopyableLambdaTest.cpp: avoid...
2016-10-19 Jim Meyeringfolly/futures/test/ViaTest.cpp: avoid shadowing warnings
2016-10-19 Jim Meyeringfolly/test/ExceptionWrapperTest.cpp: avoid shadowing...
2016-10-19 Jim Meyeringfolly/test/ThreadCachedIntTest.cpp: avoid shadowing...
2016-10-19 Jim Meyeringfolly/test/SpinLockTest.cpp: avoid shadowing warnings
2016-10-19 Jim Meyeringfolly/test/SmallLocksTest.cpp: avoid shadowing warnings
2016-10-19 Jim Meyeringfolly/test/ThreadLocalTest.cpp: avoid shadowing warnings
2016-10-19 Jim Meyeringfolly/test/SingletonTest.cpp: avoid shadowing warnings
2016-10-19 Jim Meyeringfolly/fibers/test/FibersTest.cpp: avoid shadowing warnings
2016-10-19 Jim Meyeringfolly/futures/test/WhileDoTest.cpp: avoid shadowing...
2016-10-19 Yedidya FeldblumCodeMod: dynamic-init-list-ctor
2016-10-18 Andrew Gallagherfolly: fixes for use with `-fvisibility-inlines-hidden`
2016-10-18 Phil WilloughbyFix for ExceptionWrapperTest
2016-10-18 Marcelo JuchemGetting fibers to build with boost 1.61
2016-10-15 Philip Proninfall back to .debug_info scan in fatal signal handler v2016.10.17.00
2016-10-14 Nicholas OrmrodBacked out changeset 09c1712854b3
2016-10-14 Shubhanshu... BatchDispatcher exception handling
2016-10-14 Matthieu Martinnoexcept CollectVariadicContext destructor
2016-10-13 Csaba KerteszAdd missing include
2016-10-13 Zonr ChangAvoid setting OPENSSL_IS_{101,102,110} when using Borin...
2016-10-13 Philip Proninfix .debug_aranges parsing
2016-10-13 Matthieu MartinProvide a unpackTryTuple function in folly
2016-10-13 Andrii GrynenkoAdd update-mutex into Observable
2016-10-12 Zonr ChangAccess SSL cipher info with a const reference.
2016-10-12 Zonr ChangFix call to SSL_SESSION_up_ref().
2016-10-12 Philip ProninZSTDCodec should properly handle non-shortcut levels
2016-10-12 Phil WilloughbyPrint why we called std::terminate
2016-10-12 Giuseppe OttavianoAdd support in enumerate() for iterators with exotic...
2016-10-12 Christopher... Fix build on Mac OSX Sierra
2016-10-12 Lucian Grijincufolly: signal-handler: dynamic cache size, based on...
2016-10-11 Jim Meyeringfolly/ConcurrentSkipList.h: avoid shadowing warnings...
2016-10-11 Shubhanshu... BatchDispatcher add() interface
2016-10-11 Louis BovalDisabling failing test for fbandroid
2016-10-10 Nicholas OrmrodRemove memcpy-UB in fbstring
2016-10-10 Maged MichaelUpdate hazard pointers prototype
2016-10-10 Phil WilloughbyMake exception_wrapper::throwException() strict
2016-10-09 Jim Meyeringfolly/Foreach.h: allow FOR_EACH to be nested with no... v2016.10.10.00
2016-10-08 Jim Meyeringfolly/io/async/HHWheelTimer.cpp: remove decl of unused...
2016-10-08 Yinghai LuLimit maximum number of iterations in folly::Benchmark...
2016-10-08 Yinghai LuClang-format the flag declarations in Benchmark.cpp
2016-10-07 Nicholas OrmrodDisallow COW in FBString
2016-10-07 Lucian Grijincufolly: symbolizer: increase default signal-handler...
2016-10-07 Mirek KlimosFunctionScheduler - return whether shutdown was successful
2016-10-06 Alex YarmulaReverted commit D3979179
2016-10-06 Jim Meyeringfolly/io: avoid shadowing warnings
2016-10-06 Alex Yarmulause previous Executor after delayed
2016-10-05 Michael LeeGate `__returns_nonnull__` attribute to gcc 4.9 or...
2016-10-05 Lucian Grijincufolly: deprecate StringPiece::hash
2016-10-05 Lucian Grijincufolly: kill StringPieceHash
2016-10-05 Maged MichaelUpdated example and methodology for using Deterministic...
2016-10-05 Matthieu MartinFix optional default initialization
2016-10-05 Lucian Grijincufolly: experimental: ABI-break: replace deprecated...
2016-10-05 Lucian Grijincufolly: elfcache: nuke StringPieceHash
2016-10-04 Qinfan WuImplicit construct sorted_vector_set from std::initiali...
2016-10-04 Jim Meyeringfolly/io/async/AsyncSocket.cpp: avoid shadowing warning...
2016-10-04 Arthur O'Dwyerhazptr: Replace friend "swap" with a member function...
2016-10-04 Jim Meyeringfolly/io/Compression.cpp: avoid shadowing warnings...
2016-10-04 Giuseppe OttavianoOutline several fbstring/malloc functions
2016-10-04 Giuseppe OttavianoFix a typo
2016-10-03 Shubhanshu... add BatchDispatcher
2016-10-03 Giuseppe OttavianoOptimize frequently inlined FBString methods
2016-10-03 Philip Proninswitch back to inline assembly in compression::instructions v2016.10.03.00
2016-10-02 Sven OverFix folly::Partial copy/move construction
2016-09-30 Lucian Grijincufolly: use std::__throw_out_of_range
2016-09-30 Ted PercivalFind dwarf.h in libdwarf subdirectory
2016-09-29 Lucian Grijincufolly: Range: detail::throwOutOfRange -> std::__throw_o...
2016-09-29 Dan SchatzbergFix ThreadCachedInt race condition
2016-09-29 Subodh IyengarFix apple bug around TFO writes
2016-09-29 Subodh IyengarAdd tfo functions for apple
2016-09-29 Lucian Grijincufolly: Range: outline exception throwing
2016-09-28 Giuseppe OttavianoAdd unchecked versions of advance(), subtract(), and...
2016-09-28 Witchakorn... Fix SUPPLY_MISSING_INT128_TRAITS
2016-09-28 Maged Michaelfolly/experimental/hazptr: fix gcc 5 build
2016-09-28 Michael LeeSet a default value for slot in SharedMutex.h
2016-09-27 Sven OverIntroducing folly::FunctionRef
2016-09-26 Anirudh RamachandranSSL_SESSION wrapper
2016-09-26 Anirudh RamachandranAsyncSSLSocket::getSSLClientCiphers using static map
2016-09-26 Phil WilloughbyMake a SharedPromise from a Future
2016-09-23 Eli PoznianskyImprove documentation of MPMCQueue size and sizeGuess... v2016.09.26.00
2016-09-23 Alisson Gusatti... Avoid external linkage call inside __ifunc__
2016-09-22 Michael LeeSwitch SocketAddressTest to use TemporaryFile instead...
2016-09-22 Giuseppe OttavianoFix a couple comments
2016-09-22 Tianjiao Yinfix flaky TimeKeeper unit-test
2016-09-22 Subodh IyengarAdd logs for TFO succeded
2016-09-22 Michael Leeexperimental/observer/detail/ObserverManager.cpp missin...
2016-09-21 Shoaib MeenaiFix compilation for libc++ 3.9
2016-09-20 Subodh IyengarFix detaching from evb
2016-09-20 Sven Overuse folly::Function<void()> in folly::Executor interface
2016-09-20 Maged MichaelDraft prototype of hazard pointers C++ template library
next