sapling/eden/fs/service
Adam Simpkins 98db6e0e01 make sure to close the thrift socket
Summary:
Update the CLI to always close the thrift client socket, to avoid resource leak
warnings on exit.

I also updated the code to just monkey-patch a nicer EdenError.__str__()
method, rather than having to explicitly catch and modify this exception in
multiple different places.

Reviewed By: bolinfest

Differential Revision: D3560662

fbshipit-source-id: 900fe74c793ffd99f4a2c1f1ddd94b96e48f5eb7
2016-07-22 17:33:05 -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 make sure to close the thrift socket 2016-07-22 17:33:05 -07:00
DEFS start adding an HgBackingStore implementation 2016-06-13 15:16:30 -07:00
eden.thrift update ClientConfig class to parse INI file 2016-07-06 16:15:50 -07:00
EdenServer.cpp fix shutdown data races 2016-06-30 21:00:46 -07:00
EdenServer.h fix shutdown data races 2016-06-30 21:00:46 -07:00
EdenServiceHandler.cpp update ClientConfig class to parse INI file 2016-07-06 16:15:50 -07:00
EdenServiceHandler.h Add an eden shutdown command. 2016-06-10 14:16:09 -07:00
main.cpp Move IPAddress definitions to source files 2016-07-09 02:41:14 -07:00
TARGETS buckification: remove builtin Buck thrift_library 2016-07-02 11:31:02 -07:00