sapling/eden/fs/store
Puneet Kaushik 15998182c4 Added Windows handle support in hg_import_helper
Summary: If the OS is Windows it will expect the in-fd and out-fd as Windows handles and convert them to CRT fds. This will not change the behavior if it's not Windows.

Reviewed By: wez

Differential Revision: D9344414

fbshipit-source-id: 8b30b57d979dc45af06676979e75e00b02d2b89b
2018-08-22 10:52:13 -07:00
..
git make LocalStore::getTree return a Future 2018-05-31 21:19:40 -07:00
hg Added Windows handle support in hg_import_helper 2018-08-22 10:52:13 -07:00
mononoke use ServiceRouter and SSL Connection in MononokeBackingStore 2018-08-06 11:51:36 -07:00
test use rvalue-qual Future::get(...) 2018-07-09 08:51:43 -07:00
BackingStore.h avoid blocking on HgProxyHash::getBatch() in hg importer threads 2018-06-14 22:02:38 -07:00
BlobMetadata.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
CMakeLists.txt add CMake build files 2018-04-30 14:37:46 -07:00
Diff.cpp Future<T>::then 6/n: Future<T>::then() & -> Future<T>::then() &&. 2018-08-03 23:36:16 -07:00
Diff.h add a function for diffing source control commits 2018-03-20 16:47:12 -07:00
EmptyBackingStore.cpp run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
EmptyBackingStore.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
IObjectStore.h prefetch file batch for hg import helper 2018-05-25 13:51:27 -07:00
LocalStore.cpp add eden gc command 2018-08-10 11:38:20 -07:00
LocalStore.h Started Eden for Windows and integrated hg store with it. 2018-08-21 17:53:38 -07:00
MemoryLocalStore.cpp add eden gc command 2018-08-10 11:38:20 -07:00
MemoryLocalStore.h add eden gc command 2018-08-10 11:38:20 -07:00
ObjectStore.cpp make LocalStore::getBlobMetadata return a Future 2018-06-01 09:38:45 -07:00
ObjectStore.h prefetch file batch for hg import helper 2018-05-25 13:51:27 -07:00
RocksDbLocalStore.cpp add eden gc command 2018-08-10 11:38:20 -07:00
RocksDbLocalStore.h add eden gc command 2018-08-10 11:38:20 -07:00
SqliteLocalStore.cpp add eden gc command 2018-08-10 11:38:20 -07:00
SqliteLocalStore.h add eden gc command 2018-08-10 11:38:20 -07:00
StoreResult.cpp Enabled additional compiler warnings in Eden. 2018-06-01 11:39:01 -07:00
StoreResult.h Enabled additional compiler warnings in Eden. 2018-06-01 11:39:01 -07:00