sapling/eden/fs/win
Adam Simpkins 268d64cf3f unify the StartupLogger code on Windows and POSIX
Summary:
Update the Windows code to use the normal StartupLogger.h and .cpp files.
Previously the Windows code defined its own separate StartupLogger.h file.
The class declaration looked largely like a copy of the POSIX
DaemonStartupLogger code, but most of the methods were not actually defined
anywhere.  The actual functionality appears identical to the POSIX
ForegroundStartupLogger, so this code just switches to using that in most
cases.

Reviewed By: xavierd

Differential Revision: D21332570

fbshipit-source-id: 0585a38d8f37dc93459d380aa277082c35cbadfc
2020-04-30 23:36:49 -07:00
..
mount Update EdenDispatcher to use Inode backed fs data on Windows 2020-04-24 12:46:18 -07:00
service unify the StartupLogger code on Windows and POSIX 2020-04-30 23:36:49 -07:00
store Switch to new EdenMount 2020-04-24 08:33:27 -07:00
testharness Add APIs to remove cached files and tombstones from ProjectedFS cache 2020-04-24 12:46:18 -07:00
utils move UserInfo to eden/fs/utils/ 2020-04-29 17:21:12 -07:00
CMakeLists.txt Remove old version of Windows TestMounts 2020-04-24 08:33:27 -07:00
Edenwin.h Tidy up license headers 2019-10-11 05:28:23 -07:00