Add DCHECKs for checking that underlying IOBuf wasn't modified
[folly.git] / folly / synchronization /
2018-01-17 Yedidya FeldblumFix Build: folly/synchronization/test/ParkingLotBenchma...
2018-01-16 Dave Watsonparkinglot benchmark
2018-01-14 Yedidya FeldblumFix copyright lines v2018.01.15.00
2018-01-13 David GoldblattAdd Tearable, for concurrently-modified non-atomic...
2018-01-10 Yedidya FeldblumLet Futex import base-class ctors
2018-01-10 Yedidya FeldblumBaton support for wait-options
2018-01-10 Yedidya FeldblumTimed wait operations for spin-only Baton
2018-01-09 Dave Watsonuse in futex
2018-01-08 Eric Nieblergive all folly exception types default visibility
2018-01-05 Yedidya FeldblumFix copyright lines in folly/synchronization/Baton.h
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
2017-12-30 Yedidya FeldblumTweaks to folly::call_once and folly::once_flag
2017-12-28 Dave Watsonsynchronization/ParkingLot
2017-12-26 Yedidya FeldblumTweaks to AtomicStruct
2017-12-26 Yedidya FeldblumMove folly/detail/Sleeper.h to folly/synchronization...
2017-12-26 Yedidya FeldblumMove folly/AtomicStruct.h to folly/synchronization/
2017-12-19 Dave WatsonFix ThreadLocal races
2017-12-19 Yedidya FeldblumSwitch the Baton template params
2017-12-19 Yedidya FeldblumBaton::ready, a const variant of try_wait
2017-12-15 Yedidya FeldblumLet Baton methods be noexcept
2017-12-14 Yedidya FeldblumUse explicit memory order in Baton::post
2017-12-13 Dave WatsonRCU
2017-12-12 Yedidya FeldblumSwitch to the try_wait_for and try_wait_until Baton...
2017-12-10 Yedidya FeldblumRemove multi-poster support from Baton v2017.12.11.00
2017-12-09 Yedidya FeldblumSplit Baton wait methods into fast and slow paths
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-11-30 Yedidya FeldblumLet SaturatingSemaphore::try_wait be non-const and...
2017-11-30 Maged MichaelSaturating semaphore
2017-11-20 Christopher DykesWork around a bug in MSVC name lookup within templated...
2017-11-10 Shubhanshu Agrawaladding a fibers compatible once flag
2017-11-06 Yedidya FeldblumMove folly/LifoSem.h
2017-10-31 Yedidya FeldblumMove folly/experimental/AsymmetricMemoryBarrier.h
2017-10-28 Yedidya FeldblumMove folly/detail/AtomicUtils.h
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-10-19 James Sedgwickmove CallOnce to synchronization/