kylosus 302b352d78 lib/fs: Add invalid UTF-8 guards to watcher (fixes #9369) (#9372) преди 8 месеца
..
basicfs.go c44de2cd58 lib/fs: Clarify errors for Windows filenames (fixes #8968) (#8969) преди 1 година
basicfs_copy_range.go e9bb17307d lib/fs: Unwrap mtimeFile, get fd the "correct" way (ref #6875) (#6877) преди 4 години
basicfs_copy_range_copyfilerange.go d47745a86b all: Update build constraints to Go 1.17 style (#7894) преди 3 години
basicfs_copy_range_duplicateextents.go d47745a86b all: Update build constraints to Go 1.17 style (#7894) преди 3 години
basicfs_copy_range_ioctl.go d47745a86b all: Update build constraints to Go 1.17 style (#7894) преди 3 години
basicfs_copy_range_sendfile.go d47745a86b all: Update build constraints to Go 1.17 style (#7894) преди 3 години
basicfs_fileinfo_bsdish.go 6cac308bcd all: Support syncing extended attributes (fixes #2698) (#8513) преди 2 години
basicfs_fileinfo_linuxish.go 16ae1fbe5e lib/fs: Ignore inode change time on Android (#9177) преди 11 месеца
basicfs_fileinfo_unix.go d47745a86b all: Update build constraints to Go 1.17 style (#7894) преди 3 години
basicfs_fileinfo_windows.go 6cac308bcd all: Support syncing extended attributes (fixes #2698) (#8513) преди 2 години
basicfs_lstat_broken.go d47745a86b all: Update build constraints to Go 1.17 style (#7894) преди 3 години
basicfs_lstat_regular.go d47745a86b all: Update build constraints to Go 1.17 style (#7894) преди 3 години
basicfs_lstat_windows.go 9553365d31 lib/fs: Properly handle Windows deduplicated files (fixes #9120) (#9168) преди 11 месеца
basicfs_platformdata_unix.go 6cac308bcd all: Support syncing extended attributes (fixes #2698) (#8513) преди 2 години
basicfs_platformdata_windows.go 6cac308bcd all: Support syncing extended attributes (fixes #2698) (#8513) преди 2 години
basicfs_test.go bf1e418e4a lib/fs: Let xattr test avoid non-test attributes (fixes #8601) (#8628) преди 1 година
basicfs_unix.go a29605750d lib/fs: Try to remove read only Windows files (fixes #3744) (#8650) преди 1 година
basicfs_watch.go 302b352d78 lib/fs: Add invalid UTF-8 guards to watcher (fixes #9369) (#9372) преди 8 месеца
basicfs_watch_errors_linux.go d47745a86b all: Update build constraints to Go 1.17 style (#7894) преди 3 години
basicfs_watch_errors_others.go d47745a86b all: Update build constraints to Go 1.17 style (#7894) преди 3 години
basicfs_watch_eventtypes_darwin.go d37a5b03f1 lib/fs: Handle permission change events on macos (fixes #7924) (#8150) преди 2 години
basicfs_watch_eventtypes_fen.go 53926a1ae6 lib/fs: Do not follow symlinks in watcher on solaris (fixes #8020) (#8223) преди 2 години
basicfs_watch_eventtypes_inotify.go d47745a86b all: Update build constraints to Go 1.17 style (#7894) преди 3 години
basicfs_watch_eventtypes_kqueue.go edc3a77b98 lib/fs, lib/model: Add warning about kqueue resource usage (fixes #7855) (#8249) преди 2 години
basicfs_watch_eventtypes_other.go d47745a86b all: Update build constraints to Go 1.17 style (#7894) преди 3 години
basicfs_watch_eventtypes_readdcw.go d47745a86b all: Update build constraints to Go 1.17 style (#7894) преди 3 години
basicfs_watch_notkqueue.go edc3a77b98 lib/fs, lib/model: Add warning about kqueue resource usage (fixes #7855) (#8249) преди 2 години
basicfs_watch_test.go e041877488 lib/ignore: Refactor out result type (#9343) преди 8 месеца
basicfs_watch_unsupported.go ad0044fec8 lib/fs: Watching is unsupported on android/amd64 (fixes #8709) (#8710) преди 1 година
basicfs_windows.go a29605750d lib/fs: Try to remove read only Windows files (fixes #3744) (#8650) преди 1 година
basicfs_windows_test.go ae176ea9cd build: Tests should run with Go 1.20 on Windows (#8924) преди 1 година
basicfs_xattr_bsdish.go 526e21ae26 all: Fix typos found by codespell (#8833) преди 1 година
basicfs_xattr_linuxish.go 6cac308bcd all: Support syncing extended attributes (fixes #2698) (#8513) преди 2 години
basicfs_xattr_unix.go c1ec9a8826 lib/fs: Reduce memory usage in xattrs handling (#9251) преди 9 месеца
basicfs_xattr_unsupported.go 6cac308bcd all: Support syncing extended attributes (fixes #2698) (#8513) преди 2 години
casefs.go 2a8362d7af build: Update all dependencies (fixes #8679) (#8680) преди 1 година
casefs_test.go 837ffcfab5 all: Fix various user-facing and non-user-facing typos (#8509) преди 2 години
copyrangemethod.go d507d932b8 all: Use protobuf to generate config structs (fixes #6734) (#6900) преди 4 години
copyrangemethod.pb.go e027175446 all: Move remaining protos to use the vanity plugin (#7009) преди 4 години
debug.go 96bb1c8e29 all, lib/logger: Refactor SetDebug calls (#6054) преди 5 години
errorfs.go 6cac308bcd all: Support syncing extended attributes (fixes #2698) (#8513) преди 2 години
fakefs.go 1103a27337 all: Grand test refactor (fixes #8779, fixes #8799) преди 1 година
fakefs_test.go a3c724f2c3 all: Add build constants for runtime.GOOS comparisons (#8442) преди 2 години
filesystem.go 3297624037 lib/ignore: Optimise ignoring directories for filesystem watcher (fixes #9339) (#9340) преди 8 месеца
filesystem_copy_range.go 4812fd3ec1 all: Add copy-on-write filesystem support (fixes #4271) (#6746) преди 4 години
filesystem_copy_range_allwithfallback.go deaccc7f8d lib/fs: Add support for Windows duplicate extents (#6764) преди 4 години
filesystem_copy_range_standard.go 4812fd3ec1 all: Add copy-on-write filesystem support (fixes #4271) (#6746) преди 4 години
filesystem_copy_range_test.go b9c08d3814 all: Add Prometheus-style metrics to expose some internal performance counters (fixes #5175) (#9003) преди 1 година
filesystem_test.go ddce692f72 all: Correct various typos (#8870) преди 1 година
folding.go 0e52ce830a lib/fs: Fix UnicodeLowercaseNormalized on lowercase NFD (#7692) преди 3 години
folding_test.go 0e52ce830a lib/fs: Fix UnicodeLowercaseNormalized on lowercase NFD (#7692) преди 3 години
logfs.go 755d21953f all: Remove unused method receivers (#8462) преди 2 години
metrics.go 051cbdc713 lib/fs, lib/model: Be careful about potentially negative durations (fixes #9112) (#9113) преди 1 година
mtimefs.go 4cba99fcd4 lib/fs: Better equality comparison in mtimefs преди 9 месеца
mtimefs_test.go b9c08d3814 all: Add Prometheus-style metrics to expose some internal performance counters (fixes #5175) (#9003) преди 1 година
platform_common.go 6cac308bcd all: Support syncing extended attributes (fixes #2698) (#8513) преди 2 години
tempname.go a3c724f2c3 all: Add build constants for runtime.GOOS comparisons (#8442) преди 2 години
tempname_test.go ed98039aa5 lib/fs: Optimize TempName + some cosmetic changes (#7911) преди 3 години
types.go d507d932b8 all: Use protobuf to generate config structs (fixes #6734) (#6900) преди 4 години
types.pb.go e027175446 all: Move remaining protos to use the vanity plugin (#7009) преди 4 години
util.go c44de2cd58 lib/fs: Clarify errors for Windows filenames (fixes #8968) (#8969) преди 1 година
util_test.go c44de2cd58 lib/fs: Clarify errors for Windows filenames (fixes #8968) (#8969) преди 1 година
walkfs.go 755d21953f all: Remove unused method receivers (#8462) преди 2 години
walkfs_test.go a3c724f2c3 all: Add build constants for runtime.GOOS comparisons (#8442) преди 2 години