Switch unguarded #pragmas to use portability macros
[folly.git] / folly /
2017-06-08 Christopher DykesSwitch unguarded #pragmas to use portability macros
2017-06-08 Christopher DykesRefer to nullptr not NULL
2017-06-08 Eric NieblerExtend the -Warray-bounds workaround in FixedString...
2017-06-08 Qi Wangmake extent_hooks static.
2017-06-07 Christopher DykesImplement __builtin_popcount under MSVC
2017-06-07 Yedidya FeldblumPass Try by rvalue ref in onError implementation
2017-06-07 Sonia MarUri: switch to std::string over fbstring take 2
2017-06-07 Kyle NekritzAdd OpenSSLCertUtils functions for DER encoding/decoding.
2017-06-07 Yedidya FeldblumShrink the implementations of then and onError
2017-06-07 Yedidya FeldblumTry::tryGetExceptionObject
2017-06-07 Yedidya FeldblumRemove exception_wrapper::throwException
2017-06-07 Nick TerrellAdd zlib/gzip streaming support
2017-06-07 Christopher DykesSwitch folly::Uri to use std::string rather than fbstring
2017-06-07 Anirudh RamachandranAdd a version of async_test using openssl 1.1.0
2017-06-07 Giuseppe OttavianoFix destruction order problem in getCoreAllocator
2017-06-06 Yedidya FeldblumRename exception_wrapper::get_object to get_exception
2017-06-06 Adam Simpkinsadditional minor cleanup to the TimeUtil code
2017-06-06 Adam Simpkinsupdate TimeUtil to use getOSThreadID()
2017-06-06 Adam Simpkinsfix timeWaiting computation in TimeUtil
2017-06-06 Dave WatsonCore-local allocator
2017-06-06 Christopher DykesFix the build of MallctlHelperTest without JEMalloc
2017-06-06 Victor ZverovichAdd element construction/destruction hooks to IndexedMe...
2017-06-06 Christopher DykesDrop a dead include of FBString.h from MemoryMapping.h
2017-06-06 Adam Simpkinsadd missing include to ThreadId.h
2017-06-06 Nathan BronsonUninitializedMemoryHacks
2017-06-06 Qi WangUpdate MallctlHelperTest with jemalloc 5 APIs.
2017-06-06 Adam Simpkinsadd getOSThreadID()
2017-06-05 Christopher DykesSwitch Bits.h to just use the popcount builtins directly
2017-06-05 Christopher DykesRename folly/detail/Malloc.h to folly/detail/MallocImpl.h
2017-06-05 Yedidya FeldblumLet map-related functions be templated over key types
2017-06-05 Peter GoldsboroughFixed documentation in folly/Random.h
2017-06-05 Qi WangFix JemallocNodumpAllocator destructor w/ jemalloc...
2017-06-05 Phil WilloughbyMake StringKeyed* more complete
2017-06-04 Christopher DykesDon't explicitly disable the C++1y-extensions warning... v2017.06.05.00
2017-06-04 Christopher DykesResolve the circular dependency between folly/futures...
2017-06-04 Christopher DykesDon't use folly::shellify in StaticTracepointTest
2017-06-03 Yedidya FeldblumApply clang-format to folly/gen/ (partial: namespace)
2017-06-02 Yedidya FeldblumApply clang-format to folly/portability/
2017-06-02 Qi WangFix JemallocNodumpAllocator extent_hooks API.
2017-06-02 Maged MichaelHazard pointers: Optimize memory order, add bulk reclam...
2017-06-02 Qi WangUpdate folly/JemallocNodumpAllocator to jemalloc 4...
2017-06-01 Christopher DykesRemove InlineExecutor.cpp
2017-06-01 Tom JacksonRephrase Optional usage to quite warnings
2017-06-01 Phil WilloughbyDocs for SingletonThreadLocal
2017-06-01 Tom JacksonFix UB in folly/experimental/Bits.h
2017-06-01 Christopher DykesRemove FiberManagerFuture.h as it's dead
2017-06-01 Yedidya FeldblumDestroy promise/future callback functions before waking...
2017-05-31 Sven OverFuture: some fixes re: handling of universal references
2017-05-31 Jon Maltiel SwensonAdd non-throwing alternative to decodeVarint
2017-05-31 Bi Xueadd equals interface for Range class.
2017-05-28 Qinfan WuFix tryTo to support conversion to enumerations v2017.05.29.00
2017-05-28 Yiding Jiafolly/portability/Memory.cpp: restructure preprocessor...
2017-05-28 Maxim GeorgievMoving DestructorCheck from proxygen library to folly.
2017-05-28 Christopher DykesClarify in the docs what belongs in portability/
2017-05-27 Philipp UnterbrunnerAdded folly::hint_emplace_iterator to folly/Iterator.h
2017-05-25 Christopher DykesFix reliance on the sign of char in fnv32 and fnv64
2017-05-25 Eric NieblerReplace FOLLY_WARN_UNUSED_RESULT with FOLLY_NODISCARD...
2017-05-24 Nick TerrellAdd zstd streaming interface
2017-05-24 Nick TerrellAdd streaming API
2017-05-24 Victor Gaoapply clang-tidy modernize-use-override
2017-05-24 Giuseppe OttavianoA core-cached shared_ptr
2017-05-24 Nick TerrellHeterogeneous comparisons
2017-05-24 Yedidya FeldblumRFC: Embed exception_wrapper directly into Try
2017-05-23 Yedidya FeldblumFix some old license headers
2017-05-23 Eric NieblerAdd FOLLY_NODISCARD for [[nodiscard]] attribute when...
2017-05-23 Christopher DykesMake a few implicit truncations either explicit, or...
2017-05-22 Christopher DykesEnable -Wimplicit-fallthrough
2017-05-22 Christopher DykesShift the job of defining NOMINMAX into source rather...
2017-05-22 Kyle NekritzAdd LOCK_SHAREDMUTEX SSLLockType.
2017-05-20 Yedidya FeldblumRefactor folly/gen/test/StringTest.cpp v2017.05.22.00
2017-05-20 Song ZhouAdded a new variant of byLine to keep the delimiter
2017-05-20 Stephen Chenfix PicoSpinLock for aarch64 and allow PackedSyncPtr...
2017-05-20 Christopher DykesMark constexpr values needed within non-implicitly...
2017-05-20 Christopher DykesWork around a compiler crash in VS 2017.3 Preview 1
2017-05-19 Christopher DykesFix the header being included when trying to specialize...
2017-05-19 Shoaib MeenaiRemove FOLLY_SKIP_LIBCPP_4000_THROW_BACKPORTS
2017-05-19 Xiao ShiStampedPtr: use async-signal-safe assert
2017-05-17 Alexey SpiridonovThreadedRepeatingFunctionRunner: Name all the threads
2017-05-17 Phil WilloughbyTweak basic_fbstring construction from std types
2017-05-16 Alexey SpiridonovSimplify ThreadedRepeatingFunctionRunner by requiring...
2017-05-16 Stephen Chengate sse42 implementation of checksum for x86 only
2017-05-16 Yedidya FeldblumFix violations of unused-lambda-capture
2017-05-16 Christopher DykesSwitch implicit references of folly::make_unique to...
2017-05-15 Yedidya FeldblumDrop support for deprecated associative containers
2017-05-15 Nathan BronsonStampedPtr
2017-05-15 Maxim GeorgievIn AsyncSocket::handleErrMessages() inside the loop...
2017-05-15 Arkady ShapkinFix compilation ChecksumDetail.cpp with MSVC
2017-05-13 Koen De KeyserFix compilation on Linux systems without vDSO support v2017.05.15.00
2017-05-12 Philip Proninreturn range from AsyncIO::cancel(), fix test
2017-05-12 Yedidya Feldblumexception_wrapper::get_object<>
2017-05-12 Yinghai LuFix broken promise error in folly::retrying
2017-05-12 James Sedgwickinclude folly/portability/Sockets.h instead of netinet...
2017-05-12 James Sedgwickadd FOLLY_FALLTHROUGH throughout to satisfy internal...
2017-05-12 James Sedgwickinclude folly/portability/OpenSSL.h instead of openssl/*.h
2017-05-12 Eric NieblerCopying a non-const FunctionRef lvalue should be a...
2017-05-11 Nick TerrellSwitch uncompressedLength to an Optional<uint64_t>
2017-05-11 Ashwin BharambeOutline `Optional::require_value()`
2017-05-11 Philip ProninAsyncIO::cancel
2017-05-11 Victor ZverovichFix a race on destruction of ScopedEventBaseThread
2017-05-11 Yedidya Feldblumhasher instances for 8-bit and 16-bit integral types
next