Remove the old SpinLock implementations
[folly.git] / folly /
2017-04-14 Christopher DykesRemove the old SpinLock implementations
2017-04-14 Mark WilliamsRevert D4805628: [folly] Suppress more warnings for...
2017-04-14 Yedidya FeldblumInitialize the singleton-vault early in init()
2017-04-14 Andrew KriegerSuppress more warnings for MSVC
2017-04-14 Andrew KriegerRemove pthread dependency from CacheLocality.h
2017-04-14 Christopher DykesSwitch TimedRWMutex implementation to use lock_guard...
2017-04-14 Christopher DykesUse getCurrentThreadID() rather than pthread_self(...
2017-04-14 Andrew KriegerExplicitly use CreateFileA in readlink
2017-04-14 Christopher DykesSupport folly::getCurrentThreadID() without PThread
2017-04-14 Christopher DykesDon't use pthread_spinlock_t in TimedRWMutex
2017-04-13 Christopher DykesSwitch includes of PThread to the portability header
2017-04-13 Christopher DykesFix 1/2 of exception_wrapper under MSVC
2017-04-13 Neel GoyalAdd method to check if SSL Lock is disabled
2017-04-13 Christopher DykesKill a couple of PThread includes
2017-04-13 Nick TerrellAdd bzip2 support
2017-04-13 Christopher DykesFix the last issues with exception_wrapper under MSVC
2017-04-12 Alexey SpiridonovReplace Subprocess::pipe* syntax sugar with Subprocess...
2017-04-12 Alexey SpiridonovDelete | operator for Subprocess::Options
2017-04-12 Nick TerrellFix zlib + lzma memory usage inefficiency
2017-04-12 Jude Taylorcodemod: ASN1_STRING_data -> ASN1_STRING_get0_data
2017-04-12 Christopher DykesMake folly::StrictConjunction usable under MSVC
2017-04-12 Jude TaylorProvide a copy ctor for Digest that copies the current...
2017-04-12 Artem LantsevAdd memory padding and alignment to prevent false sharing
2017-04-12 Aravind AnbuduraiSupport linux namespace clone flags
2017-04-12 Angelo FaillaIPAddressV(46) methods to convert IPs to their inverse...
2017-04-11 Eric Nieblernon-throwing, non-allocating exception_wrapper
2017-04-11 Christopher DykesTreat OpenSSL as a non-portable include
2017-04-11 Christopher DykesImplement clearenv in the portability headers
2017-04-11 Andrii GrynenkoFix TLRefCount::useGlobal to work with TSAN
2017-04-11 Andrii GrynenkoFix Fiber::LocalData leak for large fiber locals
2017-04-11 Christopher DykesRevert D4832473: [Folly] Disable EnvUtil::setAsCurrentE...
2017-04-10 Alexander ShaposhnikovRemove superfluous std::move
2017-04-10 Nick TerrellFix std::max() call in Compression.cpp
2017-04-10 Christopher DykesFix the build... Whoops...
2017-04-10 Christopher DykesRe-work the OpenSSL portability header to be a portabil...
2017-04-10 Jason FriedClient RequestChannels and folly/python/futures.h
2017-04-10 Andrii GrynenkoFix folly/test:singleton_test - Singleton.SharedPtrUsage
2017-04-10 Christopher DykesRefactor FOLLY_GCC_DISABLE_WARNING to play nice with... v2017.04.10.00
2017-04-08 Yedidya FeldblumAll template params for PriorityMPMCQueue
2017-04-08 Christopher DykesFix include ordering for OpenSSLPtrTypes.h
2017-04-08 Christopher DykesQualify a couple local constexpr values as 'static...
2017-04-08 Giuseppe OttavianoFix leak in EliasFanoCodingTest
2017-04-08 Louis BrandyReadMostlySharedPtrTest, subtle test bug caught by...
2017-04-08 Louis Brandyfix EvictingCacheMap test bug found w/ -fsanitize-addre...
2017-04-07 Anirudh RamachandranFix leak in HMAC_CTX_free compat API
2017-04-07 Phil WilloughbyFix a logic error in StringKeyedTest
2017-04-06 Alan FrindellGet rid of try/catch in messageAvailable, which is...
2017-04-06 Andrii GrynenkoRequire registrationComplete() not only in dbg builds
2017-04-06 Phil WilloughbyUpdate StringKeyed... benchmarks to tell the whole...
2017-04-06 Maged MichaelIndexedMemPool: Fix race condition on size_ that can...
2017-04-05 Alan FrindellMake NotificationQueue::Consumer::messageAvailable...
2017-04-05 Subodh IyengarAdd trimAtMost functions
2017-04-05 Christopher DykesDisable EnvUtil::setAsCurrentEnvironment() on platforms...
2017-04-04 Eli Lindseyuse folly singleton relaxed init on android
2017-04-04 Maxim GeorgievMake some AsyncTest methods virtual to allow mocking...
2017-04-04 Sven OverFunction.h: remove FOLLY_MSVC_DISABLE_WARNING
2017-04-04 Anirudh RamachandranSupport building with OpenSSL 1.1.0 and BoringSSL
2017-04-04 Anirudh RamachandranOpenSSL 1.1.0 compatibility
2017-04-04 Andrii GrynenkoDon't allow singleton use w/o registrationComplete()
2017-04-03 Nick TerrellRemove use of generic lambdas
2017-04-03 Harrison KlapermanFix broken ManualExecutor
2017-04-03 Christopher DykesDon't use macros for FBVector::insert
2017-04-03 Dan MelnicRemove/make private the default ***Holder constructor...
2017-04-03 Dave Watsonatomic_shared_ptr
2017-04-01 Giuseppe OttavianoOptimize JSON escaping of ASCII strings v2017.04.03.00
2017-04-01 Mainak Mandalfix memory leak in case of large number of retries
2017-03-31 Wez Furlongavoid UB in StringKeyedCommon for default constructed...
2017-03-31 Yedidya FeldblumSome constexpr symbols for whether sanitizers are enabled
2017-03-30 Yedidya FeldblumFix double-delete in Singleton::make_mock
2017-03-30 Eric NieblerRemove unneccessary test for &that==this in folly:...
2017-03-30 Eric NieblerProperly constrain folly::Function's generic conversion...
2017-03-30 Nick TerrellPath variants for get_(ref_)default()
2017-03-30 Igor SugakBacked out changeset d4e3fdfd5775
2017-03-29 Tom Jacksonuncurry
2017-03-29 Yedidya FeldblumCut extraneous typename in StringKeyedCommon.h
2017-03-29 Sven Overfix dead-lock in Future when executor discards function
2017-03-29 Nick TerrellAutomaticCodec
2017-03-29 Ondrej LeheckaCursor::read<T>() initializes return value
2017-03-28 Nick TerrellOptimize ZlibCodec::doUncompress()
2017-03-28 Christopher DykesImplement S_ISDIR()
2017-03-28 Maged MichaelChange trylock() to try_lock() in folly::SpinLock to...
2017-03-28 Dylan YudakenAllow custom sorting function for JSON serializer
2017-03-27 Nick TerrellGate LZ4Frame behind version check
2017-03-27 Nick TerrellDisallow temporary default values in get_ref_default()
2017-03-25 Arthur O'DwyerSeveral fixes to the "SWMRList" example in experimental... v2017.03.27.00
2017-03-25 Maged Michael(folly) Add lock holder interface to flat combining...
2017-03-25 Nick TerrellAdd tryRead() and endian variants
2017-03-24 Nick TerrellAvoid passing temporary to get_ref_default()
2017-03-24 Nick TerrellAllow decompresion without uncompressedSize
2017-03-24 Nick TerrellOptimize ZSTDCodec::doUncompress()
2017-03-24 Nick TerrellAdd LZ4_FRAME codec
2017-03-24 Phil WilloughbyExpand environment-handling in folly
2017-03-23 Ted PercivalRe-enable io tests
2017-03-23 Andrii GrynenkoMake sure singleton destructor is always called from...
2017-03-23 Maxim GeorgievRandomize the Unix socket name in AsyncSocketTest.SendM...
2017-03-23 Jim Meyeringchange EXPECT_EQ(false, ... to EXPECT_FALSE(...; ditto...
2017-03-23 Maged MichaelFlat Combining
2017-03-22 Giuseppe OttavianoFix typo in Singleton
2017-03-22 Christopher DykesFix the nested command line app test helper
2017-03-22 Michael LeeAndroid should also use a relaxed Singleton
next