folly.git
2017-12-30 Yedidya FeldblumInclude synchronization/SaturatingSemaphore.h in the...
2017-12-30 Yedidya FeldblumTweaks to folly::call_once and folly::once_flag
2017-12-28 Aaryaman SagarAdded remove_cvref
2017-12-28 Aaryaman Sagarfolly::Indestructible interface improvement
2017-12-28 Dave Watsonsynchronization/ParkingLot
2017-12-27 Lee HowesAdd getVia and getTryVia to SemiFuture.
2017-12-27 Lee HowesMove getTry to subclasses.
2017-12-27 Lee HowesAdd continuation to semifuture return test.
2017-12-27 Lee HowesAdd deprecation comments to folly::makeFuture.
2017-12-27 Lee HowesAdd getSemiFuture to folly::SharedPromise
2017-12-27 Yedidya FeldblumNamespacing and comments in folly/Likely.h
2017-12-26 Yedidya FeldblumTweaks to AtomicStruct
2017-12-26 Lee HowesEnsure that returning a semifuture from a continuation...
2017-12-26 Yedidya FeldblumRemove folly/detail/UncaughtExceptionCounter.h
2017-12-26 Yedidya Feldblumconstexpr_log2_ceil
2017-12-26 Yedidya FeldblumMove folly/detail/Sleeper.h to folly/synchronization...
2017-12-26 Gabriel WickeFix link to window tests in folly/future/README.md
2017-12-26 Yedidya FeldblumFormat digits10
2017-12-26 Yedidya FeldblumMove folly/AtomicStruct.h to folly/synchronization/
2017-12-25 Yedidya FeldblumRemove unused boost dep from Conv.h
2017-12-24 Yedidya FeldblumUpdate homebrew script to use gtest 1.8.0 v2017.12.25.00
2017-12-23 Yedidya FeldblumMove expensive Singleton code to .cpp
2017-12-23 Lee HowesAdd getSemiFuture to folly::Promise
2017-12-23 Yedidya FeldblumNamespace portability symbols better in Singleton.cpp
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... Remove 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... Explicitly 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
next