sapling/eden/fs/service
Adam Simpkins 3f99298e67 teach edenfs to create directories it needs
Summary:
Update the C++ edenfs code to ensure that the .eden and
.eden/storage/rocks-db directories exist, rather than requiring the python CLI
code create these directories as part of `eden start`

Reviewed By: strager

Differential Revision: D8508488

fbshipit-source-id: 358521b4f5eed1d19bf37903900ca50718e2c35c
2018-06-26 12:07:08 -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 teach edenfs to create directories it needs 2018-06-26 12:07:08 -07:00
EdenServer.h have edenfs daemonize itself by default 2018-06-26 12:07:07 -07:00
EdenServiceHandler.cpp Provide real-time values for memory statistics 2018-06-21 15:51:51 -07:00
EdenServiceHandler.h add initiateShutdown() thrift method with a shutdown reason 2018-06-19 11:13:59 -07:00
GlobNode.cpp change glob functions to use vector instead of unordered_set 2018-06-12 12:51:03 -07:00
GlobNode.h change glob functions to use vector instead of unordered_set 2018-06-12 12:51:03 -07:00
main.cpp teach edenfs to create directories it needs 2018-06-26 12:07:08 -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