Simon Frei e19d6e993d lib/fs: Cache all real-case results (fixes #7270) (#7286) 4 years ago
..
basicfs.go 0db3b7a530 build: Switch to gopsutil's v3 module (#7191) 5 years ago
basicfs_copy_range.go e9bb17307d lib/fs: Unwrap mtimeFile, get fd the "correct" way (ref #6875) (#6877) 5 years ago
basicfs_copy_range_copyfilerange.go e9bb17307d lib/fs: Unwrap mtimeFile, get fd the "correct" way (ref #6875) (#6877) 5 years ago
basicfs_copy_range_duplicateextents.go e9bb17307d lib/fs: Unwrap mtimeFile, get fd the "correct" way (ref #6875) (#6877) 5 years ago
basicfs_copy_range_ioctl.go c390565eef lib/fs: Use file clone ioctl wrappers and types from golang.org/x/sys/unix (#7000) 5 years ago
basicfs_copy_range_sendfile.go e9bb17307d lib/fs: Unwrap mtimeFile, get fd the "correct" way (ref #6875) (#6877) 5 years ago
basicfs_fileinfo_unix.go ee445e35a0 lib/fs: Treat Windows junctions as normal directories (#6606) 5 years ago
basicfs_fileinfo_windows.go ee445e35a0 lib/fs: Treat Windows junctions as normal directories (#6606) 5 years ago
basicfs_lstat_broken.go fc2c46e82f lib/config, lib/fs: Make junction behaviour configurable (ref #6606) (#6907) 5 years ago
basicfs_lstat_regular.go fc2c46e82f lib/config, lib/fs: Make junction behaviour configurable (ref #6606) (#6907) 5 years ago
basicfs_lstat_windows.go fc2c46e82f lib/config, lib/fs: Make junction behaviour configurable (ref #6606) (#6907) 5 years ago
basicfs_test.go 3d1edd2492 lib/fs: Fix TestChmodDir depending on umask (fixes #6551) (#7241) 4 years ago
basicfs_unix.go 52d80d8144 lib/fs: Improve root check (#6033) 6 years ago
basicfs_watch.go 90d85fd0a2 lib: Replace done channel with contexts in and add names to util services (#6166) 6 years ago
basicfs_watch_errors_linux.go da3b38ccce lib/fs: Fix and update error about inotify watch limit (fixes #4833) (#4835) 7 years ago
basicfs_watch_errors_others.go f98c21b68e all: Add filesystem notification support 8 years ago
basicfs_watch_eventtypes_fen.go bea3c01772 vendor: github.com/Zillode/notify is now github.com/syncthing/notify (#4813) 7 years ago
basicfs_watch_eventtypes_inotify.go bea3c01772 vendor: github.com/Zillode/notify is now github.com/syncthing/notify (#4813) 7 years ago
basicfs_watch_eventtypes_kqueue.go 5de9b677c2 lib/fs: Fix kqueue event list (fixes #5308) (#5885) 6 years ago
basicfs_watch_eventtypes_other.go bea3c01772 vendor: github.com/Zillode/notify is now github.com/syncthing/notify (#4813) 7 years ago
basicfs_watch_eventtypes_readdcw.go 409cb2beb8 lib/fs: Catch size-preserving changes on windows (fixes #5050) (#5056) 7 years ago
basicfs_watch_test.go 5e1f39b6f6 lib/fs: Fix WatchRename test for FreeBSD (fixes #6613) 5 years ago
basicfs_watch_unsupported.go 486230768e lib/fs, lib/model: Add error channel to Watch to avoid panics (fixes #5697) (#5734) 6 years ago
basicfs_windows.go dd92b2b8f4 all: Tweak error creation (#6391) 5 years ago
basicfs_windows_test.go 35b699dc77 lib/fs: Check events against both the user and eval root (#6013) 6 years ago
casefs.go e19d6e993d lib/fs: Cache all real-case results (fixes #7270) (#7286) 4 years ago
casefs_test.go e19d6e993d lib/fs: Cache all real-case results (fixes #7270) (#7286) 4 years ago
copyrangemethod.go d507d932b8 all: Use protobuf to generate config structs (fixes #6734) (#6900) 5 years ago
copyrangemethod.pb.go e027175446 all: Move remaining protos to use the vanity plugin (#7009) 5 years ago
debug.go 96bb1c8e29 all, lib/logger: Refactor SetDebug calls (#6054) 6 years ago
debug_symlink_unix.go 780fb3bac1 lib/fs: More efficient casefs cache (#6974) 5 years ago
debug_symlink_windows.go 932d8c69de lib/fs: Properly handle case insensitive systems (fixes #1787, fixes #2739, fixes #5708) 5 years ago
errorfs.go 7956e7d0ef lib/{fs,scanner}: gofmt from Go 1.14 (#6509) 5 years ago
fakefs.go 780fb3bac1 lib/fs: More efficient casefs cache (#6974) 5 years ago
fakefs_test.go 0df39ddc72 lib/fs, lib/model: Rewrite RecvOnly tests (#6318) 5 years ago
filesystem.go a744dee94c lib/fs: Correct wrapping order for meaningful log-caller (#7209) 4 years ago
filesystem_copy_range.go 4812fd3ec1 all: Add copy-on-write filesystem support (fixes #4271) (#6746) 5 years ago
filesystem_copy_range_allwithfallback.go deaccc7f8d lib/fs: Add support for Windows duplicate extents (#6764) 5 years ago
filesystem_copy_range_standard.go 4812fd3ec1 all: Add copy-on-write filesystem support (fixes #4271) (#6746) 5 years ago
filesystem_copy_range_test.go e9bb17307d lib/fs: Unwrap mtimeFile, get fd the "correct" way (ref #6875) (#6877) 5 years ago
filesystem_test.go e302ccf4b4 lib/fs: Improve IsParent (#5658) 6 years ago
folding.go 3e24d82513 lib/fs: Optimize UnicodeLowercase (#6979) 5 years ago
folding_test.go 3e24d82513 lib/fs: Optimize UnicodeLowercase (#6979) 5 years ago
logfs.go 486230768e lib/fs, lib/model: Add error channel to Watch to avoid panics (fixes #5697) (#5734) 6 years ago
mtimefs.go a744dee94c lib/fs: Correct wrapping order for meaningful log-caller (#7209) 4 years ago
mtimefs_test.go a744dee94c lib/fs: Correct wrapping order for meaningful log-caller (#7209) 4 years ago
tempname.go c2ddc83509 all: Revert the underscore sillyness 6 years ago
tempname_test.go ab132ff6fe lib: Folder marker is now a folder 8 years ago
types.go d507d932b8 all: Use protobuf to generate config structs (fixes #6734) (#6900) 5 years ago
types.pb.go e027175446 all: Move remaining protos to use the vanity plugin (#7009) 5 years ago
util.go 54b50e3d52 lib/fs, lib/model: Cover more windowsyness sanitizing paths (fixes #7075) (#7158) 5 years ago
util_test.go 54b50e3d52 lib/fs, lib/model: Cover more windowsyness sanitizing paths (fixes #7075) (#7158) 5 years ago
walkfs.go ebead944b5 lib/fs: Pass infinite recursion error on instead of warning (#6846) 5 years ago
walkfs_test.go fc2c46e82f lib/config, lib/fs: Make junction behaviour configurable (ref #6606) (#6907) 5 years ago