Destroy promise/future callback functions before waking waiters
[folly.git] / folly / futures / Future-inl.h
2017-05-09 Yedidya FeldblumDestroy promise/future callback functions before waking...
2017-05-09 Christopher DykesCodemod folly::make_unique to std::make_unique
2017-04-01 Mainak Mandalfix memory leak in case of large number of retries
2017-02-06 Sven Overexecute callbacks as rvalue references
2017-02-01 Christopher DykesSwap a few APIs to reduce sign and implicit truncations...
2017-01-27 Christopher DykesMake most implicit integer truncations and sign convers...
2017-01-09 Nick WolchkoRemove folly::Future conversion constructor
2017-01-04 Yedidya Feldblum2017
2016-12-30 Yedidya FeldblumLet Future::then call callbacks outside of the catch...
2016-12-09 Christopher DykesEnable -Wextra-semi
2016-12-01 Yedidya FeldblumFuture<typename>::getTryVia
2016-10-06 Alex YarmulaReverted commit D3979179
2016-10-06 Alex Yarmulause previous Executor after delayed
2016-08-26 Yunqiao ZhangcollectOne
2016-08-02 Dave WatsonEnsure getVia(eventbase) does not busy wait
2016-06-20 Christopher DykesAdjust the way Future<Unit>'s constructor is defined
2016-05-19 Andrii GrynenkoMove fibers out of experimental
2016-05-04 Yedidya FeldblumLet via take a functor by universal reference
2016-05-03 Sven Overfix passing move-only types to via(Executor*, Func)
2016-04-05 Sven Overfolly/futures: replace MoveWrappers with generalised...
2016-03-22 Michael LeeUse FOLLY_MOBILE to split some functionality
2016-03-01 Subodh IyengarAdd conversion constructors for Future
2016-02-15 Lee HowesModification to futures to remove deadlock in certain...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2016-01-14 Francis MaDecouple future and fiber for mobile
2015-12-01 Yedidya FeldblumAvoid deprecated Singleton<T>::get() in folly/futures
2015-11-20 Alexander ShaposhnikovRemove busy wait and support multiple wait
2015-11-11 Alexander ShaposhnikovRevert my change (which broke down the cont build)
2015-11-11 Alexander ShaposhnikovRemove busy wait
2015-09-02 Sven Overfolly: specialise makeFutureWith for functions returnin...
2015-08-11 Noel SardanaAdded futures helpers times, when, and whileDo
2015-07-31 Yedidya Feldblumfutures::retrying.
2015-07-28 Jason RahmanAllow for mutable lambdas with Future::ensure()
2015-07-21 Hannes Roth(Wangle) within should raise TimedOut()
2015-07-20 Hannes RothRevert: (Wangle) within should raise TimedOut()
2015-07-20 Hannes Roth(Wangle) within should raise TimedOut()
2015-07-01 Hans FugalFuture<Unit> global fixup
2015-07-01 Hans FugalNuke Future<void> (folly/futures)
2015-06-24 Hannes Roth(Wangle) Remove unnecessary constructor argument to...
2015-06-24 Hannes Roth(Wangle) Possibly undefined behavior in collect
2015-06-19 Sam Meratthen() ropagates exceptions properly
2015-06-17 James Sedgwickvarious perf improvements
2015-06-12 Praveen KumarNeedless temporary gone
2015-06-11 Hans FugalFuture::unit()
2015-06-11 Hans Fugalfolly::via(Executor*, Func)
2015-06-11 James Sedgwickoptimize makeFuture and Future<T>::Future()
2015-06-09 Hannes Roth(Wangle) variadic collect
2015-06-03 Lucian Grijincufolly: -Wsign-compare
2015-06-03 Dave WatsonChain executor in timeout functions
2015-06-03 Dave WatsonChain interrupt handlers
2015-05-26 Hannes Roth(Wangle) Fix typo
2015-05-20 Hannes Roth(Wangle) unorderedReduce
2015-05-20 Hannes Roth(Wangle) chain -> thenMulti + thenMultiWithExecutor
2015-05-20 Hannes Roth(Wangle) window
2015-05-20 James Sedgwickvia with priority
2015-05-20 James Sedgwickmore restrictive implicit Future construction enabling
2015-05-12 Hannes Roth(Wangle) Implement collect* using mapSetCallback and...
2015-05-12 James Sedgwickexplicit instantiation of common Future types
2015-05-12 Hannes Roth(Wangle) Fix Executor problem
2015-05-12 Hannes Roth(Wangle) Chaining reduce
2015-05-12 Hannes Roth(Wangle) Simplify reduce, use the same implementation...
2015-05-12 Vladislav IsenbaevFix race condition in collect(..)
2015-05-12 Hans FugalDo not construct a Future<T> from a Future<Something...
2015-05-12 Hans FugalFuture<Unit>::Future()
2015-04-27 James SedgwickmakeFutureTry -> makeFutureWith
2015-04-27 Hans FugalCleanup Future(Value) ctor
2015-04-27 Dave Watsonfuture / fiber integration
2015-04-27 James Sedgwickwhen* -> collect*
2015-04-27 James Sedgwickfix collect() for move-only types
2015-04-27 Hans Fugalthen-with-Executor
2015-04-27 James Sedgwickfix collect for non-default-constructible types, for...
2015-04-27 James Sedgwickmap()
2015-04-27 James Sedgwickrevert D1985475, clang still borked
2015-04-27 Hans Fugalthen-with-Executor
2015-04-27 James Sedgwickfix collect for non-default-constructible types
2015-04-27 James Sedgwickfix build
2015-04-27 James Sedgwickcollect()
2015-04-27 James Sedgwickfulfil -> setWith, fulfilTry -> setTry
2015-04-27 James SedgwickonError(exception_wrapper)
2015-04-02 Hans FugalFuture::filter(A => bool)
2015-04-02 Hannes Roth(Wangle) Reduce
2015-03-25 Hannes Roth(Wangle) Clean up move constructors
2015-03-18 Jeroen Vaelenextend future api with Future<T>::poll
2015-03-03 Dor GrossCreating a flatten() method to get the inner Future...
2015-03-03 Monica LeeAdd willEqual to C++ Futures Code
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-03-03 Hans FugalFuture::ensure
2015-03-03 Hans Fugal(folly/futures) Fix get() bug
2015-03-03 Hans Fugal(futures) Make executors sticky
2015-03-03 Hannes RothRevert: (Wangle) Clean up move constructors
2015-03-03 Hannes Roth(Wangle) Clean up move constructors
2015-03-03 Hannes Roth(Wangle) Have Core own an FSM instead of inheriting
2015-03-03 Hannes Roth(Wangle) Catch all exceptions in `then() -> Future`
2015-02-11 Hans Fugalswitch order of method/object in Future::then to match...
2015-02-11 Hans Fugalfutures::chain
2015-02-11 Hans Fugalmake wait() and friends return reference to self instea...
2015-02-11 Hans FugalFuture<T>::onTimeout(Duration, function<T()>, Timekeepe...
2015-02-09 Brad KimMerge commit '64f2f2734ad853784bdd260bcf31e065c47c0741...
2015-02-04 Dave WatsonFuture constructor
next