Fix fibers gdb utils script
[folly.git] / folly /
2016-11-22 Stepan PalamarchukFix fibers gdb utils script
2016-11-22 Lovro PuzarTweak zstd autoconf check so the build works with older...
2016-11-22 Christopher DykesCorrectly bind to the wildcard address in AsyncServerSo...
2016-11-21 Christopher DykesWork around an MSVC expression SFINAE bug in DynamicParser
2016-11-21 Christopher DykesDisable the DoubleRegistrationLogging singleton test...
2016-11-21 Zach AmsdenInclude init/Init.cpp
2016-11-19 Christopher DykesWorkaround a bug resolving decltype'd locals in lambdas v2016.11.21.00
2016-11-19 Christopher DykesDon't explicitly alias dynamic after using the entire...
2016-11-19 Christopher DykesUse the GTest portability header in shell_test
2016-11-19 Christopher DykesDon't attempt to separately close the underlying file...
2016-11-19 Christopher DykesUse structs rather than type aliases for Unit::Lift...
2016-11-19 Maxime BoucherSynchronized: disable operator= when the type isn't...
2016-11-18 Christopher DykesDisable a range test under MSVC
2016-11-18 Martin MartinExpose folly::symbolizer::dumpStackTrace().
2016-11-18 Phil WilloughbyExplain crash when exception is thrown from Scope Guard
2016-11-18 Nathan Bronsonforce read for doNotOptimizeAway(*ptr_to_small_trivial)
2016-11-18 Yedidya FeldblumFix Build: folly with -Wmissing-braces
2016-11-18 Andrew Gallagherfolly/portability: move some macro definitions to ...
2016-11-18 Tom JacksonFaster unhexlify
2016-11-18 Christopher DykesDon't rely on implicit lookup of member names in depend...
2016-11-18 Christopher DykesInclude atomic in SingletonTestStructs.cpp
2016-11-18 Christopher DykesMark a couple more local constexpr values as static
2016-11-17 Srinivas \"Teja... Update AtomicHashMap.md
2016-11-17 Nick TerrellReplace deprecated LZ4 functions
2016-11-17 Andrii GrynenkoVirtualEventBase
2016-11-17 Lucian Grijincufolly: ExceptionWrapper: remove <iostream> from header
2016-11-17 Christopher DykesAdd folly::getCurrentThreadID()
2016-11-17 Delyan KratunovRemove unneeded iostream include
2016-11-17 Christopher DykesAdjust the Function::NonCopyableLambda test to use...
2016-11-16 Christopher DykesDisable the CArray RangeFunc tests under MSVC
2016-11-16 Nathan Bronsonfolly: fbvector: ubsan: avoid memset(nullptr, 0, 0)
2016-11-16 Christopher DykesMark a few constexpr locals in ThreadLocalTest as static
2016-11-16 Christopher DykesHint that the port is numeric when binding an AsyncServ...
2016-11-16 Lucian Grijincufolly: MemoryMapping: less verbose warning on TRY_LOCK...
2016-11-16 Christopher DykesQualify a field name in NotificationQueueTest
2016-11-16 Christopher DykesDon't assume standard library types are relocatable
2016-11-15 Andrii GrynenkoThread-safe version of loopKeepAlive()
2016-11-15 Christopher DykesMark FingerprintPolynomial.size() constexpr
2016-11-15 Lucian Grijincufolly: MemoryMapping: isolate _MSC_VER-related changes
2016-11-15 Andrii GrynenkoMove runAfterDelay/tryRunAfterDelay into TimeoutManager
2016-11-15 Andrii GrynenkoMake Observer stress test pass a stress run
2016-11-15 yizhirencorrect the description about the thread to run
2016-11-14 Alejandro PeláezRevert D4164236: [EventBase] Move runAfterDelay/tryRunA... v2016.11.14.00
2016-11-13 Subodh IyengarAdd ecdsa smart ptr
2016-11-12 Andrii GrynenkoMove runAfterDelay/tryRunAfterDelay into TimeoutManager
2016-11-12 Marcin Pawlowskitry to improve folly/io/async/test:async_test - AsyncSo...
2016-11-12 Mirek KlimosRevert DLOG_INFO warnings about RequestContext being...
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...
next