sapling/eden/fs
Michael Bolin 11169bcf95 Add an eden shutdown command.
Summary:
This revision introduces two complementary changes:
* `eden daemon` no longer runs in the foreground.
* There is now an `eden shutdown` command to kill the daemon.

When `shutdown` is called, it tells the Thrift server to shutdown.
In turn, this causes `EdenServer::runThriftServer()` to exit,
which causes `EdenServer::run()` to exit.

Reviewed By: simpkins

Differential Revision: D3402347

fbshipit-source-id: 80032ba53eb69b3f69bef9d7cd169f93500c833c
2016-06-10 14:16:09 -07:00
..
cli Add an eden shutdown command. 2016-06-10 14:16:09 -07:00
config Modify EdenServiceHandler to get client info through ClientConfig. 2016-05-13 15:10:22 -07:00
importer add initial mercurial tree import code 2016-06-08 00:15:22 -07:00
inodes begin adding a new ObjectStore class 2016-06-08 19:01:13 -07:00
integration Add an eden shutdown command. 2016-06-10 14:16:09 -07:00
model unbreak gcc-4.9 builds 2016-06-09 22:15:05 -07:00
overlay changes to path iterator behavior 2016-06-02 22:08:15 -07:00
rocksdb Include build files that were inadvertently excluded from the initial export. 2016-05-12 16:08:34 -07:00
service Add an eden shutdown command. 2016-06-10 14:16:09 -07:00
store update deserializeGitBlob() to accept an IOBuf 2016-06-08 19:01:14 -07:00