sapling/eden/fs/service
Lee Howes 2b4e4f861e Future<T>::then 1/n: Future<T>::then(try-task) -> Future<T>::thenTry(task).
Summary:
Overall plan to modify Future<T>::then to be r-value qualified and use
Future<T>::thenTry or Future<T>::thenValue.

1/n: Codemod rvalue-future<T>.then(callable with operator()(Try<T>)) to rvalue-future<T>.thenTry(callable with operator()(Try<T>)).

Reviewed By: simpkins

Differential Revision: D8961903

fbshipit-source-id: ff17b7833d240c221197cdf0bf914b8a39f80b07
2018-07-23 18:51:38 -07:00
..
oss print the build version when edenfs is starting 2018-06-26 12:07:08 -07:00
test add a StartupLogger helper class 2018-06-21 15:16:06 -07:00
__init__.py enable Black python formatting and apply to eden 2018-05-09 21:37:07 -07:00
client.py add initiateShutdown() thrift method with a shutdown reason 2018-06-19 11:13:59 -07:00
CMakeLists.txt add CMake build files 2018-04-30 14:37:46 -07:00
eden.thrift Provide real-time values for memory statistics 2018-06-21 15:51:51 -07:00
EdenCPUThreadPool.cpp introduce a type representing the unbounded eden cpu pool 2017-12-12 12:35:35 -08:00
EdenCPUThreadPool.h introduce a type representing the unbounded eden cpu pool 2017-12-12 12:35:35 -08:00
EdenError.cpp update eden to be more liberal when parsing BinaryHash arguments 2018-03-20 16:47:12 -07:00
EdenError.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
EdenServer.cpp Future<T>::then 1/n: Future<T>::then(try-task) -> Future<T>::thenTry(task). 2018-07-23 18:51:38 -07:00
EdenServer.h Remove const from shutdownSubscribers() and stop() 2018-07-16 16:10:38 -07:00
EdenServiceHandler.cpp move GlobNode -> inodes dir 2018-07-13 11:22:19 -07:00
EdenServiceHandler.h add InodeLoader to improve getFileInformation perf 2018-07-12 11:53:54 -07:00
main.cpp Support loading of system wide and users eden config files 2018-07-09 16:54:11 -07:00
PrettyPrinters.cpp Store Hg dirstate data in Hg instead of Eden. 2017-11-06 19:56:49 -08:00
PrettyPrinters.h Store Hg dirstate data in Hg instead of Eden. 2017-11-06 19:56:49 -08:00
StartupLogger.cpp add a StartupLogger helper class 2018-06-21 15:16:06 -07:00
StartupLogger.h add a StartupLogger helper class 2018-06-21 15:16:06 -07:00
streamingeden.thrift Fix the include prefix for c++ generated code 2017-11-09 15:35:58 -08:00
StreamingSubscriber.cpp move folly/experimental/logging to folly/logging/ 2018-04-30 21:29:29 -07:00
StreamingSubscriber.h fix a deadlock - lock ordering violation in Journal/StreamingSubscriber 2017-11-01 12:24:44 -07:00
ThriftUtil.h update eden to be more liberal when parsing BinaryHash arguments 2018-03-20 16:47:12 -07:00