folly.git
2018-01-03 Lee HowesMake consistent set of get and getTry methods on SemiFu...
2018-01-02 Yedidya FeldblumRemove SingletonVault C bindings
2018-01-02 Yedidya FeldblumUse member-invoke traits in LockTraits
2018-01-02 Yedidya Feldbluminvoke and member-invoke tweaks
2018-01-02 Yedidya FeldblumAdd ColdClassTest.cpp to oss builds
2018-01-02 Yedidya FeldblumFix copyright lines for Bits.h and move BitsBenchmark.cpp
2018-01-01 Yedidya FeldblumFix some copyright lines in folly/
2018-01-01 Yedidya FeldblumFix some copyright lines in folly/lang/
2018-01-01 Yedidya FeldblumFix some copyright lines in folly/experimental/symbolizer/
2017-12-31 Yedidya Feldblumconstexpr_pow v2018.01.01.00
2017-12-31 Yedidya FeldblumGive detail functions in ConstexprMath.h decorated...
2017-12-30 Yedidya FeldblumShift monotonic_coarse_clock into Chrono.h and rename...
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
next