Fix reliance on the sign of char in fnv32 and fnv64
[folly.git] / folly /
2017-04-22 Neel GoyalIgnore setSSLLockTypes() calls after SSLContext is... v2017.04.24.00
2017-04-22 Michael LeeAlso exclude the wstring test
2017-04-21 Michael LeeTurn off failing FBString test for Android
2017-04-21 Christopher DykesUse std::nullptr_t in dynamic
2017-04-21 Cameron PickettFix issue where compiler cannot determine address of...
2017-04-20 Andrii GrynenkoEventBaseLocal cleanup
2017-04-20 Nicholas OrmrodRemove unpackHack from smallVector
2017-04-19 Phil WilloughbyImprove string comparisons
2017-04-19 Andrew KriegerInclude <strings.h> in portability/String.h
2017-04-18 Marc HorowitzFail on implicit convert from BOOL on ObjC in folly...
2017-04-18 Angelo FaillaFix ASAN reported bug
2017-04-18 Tianjiao Yinfix incorrect usage of FOLLY_DISABLE_UNDEFINED_BEHAVIOR...
2017-04-18 Maged MichaelFlat combining: Update statistics.
2017-04-18 Christopher DykesRefactor setThreadName to have the std::thread::id...
2017-04-17 Christopher DykesDon't invoke undefined behavior when getting the pthrea...
2017-04-17 Maxim GeorgievAllow error message callback cancellation regardless...
2017-04-16 Angelo Failla`IPVAddressV(46)::fromInverseArpaName` static methods v2017.04.17.00
2017-04-15 Eric Nieblerreplace #include <ios> in FBString.h with lighter ...
2017-04-15 Tudor BosmanAdd exception_tracer to OSS build
2017-04-15 Christopher DykesAdd portability support for PThread's TLS API
2017-04-15 Christopher DykesRemove unused local in OpenSSLCertUtils
2017-04-14 Andrew KriegerSuppress more warnings for MSVC
2017-04-14 Christopher DykesUse folly::getCurrentThreadId() in SSLContext
2017-04-14 Christopher DykesMake folly::getCurrentThreadId() return a thread ID...
2017-04-14 Christopher DykesAdd FOLLY_HAVE_PTRHEAD
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
next