make extent_hooks static.
[folly.git] / folly / futures /
2017-06-07 Yedidya FeldblumPass Try by rvalue ref in onError implementation
2017-06-07 Yedidya FeldblumShrink the implementations of then and onError
2017-06-04 Christopher DykesResolve the circular dependency between folly/futures...
2017-06-01 Christopher DykesRemove InlineExecutor.cpp
2017-06-01 Yedidya FeldblumDestroy promise/future callback functions before waking...
2017-05-31 Sven OverFuture: some fixes re: handling of universal references
2017-05-24 Victor Gaoapply clang-tidy modernize-use-override
2017-05-20 Christopher DykesMark constexpr values needed within non-implicitly...
2017-05-16 Yedidya FeldblumFix violations of unused-lambda-capture
2017-05-16 Christopher DykesSwitch implicit references of folly::make_unique to...
2017-05-12 Yinghai LuFix broken promise error in folly::retrying
2017-05-10 Anton LunovRevert D4982969: [Folly] Destroy promise/future callbac...
2017-05-09 Yedidya FeldblumDestroy promise/future callback functions before waking...
2017-05-09 Christopher DykesCodemod folly::make_unique to std::make_unique
2017-05-06 Yedidya FeldblumMark future-core get-state members as const noexcept
2017-05-06 Yedidya FeldblumStop trying to setrlimit(RLIMIT_AS) in ASAN builds
2017-05-05 Yedidya FeldblumControl the number of threads in TestExecutor
2017-05-05 Sven OverFuture: improve test with task discarding executors
2017-04-27 Yedidya FeldblumCasing consistency for exception_wrapper::throw_exception
2017-04-11 Eric Nieblernon-throwing, non-allocating exception_wrapper
2017-04-03 Harrison KlapermanFix broken ManualExecutor
2017-04-01 Mainak Mandalfix memory leak in case of large number of retries
2017-03-29 Sven Overfix dead-lock in Future when executor discards function
2017-03-20 Louis Brandycall static function directly
2017-02-15 Phil WilloughbyReplace the future-splitting system
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-24 Mathieu Baudetfolly: remove unused includes
2017-01-13 Eric Nieblercapture exception information when creating exception_w...
2017-01-09 Nick WolchkoRemove folly::Future conversion constructor
2017-01-04 Yedidya Feldblum2017
2017-01-02 Mathieu Baudetfbcode: remove unused includes from .cpp files without...
2016-12-30 Yedidya FeldblumLet Future::then call callbacks outside of the catch...
2016-12-29 Eric Nieblerfolly::FutureException inherits from std::logic_error...
2016-12-22 Jason LengUpdate future interrupts example in README
2016-12-18 Mathieu Baudetfbcode: remove unused includes from .cpp files with... v2016.12.19.00
2016-12-13 Christopher DykesEnable -Wunreachable-code-return
2016-12-09 Christopher DykesEnable -Wextra-semi
2016-12-07 Nathan Bronsonfix FutureTest/RequestContext
2016-12-02 Christopher DykesBegin making folly compile cleanly with a few of MSVC...
2016-12-01 Yedidya FeldblumFuture<typename>::getTryVia
2016-11-19 Christopher DykesWorkaround a bug resolving decltype'd locals in lambdas v2016.11.21.00
2016-11-18 Yedidya FeldblumFix Build: folly with -Wmissing-braces
2016-11-15 yizhirencorrect the description about the thread to run
2016-10-24 James Sedgwicksync README
2016-10-19 Jim Meyeringfolly/futures/test/NonCopyableLambdaTest.cpp: avoid...
2016-10-19 Jim Meyeringfolly/futures/test/ViaTest.cpp: avoid shadowing warnings
2016-10-19 Jim Meyeringfolly/futures/test/WhileDoTest.cpp: avoid shadowing...
2016-10-14 Matthieu Martinnoexcept CollectVariadicContext destructor
2016-10-13 Matthieu MartinProvide a unpackTryTuple function in folly
2016-10-06 Alex YarmulaReverted commit D3979179
2016-10-06 Alex Yarmulause previous Executor after delayed
2016-09-26 Phil WilloughbyMake a SharedPromise from a Future
2016-09-22 Tianjiao Yinfix flaky TimeKeeper unit-test
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-09-01 Eric NieblerAdd ScopeGuard.h include in places where it is needed.
2016-08-26 Yunqiao ZhangcollectOne
2016-08-12 Sven Overprepare for folly::Executor taking folly::Function
2016-08-02 Sahil JainUpdate folly/futures README
2016-08-02 Dave WatsonEnsure getVia(eventbase) does not busy wait
2016-07-29 Sven Overfutures: fix behaviour when executors don't exec callback
2016-07-23 Yedidya FeldblumMove RequestContext definitions to source files
2016-07-14 Sven OverManualExecutor: add clear method
2016-07-02 Christopher DykesInclude the correct headers in various tests
2016-06-29 Mirek KlimosReplace RequestContext::create with RequestContextScope...
2016-06-20 Christopher DykesAdjust the way Future<Unit>'s constructor is defined
2016-05-30 Christopher DykesSwitch uses of <unistd.h> to <folly/portability/Unistd.h>
2016-05-19 Yedidya FeldblumExtract Try to top-level
2016-05-19 Andrii GrynenkoMove fibers out of experimental
2016-05-19 Yedidya FeldblumMake Try independent of Future
2016-05-18 Yedidya FeldblumExtract Unit to top-level
2016-05-18 Yedidya FeldblumKeep the Unit test suite free of Promise and Future
2016-05-17 Yedidya FeldblumSimplify Unit
2016-05-14 Yedidya FeldblumA thread-per-task executor
2016-05-13 Mirek KlimosReplace RequestContext::setContext with RequestContextS...
2016-05-13 Chad ParryConstruct all HHWheelTimer instances with the factory...
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-30 Andrii GrynenkoDon't require folly::Unit in addTaskFinally
2016-04-27 Eric NieblerReimplement folly::Function to improve compile times.
2016-04-23 Sven Overuse forward instead of move for universal references
2016-04-22 Hans Fugalupdate futures README
2016-04-20 Michael LeeDefine more pieces of portability/GFlags
2016-04-05 Sven Overfolly/futures: replace MoveWrappers with generalised...
2016-03-29 Sven Overfolly/futures: use folly::Function to store callback
2016-03-22 Michael LeeUse FOLLY_MOBILE to split some functionality
2016-03-01 Subodh IyengarAdd conversion constructors for Future
2016-02-24 Sven Overfolly/futures: keep Core alive until callback has returned
2016-02-15 Lee HowesModification to futures to remove deadlock in certain...
2016-02-15 Andrii GrynenkoUnify runInMainContext for void and non-void
2016-02-15 Michael LeeMake Gold more like Core.
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-02-07 Sven Overfolly/futures: fix early release of non-embedded callbacks
2016-02-05 Francis MaLoosen restriction to get folly::future::CoreTest pass...
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...
next