Simon Frei 75b58eb480 lib/fs: Watch attrib. changes on inotify for mod. time (#7623) 4 ani în urmă
..
basicfs.go 3938b61c3f lib/fs: Expose fs option on interface (fixes #7385, ref #7381) (#7389) 4 ani în urmă
basicfs_copy_range.go e9bb17307d lib/fs: Unwrap mtimeFile, get fd the "correct" way (ref #6875) (#6877) 5 ani în urmă
basicfs_copy_range_copyfilerange.go e9bb17307d lib/fs: Unwrap mtimeFile, get fd the "correct" way (ref #6875) (#6877) 5 ani în urmă
basicfs_copy_range_duplicateextents.go 1ed0116147 all: Fix Microsoft documentation links in code comments (#7387) 5 ani în urmă
basicfs_copy_range_ioctl.go c390565eef lib/fs: Use file clone ioctl wrappers and types from golang.org/x/sys/unix (#7000) 5 ani în urmă
basicfs_copy_range_sendfile.go e9bb17307d lib/fs: Unwrap mtimeFile, get fd the "correct" way (ref #6875) (#6877) 5 ani în urmă
basicfs_fileinfo_unix.go ee445e35a0 lib/fs: Treat Windows junctions as normal directories (#6606) 5 ani în urmă
basicfs_fileinfo_windows.go ee445e35a0 lib/fs: Treat Windows junctions as normal directories (#6606) 5 ani în urmă
basicfs_lstat_broken.go fc2c46e82f lib/config, lib/fs: Make junction behaviour configurable (ref #6606) (#6907) 5 ani în urmă
basicfs_lstat_regular.go fc2c46e82f lib/config, lib/fs: Make junction behaviour configurable (ref #6606) (#6907) 5 ani în urmă
basicfs_lstat_windows.go 1ed0116147 all: Fix Microsoft documentation links in code comments (#7387) 5 ani în urmă
basicfs_test.go 3d1edd2492 lib/fs: Fix TestChmodDir depending on umask (fixes #6551) (#7241) 5 ani în urmă
basicfs_unix.go 52d80d8144 lib/fs: Improve root check (#6033) 6 ani în urmă
basicfs_watch.go 90d85fd0a2 lib: Replace done channel with contexts in and add names to util services (#6166) 6 ani în urmă
basicfs_watch_errors_linux.go da3b38ccce lib/fs: Fix and update error about inotify watch limit (fixes #4833) (#4835) 7 ani în urmă
basicfs_watch_errors_others.go f98c21b68e all: Add filesystem notification support 8 ani în urmă
basicfs_watch_eventtypes_fen.go bea3c01772 vendor: github.com/Zillode/notify is now github.com/syncthing/notify (#4813) 8 ani în urmă
basicfs_watch_eventtypes_inotify.go 75b58eb480 lib/fs: Watch attrib. changes on inotify for mod. time (#7623) 4 ani în urmă
basicfs_watch_eventtypes_kqueue.go 75b58eb480 lib/fs: Watch attrib. changes on inotify for mod. time (#7623) 4 ani în urmă
basicfs_watch_eventtypes_other.go bea3c01772 vendor: github.com/Zillode/notify is now github.com/syncthing/notify (#4813) 8 ani în urmă
basicfs_watch_eventtypes_readdcw.go 409cb2beb8 lib/fs: Catch size-preserving changes on windows (fixes #5050) (#5056) 7 ani în urmă
basicfs_watch_test.go 75b58eb480 lib/fs: Watch attrib. changes on inotify for mod. time (#7623) 4 ani în urmă
basicfs_watch_unsupported.go 486230768e lib/fs, lib/model: Add error channel to Watch to avoid panics (fixes #5697) (#5734) 6 ani în urmă
basicfs_windows.go dd92b2b8f4 all: Tweak error creation (#6391) 6 ani în urmă
basicfs_windows_test.go 35b699dc77 lib/fs: Check events against both the user and eval root (#6013) 6 ani în urmă
casefs.go 1a00ea7c6e lib: Prevent using protocol method with native path (fixes #7557) (#7563) 4 ani în urmă
casefs_test.go e19d6e993d lib/fs: Cache all real-case results (fixes #7270) (#7286) 5 ani în urmă
copyrangemethod.go d507d932b8 all: Use protobuf to generate config structs (fixes #6734) (#6900) 5 ani în urmă
copyrangemethod.pb.go e027175446 all: Move remaining protos to use the vanity plugin (#7009) 5 ani în urmă
debug.go 96bb1c8e29 all, lib/logger: Refactor SetDebug calls (#6054) 6 ani în urmă
debug_symlink_unix.go 780fb3bac1 lib/fs: More efficient casefs cache (#6974) 5 ani în urmă
debug_symlink_windows.go 1ed0116147 all: Fix Microsoft documentation links in code comments (#7387) 5 ani în urmă
errorfs.go 3938b61c3f lib/fs: Expose fs option on interface (fixes #7385, ref #7381) (#7389) 4 ani în urmă
fakefs.go 3938b61c3f lib/fs: Expose fs option on interface (fixes #7385, ref #7381) (#7389) 4 ani în urmă
fakefs_test.go 0df39ddc72 lib/fs, lib/model: Rewrite RecvOnly tests (#6318) 6 ani în urmă
filesystem.go 8ef504f745 all: Simplify some method calls (#7499) 4 ani în urmă
filesystem_copy_range.go 4812fd3ec1 all: Add copy-on-write filesystem support (fixes #4271) (#6746) 5 ani în urmă
filesystem_copy_range_allwithfallback.go deaccc7f8d lib/fs: Add support for Windows duplicate extents (#6764) 5 ani în urmă
filesystem_copy_range_standard.go 4812fd3ec1 all: Add copy-on-write filesystem support (fixes #4271) (#6746) 5 ani în urmă
filesystem_copy_range_test.go e9bb17307d lib/fs: Unwrap mtimeFile, get fd the "correct" way (ref #6875) (#6877) 5 ani în urmă
filesystem_test.go e302ccf4b4 lib/fs: Improve IsParent (#5658) 6 ani în urmă
folding.go 3e24d82513 lib/fs: Optimize UnicodeLowercase (#6979) 5 ani în urmă
folding_test.go 3e24d82513 lib/fs: Optimize UnicodeLowercase (#6979) 5 ani în urmă
logfs.go 486230768e lib/fs, lib/model: Add error channel to Watch to avoid panics (fixes #5697) (#5734) 6 ani în urmă
mtimefs.go a744dee94c lib/fs: Correct wrapping order for meaningful log-caller (#7209) 5 ani în urmă
mtimefs_test.go a744dee94c lib/fs: Correct wrapping order for meaningful log-caller (#7209) 5 ani în urmă
tempname.go f4372710bf all: Remove crypto/md5 (#7493) 4 ani în urmă
tempname_test.go ab132ff6fe lib: Folder marker is now a folder 8 ani în urmă
types.go d507d932b8 all: Use protobuf to generate config structs (fixes #6734) (#6900) 5 ani în urmă
types.pb.go e027175446 all: Move remaining protos to use the vanity plugin (#7009) 5 ani în urmă
util.go 1a00ea7c6e lib: Prevent using protocol method with native path (fixes #7557) (#7563) 4 ani în urmă
util_test.go 54b50e3d52 lib/fs, lib/model: Cover more windowsyness sanitizing paths (fixes #7075) (#7158) 5 ani în urmă
walkfs.go 3938b61c3f lib/fs: Expose fs option on interface (fixes #7385, ref #7381) (#7389) 4 ani în urmă
walkfs_test.go 3938b61c3f lib/fs: Expose fs option on interface (fixes #7385, ref #7381) (#7389) 4 ani în urmă