sapling/eden/fs/config
Puneet Kaushik 44644df968 Use FileUtil APIs on Windows
Summary:
folly::readFile() doesn't work correctly on Windows. It was returning the incorrect size. I didn't check if the read contents were correct, because I was testing it on a binary data file.

Moreover we would need wide char API which won't be a part of Folly for sometime.

Reviewed By: strager

Differential Revision: D14205306

fbshipit-source-id: 55859dca1a6399d5b5f106b4c6757e582ba1375d
2019-03-18 10:00:32 -07:00
..
test Add USER_ID variable for config options 2019-03-14 18:19:41 -07:00
CachedParsedFileMonitor.h Win: Porting eden/service to Windows with fb-thrift 2018-10-22 20:27:26 -07:00
ClientConfig.cpp Use FileUtil APIs on Windows 2019-03-18 10:00:32 -07:00
ClientConfig.h folly::Optional -> std::optional 2018-10-23 17:05:11 -07:00
CMakeLists.txt add CMake build files 2018-04-30 14:37:46 -07:00
EdenConfig.cpp Add USER_ID variable for config options 2019-03-14 18:19:41 -07:00
EdenConfig.h Add USER_ID variable for config options 2019-03-14 18:19:41 -07:00
FileChangeMonitor.cpp stop logging warnings about config files not being present 2019-02-07 13:05:02 -08:00
FileChangeMonitor.h eden: add helper for accessing stat fields as timespecs 2018-12-16 18:31:46 -08:00
ReloadableConfig.h pass ReloadableConfig down to HgBackingStore ctor 2018-10-31 11:50:38 -07:00