(wangle) fix a race in whenAll
[folly.git] / folly / wangle /
2014-11-08 Hans Fugal(wangle) fix a race in whenAll
2014-11-08 Dave Watsonsave/restore request context in future
2014-11-08 Hans Fugal(wangle-test) fix double ifndef in thens.rb
2014-11-08 James SedgwickFuture<T>::then([](T&&)), aka next()
2014-10-29 Nicholas Ormrod__attribute__s need double underscore
2014-10-29 Hans Fugalmove clang disable of Thens.cpp to thens.rb
2014-10-29 Hans Fugalkill threadgate
2014-10-29 Hans Fugal(wangle) fix race in Core::detachOne()
2014-10-29 Hans Fugalunrevert "(wangle) express current Core functionality...
2014-10-29 Hans FugalRevert "(wangle) express current Core functionality...
2014-10-29 Hans Fugalfix Future<const T>::value()
2014-10-29 Hans Fugal(wangle) fix after-delete assert
2014-10-29 Hans FugalwaitFor race workaround
2014-10-29 Hans Fugal(wangle) Fix a couple compilation issues
2014-10-29 Hans Fugal(wangle) Interrupts (and therefore, cancellation)
2014-10-29 Hans Fugal(wangle) express current Core functionality with a...
2014-10-29 Hans Fugal(wangle) Core cleanup
2014-10-29 Hans Fugal(wangle) deprecate Later and ThreadGate
2014-10-29 Hans Fugalremove fireAndForget
2014-10-29 Hans Fugal(wangle) dummy cpp files
2014-10-29 Hans Fugal(FSM) updateState with unprotected action
2014-10-17 James Sedgwickmerge wangle/Executor.h and experimental/wangle/concurr...
2014-10-17 Hans Fugal(wangle) Use MicroSpinLock
2014-10-17 Hans Fugalwangle::detail::FSM
2014-10-17 Hans Fugal(wangle) s/State/Core/
2014-10-15 Hans FugalGo back to a regular mutex
2014-10-15 Hans FugalFix via
2014-10-15 Hans Fugalwangle-bench gflags
2014-10-15 Hans Fugalserial/parallel benchmark
2014-10-15 Hans Fugaladd some benchmarks
2014-09-30 Hans Fugal(Wangle) Make via behave more like gate
2014-09-26 Nicholas OrmrodDisable failing wangle test
2014-09-26 Nicholas OrmrodFix lint errors
2014-09-26 Nicholas OrmrodIncrease wangle test timers
2014-09-18 Matt Dordalfix race in Future::waitWithSemaphore
2014-09-18 Nicholas Ormrodremove eof whitespace lines
2014-09-09 Hannes Roth(Folly/Wangle) Later.then, Later.whenAllLater
2014-09-09 Philip Proninuse folly::Baton in waitWithSemaphore
2014-09-09 Nicholas OrmrodFix #includes
2014-09-09 Jim Meyeringfbcode: __x__-protect all __attribute__ keywords, mecha...
2014-09-09 Hannes Roth(Wangle) Optimize empty continuation
2014-08-14 Hannes Roth(Wangle) Generic void star callback wrapper
2014-08-14 Rushi DesaiConstruct Later with exception_ptr
2014-07-25 Hans Fugal(wangle) set* should not invalidate getFuture
2014-07-14 Wez Furlonguse recursive_mutex to protect State
2014-07-09 Tudor BosmanFix libc++ build errors
2014-07-09 Hans Fugal(wangle) fix shadow
2014-07-07 Hans Fugal(wangle) cold via
2014-07-07 Hans Fugal(wangle) Future/Promise detachment
2014-07-07 Hans Fugals/setCallback_/setCallback/ for detail::State
2014-07-07 Hans Fugal(wangle) s/continuation_/callback/ (missed some)
2014-07-07 Hans Fugal(wangle) s/FutureObject/detail::State/
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-06-27 Hans Fugal(wangle) Return a Later from Future::via
2014-06-27 Hans Fugal(wangle) noexcept move constructor
2014-06-27 Hans Fugal(wangle) s/continuation/callback
2014-06-27 Hans Fugalnuke executeWith
2014-06-27 Hans FugalFix bizarre optimization
2014-06-27 Hans Fugal(folly) QueuedImmediateExecutor
2014-06-26 Hans FugalScheduler interface of Executor
2014-06-09 Matt DordalTimed wait for futures
2014-06-09 Jim Meyeringfolly/wangle: temporarily disable compilation of Thens.cpp
2014-06-09 Matt Dordaladd support for whenAll to waitWithSemaphore
2014-06-09 Simon MartinFuture::value() should throw when unset
2014-05-20 Matt Dordalfix waitWithSemaphore return type
2014-05-20 Matt Dordaladd waitWithSemaphore to folly::wangle
2014-05-20 Hans Fugal(wangle) ManualExecutor::waitFor(F&&)
2014-05-20 James SedgwickmakeFuture(Try<T>&&)
2014-05-20 Hans Fugalrace in Future destructor
2014-05-20 Andrii GrynenkoFuture API for CacheClientCommon
2014-04-18 Elizabeth SmithAdd missing includes for msvc
2014-04-09 Hans Fugal(wangle) codegen then() variant tests
2014-04-04 Hans FugalA few missing includes
2014-04-04 Hans Fugal(wangle) Use an atomic_flag to make FutureObject threadsafe
2014-03-31 Hannes Roth(Wangle) Sanity check for the small_vector test
2014-03-31 Hannes Roth(Wangle) Fix tests for clang
2014-03-10 Hannes Roth(Wangle) Support .then(function pointer) syntax
2014-03-10 Hannes Roth(Wangle) Remove some early returns in tests
2014-03-10 Hannes Roth(Wangle) Actually support the universal reference used...
2014-03-10 Hannes Roth(Wangle) whenAll should take rvalue references instead...
2014-03-10 Hans FugalAdd Wangle README.md
2014-03-10 Marc CelaniMake it easy to wrap pre-existing cob-style async apis
2014-02-28 Hans Fugal(wangle) more comment tweaks
2014-02-28 Hans Fugal(wangle) comment cleanup
2014-02-28 Hans Fugals/valueTry/getTry/
2014-02-28 Hans Fugal(wangle) remove Future::wait
2014-02-28 Hans FugalTry Contains enum as an enum class
2014-02-28 Stepan PalamarchukAdd method, that constructs Try<T> based on the result...
2014-02-28 Dave WatsonMove wangle to folly