sapling/eden/fs
Xavier Deguillard ea98578570 model: report symlink/executable as regular files on Windows
Summary:
While this isn't the right fix, this is what shipped in our packages, for the
sake of being able to reproduce the package, let's land this as it is. A
future change will remove this ifdef.

Below is pkaush original description:
In Eden Windows we treat all the files as regular files and don't have a
concept of symlinks and executable files. Fixing the TreeEntryType::getType()
to return REGULAR_FILE for executable file and symlink.

Reviewed By: wez

Differential Revision: D20481051

fbshipit-source-id: 0b0c4d7aea28134383ef45aeafc02930b420286b
2020-05-12 08:46:35 -07:00
..
benchharness Tidy up license headers 2019-10-11 05:28:23 -07:00
benchmarks move benchmarks/ into eden/fs/ 2020-05-04 11:33:12 -07:00
cli doctor - fixup redirections 2020-05-11 22:13:06 -07:00
config config: add the TomlConfigTest.cpp to CMake 2020-05-09 08:46:36 -07:00
docs move docs/ into eden/fs/ 2020-05-04 12:34:47 -07:00
fuse disable pthread cancellation on the FuseChannel threads 2020-05-08 20:41:50 -07:00
inodes model: report symlink/executable as regular files on Windows 2020-05-12 08:46:35 -07:00
journal journal: add tests to CMake 2020-05-07 10:07:31 -07:00
model model: report symlink/executable as regular files on Windows 2020-05-12 08:46:35 -07:00
monitor enable log rotation in edenfs_monitor 2020-05-07 20:05:46 -07:00
notifications eden: show desktop notification for blob/tree fetch errors 2020-02-10 08:28:49 -08:00
py work around slightly broken AF_UNIX connect() behavior on Windows 2020-05-05 15:03:57 -07:00
rocksdb Remove dead includes in eden 2019-10-11 16:45:01 -07:00
service add uptime field to DaemonInfo 2020-05-11 11:42:15 -07:00
sqlite silence some msvc warnings from sqlite.{h,cpp} 2020-04-26 21:14:24 -07:00
store model: report symlink/executable as regular files on Windows 2020-05-12 08:46:35 -07:00
takeover add EdenServer recovery step and recover after failed takeover data send handshake 2020-04-07 09:52:21 -07:00
telemetry switch from folly benchmark to google benchmark 2020-04-30 09:36:01 -07:00
testharness inodes: enable RemoveTest for Windows 2020-05-05 18:14:54 -07:00
third-party move third-party/ into eden/fs/ 2020-05-04 11:33:12 -07:00
utils add uptime field to DaemonInfo 2020-05-11 11:42:15 -07:00
win win: change the argument order for writeFile 2020-05-05 18:14:54 -07:00
CMakeLists.txt Run Eden as a Windows service 2020-05-01 20:00:07 -07:00