sapling/eden/fs/service
Michael Bolin 5f7a0c287f Add a Thrift API to get the SHA-1 of a file.
Summary:
Other tools, such as Buck, will benefit from being able to get
the SHA-1 of a file without having to read the entire contents
of the file (or do the associated computation that is proportional
to the size of the contents of the file).

Reviewed By: simpkins

Differential Revision: D3345828

fbshipit-source-id: 360bb268793369af75f408208e8211d8b9db146d
2016-05-27 18:17:07 -07:00
..
oss Initial commit 2016-05-12 14:09:13 -07:00
__init__.py Refactor logic to create a EdenService.Client in Python. 2016-05-25 21:44:07 -07:00
client.py Refactor logic to create a EdenService.Client in Python. 2016-05-25 21:44:07 -07:00
DEFS Set up bind mounts for a client when mounting it. 2016-05-23 21:33:20 -07:00
eden.thrift Add a Thrift API to get the SHA-1 of a file. 2016-05-27 18:17:07 -07:00
EdenServer.cpp add unmount parser and wrapper functions 2016-05-27 17:41:07 -07:00
EdenServer.h Set up bind mounts for a client when mounting it. 2016-05-23 21:33:20 -07:00
EdenServiceHandler.cpp Add a Thrift API to get the SHA-1 of a file. 2016-05-27 18:17:07 -07:00
EdenServiceHandler.h Add a Thrift API to get the SHA-1 of a file. 2016-05-27 18:17:07 -07:00
main.cpp Initial commit 2016-05-12 14:09:13 -07:00
TARGETS Refactor logic to create a EdenService.Client in Python. 2016-05-25 21:44:07 -07:00