folly.git
2018-02-16 Peizhao OuAdds writer test case for RCU master
2018-02-13 Peizhao OuRefactors Rcu test case
2018-02-13 Peizhao OuFixes RCU test cases error (loads should use Consume...
2018-02-13 Peizhao OuDisables AtomicLinkedList parallel test case
2018-02-13 Peizhao OuAdds queue test header file
2018-02-13 Peizhao OuAdds folly queue parallel test cases
2018-02-12 Peizhao OuUses cdsstree framework in folly sequential queue test...
2018-02-12 Peizhao OuRefactors folly sync test cases
2018-02-12 Peizhao OuRefactors sync test cases
2018-02-10 Peizhao OuRefactors Folly map test cases to use cdsstress library
2018-02-09 Peizhao OuRefactors CMakefile
2018-02-09 Peizhao OuUses cmake to build folly test drivers
2018-02-09 Peizhao OuRefactors folly test cases to use gtest
2018-02-07 Peizhao OuRefactors RCU test cases
2018-02-07 Peizhao OuAdds sync benchmarks
2018-02-07 Peizhao OuAdds Folly MPMCQueue test case
2018-02-07 Peizhao OuAdds AtomicLinkedList test case
2018-02-07 Peizhao OuAdds unbounded queue test case
2018-02-07 Peizhao OuAdjusts pass counts for maps
2018-02-06 Peizhao OuAdds test drivers for concurrent hash maps
2018-01-23 Pádraig Bradyfolly: fix make_optional compliation issue with gnu++17
2018-01-23 Nick TerrellRevert D6745720: [folly][compression] Log (de)compressi...
2018-01-23 Nick TerrellLog (de)compression bytes
2018-01-23 Nick TerrellAdd counters interface
2018-01-23 Pádraig Bradysupport folly::chrono::coarse_steady_clock with c++17
2018-01-20 Maged MichaelFix integer sign consistency. v2018.01.22.00
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 Geisseallow 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
next