| .. |
|
basicfs.go
|
87a0eecc31
lib/fs, lib/api, lib/model: Expose mtime remappings as part of /db/file (#7624)
|
4 лет назад |
|
basicfs_copy_range.go
|
e9bb17307d
lib/fs: Unwrap mtimeFile, get fd the "correct" way (ref #6875) (#6877)
|
5 лет назад |
|
basicfs_copy_range_copyfilerange.go
|
e9bb17307d
lib/fs: Unwrap mtimeFile, get fd the "correct" way (ref #6875) (#6877)
|
5 лет назад |
|
basicfs_copy_range_duplicateextents.go
|
1ed0116147
all: Fix Microsoft documentation links in code comments (#7387)
|
4 лет назад |
|
basicfs_copy_range_ioctl.go
|
c390565eef
lib/fs: Use file clone ioctl wrappers and types from golang.org/x/sys/unix (#7000)
|
5 лет назад |
|
basicfs_copy_range_sendfile.go
|
e9bb17307d
lib/fs: Unwrap mtimeFile, get fd the "correct" way (ref #6875) (#6877)
|
5 лет назад |
|
basicfs_fileinfo_unix.go
|
ee445e35a0
lib/fs: Treat Windows junctions as normal directories (#6606)
|
5 лет назад |
|
basicfs_fileinfo_windows.go
|
ee445e35a0
lib/fs: Treat Windows junctions as normal directories (#6606)
|
5 лет назад |
|
basicfs_lstat_broken.go
|
fc2c46e82f
lib/config, lib/fs: Make junction behaviour configurable (ref #6606) (#6907)
|
5 лет назад |
|
basicfs_lstat_regular.go
|
fc2c46e82f
lib/config, lib/fs: Make junction behaviour configurable (ref #6606) (#6907)
|
5 лет назад |
|
basicfs_lstat_windows.go
|
1ed0116147
all: Fix Microsoft documentation links in code comments (#7387)
|
4 лет назад |
|
basicfs_test.go
|
3d1edd2492
lib/fs: Fix TestChmodDir depending on umask (fixes #6551) (#7241)
|
5 лет назад |
|
basicfs_unix.go
|
52d80d8144
lib/fs: Improve root check (#6033)
|
6 лет назад |
|
basicfs_watch.go
|
90d85fd0a2
lib: Replace done channel with contexts in and add names to util services (#6166)
|
6 лет назад |
|
basicfs_watch_errors_linux.go
|
da3b38ccce
lib/fs: Fix and update error about inotify watch limit (fixes #4833) (#4835)
|
7 лет назад |
|
basicfs_watch_errors_others.go
|
f98c21b68e
all: Add filesystem notification support
|
8 лет назад |
|
basicfs_watch_eventtypes_darwin.go
|
e7f8538e4d
lib/fs: Add bitmasks for Darwin to handle change to empty files (fixes #7731) (#7756)
|
4 лет назад |
|
basicfs_watch_eventtypes_fen.go
|
bea3c01772
vendor: github.com/Zillode/notify is now github.com/syncthing/notify (#4813)
|
7 лет назад |
|
basicfs_watch_eventtypes_inotify.go
|
75b58eb480
lib/fs: Watch attrib. changes on inotify for mod. time (#7623)
|
4 лет назад |
|
basicfs_watch_eventtypes_kqueue.go
|
75b58eb480
lib/fs: Watch attrib. changes on inotify for mod. time (#7623)
|
4 лет назад |
|
basicfs_watch_eventtypes_other.go
|
e7f8538e4d
lib/fs: Add bitmasks for Darwin to handle change to empty files (fixes #7731) (#7756)
|
4 лет назад |
|
basicfs_watch_eventtypes_readdcw.go
|
409cb2beb8
lib/fs: Catch size-preserving changes on windows (fixes #5050) (#5056)
|
7 лет назад |
|
basicfs_watch_test.go
|
e7f8538e4d
lib/fs: Add bitmasks for Darwin to handle change to empty files (fixes #7731) (#7756)
|
4 лет назад |
|
basicfs_watch_unsupported.go
|
486230768e
lib/fs, lib/model: Add error channel to Watch to avoid panics (fixes #5697) (#5734)
|
6 лет назад |
|
basicfs_windows.go
|
97437cad64
lib/fs: Ignore normalization differences in case insensitive lookup (fixes #7677) (#7678)
|
4 лет назад |
|
basicfs_windows_test.go
|
35b699dc77
lib/fs: Check events against both the user and eval root (#6013)
|
6 лет назад |
|
casefs.go
|
08e3cd1cce
lib/fs: Set expiry after DirNames in case-fs (#7794)
|
4 лет назад |
|
casefs_test.go
|
87a0eecc31
lib/fs, lib/api, lib/model: Expose mtime remappings as part of /db/file (#7624)
|
4 лет назад |
|
copyrangemethod.go
|
d507d932b8
all: Use protobuf to generate config structs (fixes #6734) (#6900)
|
5 лет назад |
|
copyrangemethod.pb.go
|
e027175446
all: Move remaining protos to use the vanity plugin (#7009)
|
5 лет назад |
|
debug.go
|
96bb1c8e29
all, lib/logger: Refactor SetDebug calls (#6054)
|
6 лет назад |
|
debug_symlink_unix.go
|
87a0eecc31
lib/fs, lib/api, lib/model: Expose mtime remappings as part of /db/file (#7624)
|
4 лет назад |
|
debug_symlink_windows.go
|
1ed0116147
all: Fix Microsoft documentation links in code comments (#7387)
|
4 лет назад |
|
errorfs.go
|
87a0eecc31
lib/fs, lib/api, lib/model: Expose mtime remappings as part of /db/file (#7624)
|
4 лет назад |
|
fakefs.go
|
df48276300
lib/model: Ensure indexes are only received after checking IDs (ref #7649) (#7689)
|
4 лет назад |
|
fakefs_test.go
|
87a0eecc31
lib/fs, lib/api, lib/model: Expose mtime remappings as part of /db/file (#7624)
|
4 лет назад |
|
filesystem.go
|
87a0eecc31
lib/fs, lib/api, lib/model: Expose mtime remappings as part of /db/file (#7624)
|
4 лет назад |
|
filesystem_copy_range.go
|
4812fd3ec1
all: Add copy-on-write filesystem support (fixes #4271) (#6746)
|
5 лет назад |
|
filesystem_copy_range_allwithfallback.go
|
deaccc7f8d
lib/fs: Add support for Windows duplicate extents (#6764)
|
5 лет назад |
|
filesystem_copy_range_standard.go
|
4812fd3ec1
all: Add copy-on-write filesystem support (fixes #4271) (#6746)
|
5 лет назад |
|
filesystem_copy_range_test.go
|
e9bb17307d
lib/fs: Unwrap mtimeFile, get fd the "correct" way (ref #6875) (#6877)
|
5 лет назад |
|
filesystem_test.go
|
e302ccf4b4
lib/fs: Improve IsParent (#5658)
|
6 лет назад |
|
folding.go
|
0e52ce830a
lib/fs: Fix UnicodeLowercaseNormalized on lowercase NFD (#7692)
|
4 лет назад |
|
folding_test.go
|
0e52ce830a
lib/fs: Fix UnicodeLowercaseNormalized on lowercase NFD (#7692)
|
4 лет назад |
|
logfs.go
|
87a0eecc31
lib/fs, lib/api, lib/model: Expose mtime remappings as part of /db/file (#7624)
|
4 лет назад |
|
mtimefs.go
|
97437cad64
lib/fs: Ignore normalization differences in case insensitive lookup (fixes #7677) (#7678)
|
4 лет назад |
|
mtimefs_test.go
|
a744dee94c
lib/fs: Correct wrapping order for meaningful log-caller (#7209)
|
5 лет назад |
|
tempname.go
|
f4372710bf
all: Remove crypto/md5 (#7493)
|
4 лет назад |
|
tempname_test.go
|
ab132ff6fe
lib: Folder marker is now a folder
|
8 лет назад |
|
types.go
|
d507d932b8
all: Use protobuf to generate config structs (fixes #6734) (#6900)
|
5 лет назад |
|
types.pb.go
|
e027175446
all: Move remaining protos to use the vanity plugin (#7009)
|
5 лет назад |
|
util.go
|
1a00ea7c6e
lib: Prevent using protocol method with native path (fixes #7557) (#7563)
|
4 лет назад |
|
util_test.go
|
54b50e3d52
lib/fs, lib/model: Cover more windowsyness sanitizing paths (fixes #7075) (#7158)
|
5 лет назад |
|
walkfs.go
|
87a0eecc31
lib/fs, lib/api, lib/model: Expose mtime remappings as part of /db/file (#7624)
|
4 лет назад |
|
walkfs_test.go
|
3938b61c3f
lib/fs: Expose fs option on interface (fixes #7385, ref #7381) (#7389)
|
4 лет назад |