Fix the assumption in the propagate_const test about local layout
[folly.git] / folly /
2017-12-22 Yedidya FeldblumFix the assumption in the propagate_const test about...
2017-12-22 Aaryaman SagarReturning reference to *this from propagate_const
2017-12-21 Andrii NakryikoFix crashing on corrupted ELF binaries with invalid...
2017-12-20 Chad Austintest that the value remains alive even if the .then...
2017-12-20 Yedidya FeldblumKill FOLLY_ALIGNED etc
2017-12-20 Yedidya FeldblumFix Build: propagate_const under GCC
2017-12-20 Zheng YanAdd readWithPriority to PriorityMPMCQueue
2017-12-20 Yedidya FeldblumAdd hardware_destructive_interference_size
2017-12-20 Yedidya Feldblumpropagate_const
2017-12-19 Dave WatsonFix erase in Iterate (2)
2017-12-19 Dave WatsonFix ThreadLocal races
2017-12-19 Yedidya FeldblumSwitch the Baton template params
2017-12-19 Dustin PhoSecure RNG utilities
2017-12-19 Yedidya FeldblumBaton::ready, a const variant of try_wait
2017-12-18 Giuseppe OttavianoMake global executors shutdown-safe
2017-12-18 Christopher DykesRemove the folly/Assume.h shim v2017.12.18.00
2017-12-17 Maged MichaelTest UnboundedBlockingQueue in ThreadPoolExecutorTest
2017-12-16 Maged MichaelUnboundedQueue: Change try_dequeue variants to fail...
2017-12-16 Maged MichaelUnboundedQueue: Fix advanceHead
2017-12-16 Yedidya FeldblumGroup the fields of UnboundedQueue
2017-12-16 Maged MichaelFix comments in UnboundedQueue and DynamicBoundedQueue
2017-12-16 Yanbo XuRevert D6579707: [folly/ConcurrentHashMap] Fix erase...
2017-12-15 Keith DaigleFix PicoSpinLock on aarch64
2017-12-15 Yanbo XuFix erase in Iterate
2017-12-15 Yedidya FeldblumFix folly::max_align_v for Clang on ARMv7
2017-12-15 Yedidya FeldblumLet Baton methods be noexcept
2017-12-15 Dan MelnicFix zerocopy AsyncSocket memory leaks
2017-12-14 Chen ShenFix xlog docs
2017-12-14 Yedidya FeldblumUse explicit memory order in Baton::post
2017-12-14 Kyle NekritzMove security protocol and application protocol APIs...
2017-12-14 Maged MichaelDynamic Bounded Queue
2017-12-14 Maged MichaelUnboundedQueue: Use alignas instead of FOLLY_ALIGNED
2017-12-14 Yedidya FeldblumFix AsyncSocketTest.WriteErrorCallbackBytesWritten
2017-12-14 Yedidya Feldblumconstexpr_ceil
2017-12-14 Yedidya FeldblumMove max_align_v and max_align_t to folly/lang/Align.h
2017-12-13 Yedidya FeldblumRemove unused #include <string.h> from folly/Portability.h
2017-12-13 Christopher DykesExplicitly refer to the std::chrono namespace to avoid...
2017-12-13 RcRoncotypo in io/Cursor.h
2017-12-13 Dave WatsonRCU
2017-12-13 Adam Simpkinslogging: minor clean up in Logger.h
2017-12-13 Adam Simpkinslogging: add more documentation
2017-12-12 Yedidya FeldblumSwitch to the try_wait_for and try_wait_until Baton...
2017-12-12 Andrii NakryikoStore filename and provide detailed message on data...
2017-12-12 Yedidya FeldblumAssorted tweaks to folly/String.h
2017-12-12 Neel GoyalFix case where ssl cert does not match key
2017-12-12 Yedidya Feldblumfolly::fibers::Baton API consistency with folly::Baton
2017-12-12 Nick TerrellPass ZSTD_CONTENTSIZE_UNKNOWN
2017-12-10 Yedidya FeldblumRemove multi-poster support from Baton v2017.12.11.00
2017-12-10 Andrew GallagherFix some clang build failures on aarch64
2017-12-10 Maged MichaelUnboundedBlockingQueue: Remove extra include
2017-12-10 Yedidya FeldblumFix signed integer overflow in StaticTracepointTest.cpp
2017-12-09 Yedidya FeldblumSplit Baton wait methods into fast and slow paths
2017-12-09 Yedidya FeldblumFix UBSAN failure in RangeTest.cpp with libstdc++-v4.9
2017-12-09 Yedidya Feldblumreplace std::dequeue with UMPMCQueue in UnboundedBlocki...
2017-12-08 Maged MichaelUnboundedQueue: Add LgAlign template parameter - Refact...
2017-12-08 Yedidya FeldblumMove folly/Bits.h to folly/lang/
2017-12-08 Eric Nieblerprevent folly::Function<T const&()> from being initiali...
2017-12-08 Adam Simpkinslogging: use raw string literals in config tests
2017-12-07 Maged MichaelFlatCombining: Use SaturatingSemaphore instead of multi...
2017-12-07 Yedidya FeldblumFix crash in exception_wrapper::get_exception<>
2017-12-07 Yedidya FeldblumUse simpler tags for ctor dispatch in exception_wrapper
2017-12-07 Stepan PalamarchukFix DCHECKs in IOBufQueue
2017-12-07 Mehdi BouazizRemoved dead IsSomeVector
2017-12-07 Andrii GrynenkoFix SignalHandlerTest with ASAN
2017-12-07 Adam Simpkinslogging: allow partial updates to log handler settings
2017-12-07 Adam Simpkinslogging: split FileHandlerFactory into two classes
2017-12-07 Adam Simpkinslogging: add a StandardLogHandlerFactory helper class
2017-12-07 Louis Brandyfix ubsan-detected UMR in TemporaryFile
2017-12-06 Yedidya FeldblumRename Baton::timed_wait to try_wait_for and try_wait_until
2017-12-06 Yedidya FeldblumMove folly/Baton.h to folly/synchronization/
2017-12-06 Yedidya FeldblumUse boost::filesystem::current_path in ChangeToTempDir
2017-12-06 Liang Zhuexclude Unix Domain Socket from enableTTLBANotifications
2017-12-05 Pingjia ShanFix RequestContext held too long issue in EventBase
2017-12-05 Aaryaman SagarSplit get_default() into two for deferred default const...
2017-12-05 Dave Watsonbitreverse
2017-12-05 Liang Zhuexclude Unix Domain Socket from setErrMessageCB
2017-12-05 Yedidya FeldblumAdd missing check against SemiFuture in FutureBase...
2017-12-05 Nathan Bronsonbetter error handling in MemoryIdler for inside jails
2017-12-04 Stepan PalamarchukImprove QueueAppender/IOBufQueue performance
2017-12-04 Dave Watsonadd AtFork::unregisterHandler
2017-12-04 Maged MichaelUnbounded queue
2017-12-04 Anirudh RamachandranAdd wrapper for getting X509_digest from a cert
2017-12-03 Alastair DaivisStatically allocate futex array v2017.12.04.00
2017-12-02 David Goodeallow fiber executor to override fiber options
2017-12-02 Adam Simpkinsadd makeSystemError*() helper functions
2017-12-02 Adam Simpkinslogging: fix compilation error on older C++ compilers
2017-12-02 Adam Simpkinslogging: update initialization code to use the new...
2017-12-01 Igor Sugakunify FOLLY_SANITIZE existing uses and add a few new
2017-12-01 Adam Simpkinsimplement chrono conversions for unusual duration types
2017-12-01 Dave WatsonMove threadlocal_detail::Atfork to its own file
2017-12-01 Bin Liufix ASAN build
2017-11-30 Yedidya FeldblumLet SaturatingSemaphore::try_wait be non-const and...
2017-11-30 Igor Sugakfix build when sanitizers are enabled and jemalloc...
2017-11-30 Yedidya FeldblumSome fixes for custom conversions of enums
2017-11-30 Maged MichaelSaturating semaphore
2017-11-30 Igor Sugakadd FOLLY_SANITIZE macro
2017-11-30 Adam Simpkinslogging: add a LogConfig::update() method
2017-11-30 Adam Simpkinslogging: add an assert for the FLAG_INHERIT bit
2017-11-30 Adam Simpkinslogging: remove comment about LogLevel::ERROR
2017-11-30 Adam Simpkinslogging: add LoggerDB::updateConfig() and resetConfig()
next