syncthing/lib/versioner
Jakob Borg 8ef504f745
all: Simplify some method calls (#7499)
strings.Replace(a, b, c, -1) -> strings.ReplaceAll(a, b, c)

(Go 1.12) and who knows what was up with that dialQueue.Sort() thing.
2021-03-17 23:12:26 +01:00
..
_external_test lib/versioner: Test both spaces and parens in ext versioner paths 2016-09-18 12:24:55 +00:00
.gitignore mv internal lib 2015-08-09 09:35:26 +02:00
debug.go all, lib/logger: Refactor SetDebug calls (#6054) 2019-10-04 13:03:34 +02:00
empty_dir_tracker.go lib/versioner: Purge the empty directories in .stversions (fixes #4406) 2017-11-18 15:56:53 +00:00
empty_dir_tracker_test.go lib/versioner: Purge the empty directories in .stversions (fixes #4406) 2017-11-18 15:56:53 +00:00
external.go all: Simplify some method calls (#7499) 2021-03-17 23:12:26 +01:00
external_test.go lib/versioner: Reduce surface area (#6186) 2019-11-26 07:39:31 +00:00
simple.go Created cleanup functionality for syncthing (#6884) 2020-08-24 12:14:30 +01:00
simple_test.go Created cleanup functionality for syncthing (#6884) 2020-08-24 12:14:30 +01:00
staggered.go all: Fix versioning path handling (#7407) 2021-02-26 12:04:05 +01:00
staggered_test.go all: Fix versioning path handling (#7407) 2021-02-26 12:04:05 +01:00
trashcan.go Created cleanup functionality for syncthing (#6884) 2020-08-24 12:14:30 +01:00
trashcan_test.go all: Fix versioning path handling (#7407) 2021-02-26 12:04:05 +01:00
util.go all: Fix versioning path handling (#7407) 2021-02-26 12:04:05 +01:00
versioner.go lib/versioner: Improve error messages (fixes #7354) (#7357) 2021-02-12 20:30:51 +01:00
versioner_test.go Created cleanup functionality for syncthing (#6884) 2020-08-24 12:14:30 +01:00