folly.git
2018-01-20 Yedidya FeldblumRemove unsafe tag and add presorted tag
2018-01-19 Adam Simpkinsremove unused include in Demangle.cpp
2018-01-19 Nathan Bronsonremove closure from assert
2018-01-19 Yedidya FeldblumUse MemoryIdler in SaturatingSemaphore
2018-01-19 Yedidya FeldblumHandle max deadlines in Futex
2018-01-19 Lee HowesAdd TimedDrivableExecutor to folly.
2018-01-19 Yedidya FeldblumFix copyright line in folly/synchronization/test/Parkin...
2018-01-19 Adam Simpkinscmake: remove the check preventing cmake on non-Windows...
2018-01-19 Adam Simpkinscmake: mark the compression tests as slow
2018-01-19 Adam Simpkinscmake: enable running the tests
2018-01-19 Adam Simpkinscmake: build as many source files as possible
2018-01-19 Adam Simpkinscmake: add more checks for folly-config.h generation
2018-01-19 Adam Simpkinsdemangle: remove an old TODO comment
2018-01-19 Wez Furlongreuse more of Cursor to avoid future issues
2018-01-19 Wez Furlongfixup decode logic for fragmented IOBufs
2018-01-18 Yedidya FeldblumImprove SingletonThreadLocal performance
2018-01-17 Adam Simpkinscmake: fix the test builds
2018-01-17 Adam Simpkinsfix a multiline comment warning
2018-01-17 Adam Simpkinsfix some bugs in AsyncSSLSocketTest
2018-01-17 Adam Simpkinssuppress warnings in tests for deprecated functions
2018-01-17 Stepan PalamarchukAdd DCHECKs for checking that underlying IOBuf wasn...
2018-01-17 Dave WatsonLoop Time
2018-01-17 Stepan PalamarchukProperly handle appending to the tail of the chain
2018-01-17 Petr Lapukhovadd tryCreateNetwork()
2018-01-17 Yedidya FeldblumFix Build: folly/synchronization/test/ParkingLotBenchma...
2018-01-17 Adam Simpkinscmake: fix path to FindGLog.cmake
2018-01-17 Yedidya FeldblumRevert D6725091: [Folly] Use thread-local in RequestCon...
2018-01-16 Dave Watsonparkinglot benchmark
2018-01-16 Jim Meyeringdefine SKIP_IF
2018-01-16 Yedidya FeldblumUse thread-local in RequestContext::getStaticContext
2018-01-16 Yedidya FeldblumFix missing WaitOptions symbol in autotools build
2018-01-16 Stepan PalamarchukTrack absolute position of the cursor
2018-01-16 Stepan PalamarchukImprove fast path of Cursor
2018-01-15 Alvaro Leiva... allow command to accept "--" separator
2018-01-14 Yedidya FeldblumFix copyright lines v2018.01.15.00
2018-01-14 Yedidya FeldblumConvert newlines in folly/portability/PThread.cpp
2018-01-13 David GoldblattAdd Tearable, for concurrently-modified non-atomic...
2018-01-13 Yedidya FeldblumPromote aligned_malloc and aligned_free
2018-01-13 Adam Simpkinscmake: remove DOS-style line endings
2018-01-13 Adam Simpkinscmake: add checks to generate folly-config.h correctly
2018-01-13 Adam Simpkinscmake: set compiler flags for non-Windows platforms
2018-01-13 Adam Simpkinscmake: support using a separate build directory
2018-01-12 Eric Nieblercorrectly handle APIs that accept Poly<T&> as an argument
2018-01-12 Sergey MakarenkoRegister singleton's destruction using std::atexit
2018-01-12 Enji CooperSpell uintptr_t properly in static_assert in `getStackT...
2018-01-12 Yedidya FeldblumUnsafe pre-sorted construction for sorted-vector containers
2018-01-12 Adam Simpkinscmake: fix error message on non-Windows platform
2018-01-11 Yedidya FeldblumMemoryIdler::futexWaitUntil
2018-01-11 Dave WatsonRelax stop_ memory order
2018-01-11 Yedidya FeldblumCut the ScopeGuard alias now that we have auto
2018-01-11 Yedidya FeldblumMove ScopeGuardImpl and ScopeGuardImplBase into the...
2018-01-11 Yedidya FeldblumStop using ScopeGuardImpl in DynamicParser
2018-01-10 Yedidya Feldblumfolly::Init, RAII variant of folly::init
2018-01-10 Maged MichaelUnboundedQueue: Use hazptr_obj_batch
2018-01-10 Adam Simpkinslogging: fix build error when using gcc with -Wmissing...
2018-01-10 Yedidya FeldblumLet Futex import base-class ctors
2018-01-10 Maged MichaelAdd hazptr_obj_batch
2018-01-10 Yedidya FeldblumTweak FutexResult comments
2018-01-10 Yedidya FeldblumFutex::futexWait returns FutexResult
2018-01-10 Yedidya FeldblumSupport for all clock types in Futex
2018-01-10 Yedidya FeldblumUse ptr-to-const in Futex
2018-01-10 Yedidya FeldblumFix some copyright lines in folly/detail/ and folly...
2018-01-10 Yedidya FeldblumBaton support for wait-options
2018-01-10 Yedidya FeldblumTimed wait operations for spin-only Baton
2018-01-10 Adam Simpkinslogging: include file name suffixes in XLOG() category...
2018-01-10 Adam Simpkinslogging: add numbered INFO* log level values
2018-01-10 Adam Simpkinslogging: rename the `DEBUG` log level to `DBG`
2018-01-10 Giuseppe OttavianoChange the enumerate() example to bind the proxy by...
2018-01-10 Giuseppe OttavianoImprove performance of enumerate() with optimization...
2018-01-10 Adriana LibórioFixing typo in sorted_vector_types.h
2018-01-09 Dan MelnicReturn if we handle any error messages to avoid unneces...
2018-01-09 Dave Watsonuse in futex
2018-01-09 Dave WatsonAdd a check if max atomic_shared_ptrs is reached.
2018-01-09 Maged MichaelUnboundedBlockingQueue: Adjust segment size
2018-01-08 Eric Nieblergive all folly exception types default visibility
2018-01-08 Keith DaigleUpdate cpuid test to expect failure on non intel cpu
2018-01-08 Chad Austintest that _sp includes nul bytes
2018-01-08 Neel GoyalUse local error buffer in readStoreFromBuffer
2018-01-08 Yedidya FeldblumRemove gcc-v4.7 support from MemoryIdler v2018.01.08.00
2018-01-07 Yedidya FeldblumTerminal comma for FutexResult enumerators
2018-01-06 Yedidya FeldblumUse auto for scope-guard locals v.s. folly::ScopeGuard
2018-01-06 Eric Nieblergive EventBase a non-explicit default constructor
2018-01-06 Maged MichaelAdd threshold for thread local retired objects
2018-01-05 Yedidya FeldblumSynchronized::exchange
2018-01-05 Yedidya FeldblumFix copyright lines in folly/synchronization/Baton.h
2018-01-05 Mingtao YangClarify folly::ssl::init documentation
2018-01-05 Yedidya FeldblumCut glog include from folly/synchronization/RWSpinLock.h
2018-01-05 Yedidya FeldblumMove folly/RWSpinLock.h to folly/synchronization/
2018-01-05 Yedidya FeldblumExtract WaitOptions
2018-01-05 Yedidya FeldblumMove folly/BitIterator.h to folly/container/
2018-01-05 Yedidya FeldblumMove InPlaceConstruction test in folly/test/Synchronize...
2018-01-05 Yedidya FeldblumFix copyright lines for folly/Synchronized.h
2018-01-05 Neel GoyalAdd utility to create stores
2018-01-04 Keith DaigleMake FOLLY_HAS_COROUTINES dependent on header
2018-01-03 Yedidya FeldblumAvoid allocs in dtors in futures collect
2018-01-03 Keith DaigleFix to build SharedMutexTest on aarch64
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
next