folly.git
2017-09-21 Kyle NekritzUse unique_ptr rather than shared_ptr in MockReadCallback.
2017-09-20 Kenny YuAdd gdb deadlock detector script to new folly/experimen...
2017-09-19 Phil WilloughbyBenchmark a realistic common use
2017-09-19 Christopher... Enable -Wunused-variables
2017-09-19 Christopher... Fix hardware crc32 under MSVC
2017-09-19 Christopher... Set names in NamedThreadFactory in the new thread
2017-09-18 Eric Nieblerfix strange recursive std::is_constructible instantiati...
2017-09-15 Eric NieblerFix coroutine feature test macro on MSVC v2017.09.18.00
2017-09-15 Dylan YudakenAllow awaiting on a folly::Optional that returns a...
2017-09-15 Stella LauAllow getAutoUncompressionCodec() to have 1 terminal...
2017-09-15 Pádraig Bradyfix usingJEMalloc() with LTO
2017-09-14 Martin MartinNoHeap small_vector's no longer require a move constructor.
2017-09-14 Tom JacksonWindow, mainly for futures
2017-09-14 Christopher... Workaround a bug in template instation in MSVC 2017...
2017-09-13 Christopher... Fix build without zlib compression enabled
2017-09-13 Stephen Chenfixing namespacing issue for the dummy non sse crc32c_hw
2017-09-13 Marcus Holland... Fix UB from signed integer overflow in RWSpinLock
2017-09-13 Jon Maltiel... Backed out changeset ea9041ce2280
2017-09-12 Michael LeeInclude glog/logging.h in SmallLocksTest for DCHECK
2017-09-12 Alberto SchiabelUpdate String.h
2017-09-12 Christopher... Don't use std::void_t
2017-09-12 Martin Martinconst -> constexpr in folly::small_vector
2017-09-12 Philip JamesonRemove unneeded parts of build script
2017-09-12 Martin Martinclang-format folly::small_vector. No functional change.
2017-09-12 Jon Maltiel... Make RequestContext provider overridable in order to...
2017-09-12 Christopher... Fix CMake build
2017-09-11 Phil WilloughbyDead shift in ConcurrentHashMapSegment
2017-09-11 Anirudh RamachandranMove SSL_CTX sessionContext initialization into main...
2017-09-10 Giuseppe OttavianoAdd convenience std::string overload for toLowerAscii v2017.09.11.00
2017-09-10 Giuseppe OttavianoFix typo in async/README.md
2017-09-08 Benjamin JaegerOptional.h - make == operators constexprs
2017-09-08 Eric Nieblersupport using co_await with folly::Optional when it...
2017-09-08 Michael BolinGrammar fix: s/it's/its/
2017-09-07 Kenny YuFix data race in folly/executors/Codel.cpp exposed...
2017-09-06 James Sedgwickmove wangle/concurrent to folly/executors
2017-09-05 Stella LauCompress empty strings with underlying compressor
2017-09-02 Yedidya FeldblumFix constexpr_min after D5739715 v2017.09.04.00
2017-09-01 Igor Sugakincrease stack size when TSAN is enabled
2017-09-01 Kyle NekritzDeflake some AsyncSSLSocket tests.
2017-08-31 Aravind AnbuduraiAdd a comment on File.h
2017-08-31 Yedidya FeldblumExtract non-portability constexpr math functions to...
2017-08-31 Philip JamesonDon't use symbolizer on OSX
2017-08-30 Michael LeeInclude `<array>` for test
2017-08-30 Aaryaman SagarConditionally compiled for_each with constexpr
2017-08-30 Maged MichaelDynamic MPMCQueue: Eliminate cases of enqueue indefinit...
2017-08-30 Yedidya Feldblumconstexpr_log2
2017-08-30 Yedidya FeldblumShrink MicroSpinLock.h transitive includes and inline...
2017-08-30 Xiao Shirm old comment on HHWheelTimer::UniquePtr
2017-08-29 Richard MengUse weak_ptr to hold future context in timekeeper to...
2017-08-29 Andrew KriegerAllow forcing value for FOLLY_FUTURE_USING_FIBER in...
2017-08-29 Andrew KriegerFix potentially uninitialized struct used on MSVC
2017-08-29 Andrew KriegerFix portability opendir() behavior on paths without...
2017-08-29 Andrew KriegerImplement folly::launder for MSVC
2017-08-29 Yedidya FeldblumApply clang-format to folly/experimental/exception_tracer/
2017-08-29 Christopher... Revert D5714883: [Folly] Shrink MicroSpinLock.h transit...
2017-08-28 Christopher... Enable auto-deps in all of Folly
2017-08-28 Yedidya FeldblumShrink MicroSpinLock.h transitive includes and inline...
2017-08-28 Patryk ZaryjewskiMake cancelling and rescheduling of functions O(1) v2017.08.28.00
2017-08-25 Aaryaman Sagargcc 6.2 was not accepting the current definition of...
2017-08-25 Marko NovakovicAdded a flag FOLLY_FORCE_EXCEPTION_COUNT_USE_STD
2017-08-25 Stella LauEnforce forward progress with StreamCodec
2017-08-25 Qinfan WuFix typo in Function.h
2017-08-25 Greg Nisbetadd public kSlotSize to IndexedMemPool
2017-08-24 Aaryaman SagarAdded rvalue and const rvalue overloads to Try
2017-08-24 Aaryaman SagarunwrapTryTuple only accepted rvalue tuple types
2017-08-24 Andrii KryzhykCreate generic method to extract mac address from EUI...
2017-08-24 Peter DeLongImprove formatting of scripts and test files
2017-08-24 Stella LauAdd LZMA streaming interface
2017-08-24 Yedidya FeldblumTry::exception overload for Try&&
2017-08-24 Christopher... Rename FOLLY_A64 to FOLLY_AARCH64
2017-08-24 shaneupdate README for ubuntu 16.04 LTS + custom boost insta...
2017-08-24 Alison Tsaimacro to enable scoped trace section functionality
2017-08-22 Yedidya FeldblumUse simple exception_wrapper ctor in the Promise::setEx...
2017-08-22 Aaryaman SagarAdded a for_each function to iterate through ranges
2017-08-22 Mingtao YangExplicitly initialize AsyncSocket in MockAsyncSSLSocket
2017-08-22 Yedidya FeldblumUse exception_wrapper::from_exception_ptr in Try and...
2017-08-22 Stella LauAdd zlib-specific codec initialization
2017-08-21 Yedidya Feldblumexception_wrapper::from_exception_ptr
2017-08-21 Phil WilloughbySynchronizedPtr
2017-08-19 Xiangyu BuRecommended cipher list for server side. v2017.08.21.00
2017-08-18 Xiangyu BuLet SSLContext::setCipherList accept generic container...
2017-08-18 Dave WatsonDrop jemalloc specific smartRealloc integration
2017-08-18 David LamRemove outdated comments referencing removed TAsyncSSLS...
2017-08-18 darrenlFix incorrect format in Overview markdown
2017-08-17 Stella LauFix undefined behavior when decoding varint
2017-08-17 Mingtao YangAdd getSSLContext() to AsyncSSLSocket
2017-08-17 Neel GoyalChange AsyncSSLSocket getSecurityProtocol to handle...
2017-08-17 Phil WilloughbyRemove a use of SFINAE in the Range constructor.
2017-08-17 Philip JamesonOptionally run autoconf
2017-08-17 Rushy PanchalAdd prepareSkipTo() method to EliasFanoReader
2017-08-16 Shu ZhangAdd ConcurrentHashMap installable
2017-08-16 Mirek Klimosfolly::ElfFile - add support to iterate over program...
2017-08-16 Maged MichaelFix destruction order
2017-08-15 Alexey Spiridonovtry to fix folly, wangle, etc open-source build
2017-08-14 Peter DeLongAdd hooks to track which threads belong to which thread...
2017-08-14 Nick Wolchkoallow comparing Optional<T> with none
2017-08-14 Xiangyu BuAsyncSSLSocket::get/setClientCertValidationResult API.
2017-08-10 Nathan Bronsonsmall_vector default constructor shouldn't be explicit v2017.08.14.00
2017-08-09 Nick Jiangfix sorted_vector_{set,map} bulk_insert deduplication
2017-08-09 Yedidya FeldblumExplicitly handle gcc in FOLLY_MAYBE_UNUSED
next