Make Observer.Stress test not fail under load
[folly.git] / folly /
2016-11-12 Andrii GrynenkoMake Observer.Stress test not fail under load
2016-11-12 Martin MartinWhen you read from a default-constructed MPMCQueue...
2016-11-11 Mirek KlimosAdd warnings when overriding RequestContext
2016-11-11 Andrew Gallagherfolly/test/SingletonTestStructs: move inlined function...
2016-11-11 Yedidya FeldblumLet folly::range(const std::array<...>&) be constexpr
2016-11-11 Jim Meyeringfolly/Foreach.h: fix FOR_EACH_R and FOR_EACH_KV to...
2016-11-10 Christopher DykesAlways use inline-asm version on GCC/Clang
2016-11-10 Tudor BosmanAdd include files necessary to use symbolizer
2016-11-10 Christopher DykesDon't try to call _free_osfhnd when not compiling again...
2016-11-10 Phil WilloughbyUse std::cerr for folly/Singleton.cpp error printing
2016-11-10 Andrii GrynenkoFix wrong use of upgrade lock
2016-11-09 Christopher DykesDon't try to install the failure signal handler in...
2016-11-09 Christopher DykesDisable a couple of warnings generated by the GTest...
2016-11-09 Christopher DykesDon't generate empty statements in DeterministicSchedul...
2016-11-09 Christopher DykesRequest lower privilege crypt context when generating...
2016-11-09 Christopher DykesUse ASSERT_EQ rather than CHECK_EQ in the socket tests
2016-11-09 Christopher DykesSplit the benchmarks out of UriTest
2016-11-09 Christopher DykesReturn the correct resolution for clock_getres
2016-11-09 Ali ZaveriExpose isFamilyInet() to check if SocketAddress is...
2016-11-08 Christopher DykesMake NeedleFinderTest::Needles256 actually do things
2016-11-08 James Sedgwickadd tryReadUntil and make fixes along the way
2016-11-08 Andrew GallagherMark implicitly inlined static locals with default...
2016-11-07 Stepan PalamarchukRemove noexcept from AsyncSocket::prepareReadBuffer
2016-11-07 Andrew GallagherAnnotate some static locals as "library-local" v2016.11.07.00
2016-11-06 Yedidya FeldblumLet folly::range be constexpr
2016-11-05 Christopher Smalloperator== for ReadMostlySharedPtr to nullptr_t
2016-11-04 Zach AmsdenAdd StringKeyedMap/Set.h to OSS build
2016-11-04 Mirek KlimosTrying to improve the efficiency of RequestContext...
2016-11-03 Kyle NekritzAdd splitAtMost to IOBufQueue.
2016-11-03 Kyle NekritzAllow folly::io::Cursor to move backwards.
2016-11-03 Louis Brandyquiet -Wmaybe-uninitialized
2016-11-03 Jim Meyeringfolly/test/RangeFindBenchmark.cpp: avoid shadowing...
2016-11-03 Jim Meyeringfolly/test/ThreadLocalBenchmark.cpp: avoid shadowing...
2016-11-03 Jim Meyeringfolly/test/ExceptionWrapperBenchmark.cpp: avoid shadowi...
2016-11-03 Ameya LimayeAllow getting the sequence number of a token via a...
2016-11-03 Andrii GrynenkoUse loopKeepAlive() mechanism in FiberManager
2016-11-02 Tudor BosmanCompile RangeSse42.cpp with -msse4.2
2016-11-02 Philip Proninfix race between StaticMetaBase::destroy() and StaticMe...
2016-11-02 Ameya LimayeMake sequence number in AtomicBatchDispatcher<.......
2016-11-01 Christopher DykesDon't declare the extern FingerprintTable specializatio...
2016-11-01 David CallahanFix CLANG compilation: folly/TokenBucket.h
2016-11-01 Christopher DykesEliminate more VLAs
2016-11-01 Christopher Dykesuint8_t isn't a valid template argument for uniform_int...
2016-11-01 Christopher DykesSilence a couple of warnings for MSVC in Optional.h
2016-11-01 Andrii GrynenkoFix BoostContextCompatibility for boost >= 1.61
2016-11-01 Andrii GrynenkoSimplify the API exposed by BoostContextCompatibility
2016-10-31 Andrii GrynenkoSimplify activateFiber()/deactivateFiber()
2016-10-31 Maged MichaelUpdate hazard pointers interface and implementation
2016-10-31 Lucian Grijincufolly: AsyncSignalHandler: update comments to match...
2016-10-31 Christopher DykesAccess the individual words of an IPv6 address correctl...
2016-10-31 Christopher DykesIn the portability implementation of sendmsg return...
2016-10-31 Ameya LimayeImplement AtomicBatchDispatcher in folly::fibers
2016-10-31 Kyle NekritzUse MSG_MORE instead of 2 setsockopt calls on every...
2016-10-31 Nathan Bronsonimprovements to folly::doNotOptimizeAway v2016.10.31.00
2016-10-29 Christopher DykesInclude the Time.h portability header where needed
2016-10-28 Christopher DykesDon't abort when calling qfind_first_byte_of_sse42...
2016-10-27 Andrew Gallagherfolly/experimental/hazptr: mark static local as "librar...
2016-10-26 Giuseppe OttavianoAdd default constructor to dynamic, make other construc...
2016-10-26 Andrew GallagherMove inline functions with static-locals to implementat...
2016-10-25 Matthieu MartinSmall rewording in folly Benchmark comment
2016-10-25 Michael LeeFix maybe-uninitialized warning in Conv.h
2016-10-25 Philip Proninfix Expected<..., eUnion> move / copy ctor
2016-10-25 Ben MaurerprevPowTwo / faster bit operations
2016-10-25 Tudor BosmanNo need for libdwarf, only the header file matters
2016-10-24 Subodh IyengarAdd smart pointer types for ec
2016-10-24 James Sedgwicksync README
2016-10-24 Sven Overadd folly::Function::asSharedProxy v2016.10.24.00
2016-10-22 Giuseppe OttavianoRemove dynamic's initializer_list constructor
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 Agrawaladd 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 AgrawalBatchDispatcher 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
next