folly: add bser encode/decode for dynamic
[folly.git] / folly / futures /
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2016-01-14 Francis MaDecouple future and fiber for mobile
2015-12-23 Michael LeeRemove extra FLAGS_seed definition
2015-12-07 John Sherwoodadd type info to broken promise what()
2015-12-01 Yedidya FeldblumCodeMod: Use the ExceptionWrapper::with_exception varia...
2015-12-01 Yedidya FeldblumAvoid deprecated Singleton<T>::get() in folly/futures
2015-11-25 Yedidya FeldblumA well-known instance of folly::Unit
2015-11-20 Alexander ShaposhnikovRemove busy wait and support multiple wait
2015-11-13 Andrii GrynenkoMake collect work for types with no default constructors
2015-11-11 Alexander ShaposhnikovRevert my change (which broke down the cont build)
2015-11-11 Alexander ShaposhnikovRemove busy wait
2015-11-05 Viswanath SivakumarSet interrupt handler correctly on SharedPromise
2015-10-27 Shaft WuTrack callback life cycle for HHWheelTimer and EventBase
2015-10-13 Hans Fugal(folly) have Try::moveFromTry take an lvalue
2015-10-02 Nathan Bronsonfix compiler warnings from gcc-4.9 + -Wunused-variable
2015-09-18 James Sedgwickmove ThreadWheelTimekeeper out of detail
2015-09-10 Elliott ClarkAdd SharedPromise<T>::isFulfilled
2015-09-04 James Sedgwickfix SharedPromise<T>::setWith
2015-09-02 Sven Overfolly: specialise makeFutureWith for functions returnin...
2015-08-12 Hannes Roth(Wangle) Use perfect forwarding for LambdaBufHelper
2015-08-11 Hannes Roth(Wangle) Align lambdaBuf_
2015-08-11 Noel SardanaAdded futures helpers times, when, and whileDo
2015-08-06 Alexander ShaposhnikovMake Core.size test portable
2015-08-04 Nathan Bronsonmake RetryingTest more robust
2015-08-03 Orvid KingAdd MSVC support to futures/Deprecated.h
2015-07-31 Yedidya Feldblumfutures::retrying.
2015-07-29 Sara GolemonRegenerate README.md from source
2015-07-29 Orvid KingMove various attributes before the declaration to be...
2015-07-28 Jason RahmanAllow for mutable lambdas with Future::ensure()
2015-07-27 James Sedgwickdelete folly/wangle
2015-07-22 Hannes Roth(Wangle) window, fix test
2015-07-21 Hannes Roth(Wangle) within should raise TimedOut()
2015-07-21 Ondrej Leheckafixing compiler errors when compiling with Wunused...
2015-07-21 Yedidya FeldblumFix a namespace nit in folly/futures/Future.cpp.
2015-07-20 Hannes RothRevert: (Wangle) within should raise TimedOut()
2015-07-20 Tudor Bosmanfolly::Future-istic barrier
2015-07-20 Hannes Roth(Wangle) within should raise TimedOut()
2015-07-13 Kjell Schubertsplit SmallLocks.h to get a larger portion of folly...
2015-07-09 Yedidya FeldblumThreadedExecutor.
2015-07-07 Hans Fugalfolly/futures Update README.md
2015-07-02 Hans Fugalnice error message if you try to Future<void>
2015-07-02 Yedidya Feldblumfolly::Unit::Drop.
2015-07-02 Hans Fugalminor Timekeeper bug
2015-07-02 Hans FugalDiscourage Duration in code comments and tests
2015-07-01 Hans FugalFuture<Unit> global fixup
2015-07-01 Hans FugalNuke Future<void> (folly/futures)
2015-07-01 Hans Fugal(easy) wrong test suite name
2015-06-26 Alex LandauFix passing RequestContext to executor thread
2015-06-26 Hans Fugal(easy) remove cruft comment
2015-06-26 Hannes Roth(Wangle) Fix possible race in updating FSM state
2015-06-26 Hannes Roth(Wangle) Clean up some data races in tests
2015-06-26 Hannes Roth(Wangle) Fix bug with CrappyExecutors, and bad Priority...
2015-06-24 Hannes Roth(Wangle) Remove unnecessary constructor argument to...
2015-06-24 Hannes Roth(Wangle) Possibly undefined behavior in collect
2015-06-23 Yedidya Feldbluminstance Eq Unit
2015-06-22 Igor SugakAdd missing override and remove redundant virtual in...
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 FugalReplace thread_local with FOLLY_TLS
2015-06-11 Hans Fugaldisable ThreadExecutor in FutureTest.cpp, on OSX
2015-06-11 Hans FugalBuild and run futures tests on OSX
2015-06-11 Hans FugalFuture::unit()
2015-06-11 Hans Fugaluse LifoSem instead of sem_t for ManualExecutor
2015-06-11 Hans Fugalfolly::via(Executor*, Func)
2015-06-11 James Sedgwickoptimize makeFuture and Future<T>::Future()
2015-06-10 Hannes Roth(Wangle) Re-add race test
2015-06-09 James Sedgwickfix typo in SharedPromise comment
2015-06-09 Hannes Roth(Wangle) variadic collect
2015-06-09 Hannes Roth(Wangle) Clean up tests
2015-06-05 Hans Fugalmerge dex and readme
2015-06-03 Hans Fugal(Futures) manually-generated and manually-sanitized...
2015-06-03 Hannes Roth(Wangle) Don't use std::bind in Core
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-28 Dave WatsonFix cancel in ThreadWheelTimeKeeper
2015-05-28 Hans Fugalfolly::Unit docs and use lift in is_void_or_unit
2015-05-28 Hans FugalPromise::isFulfilled()
2015-05-26 Hannes Roth(Wangle) Fix typo
2015-05-20 Hans FugalKoans to the Future
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-20 James SedgwickmakeTryFunction -> makeTryWith codemod
2015-05-20 Igor Sugakfolly: fix mismatched-tags
2015-05-20 James SedgwickSharedPromise in OutputBufferingHandler
2015-05-20 James SedgwickSharedPromise
2015-05-12 Hannes Roth(Wangle) Implement collect* using mapSetCallback and...
2015-05-12 YM CHENfix namespace v2
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 FugalUnit::Lift<T>
2015-05-12 Hans FugalDo not construct a Future<T> from a Future<Something...
2015-05-12 James Sedgwickfix return type for map
next