syncthing/lib
Eric P 6e768a8387 lib/versioner: Fix cleaning behaviour (fixes #7988) (#8537)
The cleaning logic in util.go was used by Simple and Trashcan but only
really suited Trashcan since it works based on mtimes which Simple does
not use. The cleaning logic in util.go was moved to trashcan.go.
Staggered and Simple seemed to be able to benefit from the same base so
util.go now has the base for those two with an added parameter which
takes a function so it can still handle versioner-specific logic to
decide which files to clean up. Simple now also correctly cleans files
based on their time-stamp in the title together with a specific maximum
amount to keep. The Archive function in Simple.go was changed to get rid
of duplicated code.

Additionally the trashcan testcase which was used by Trashcan as well as
Simple was moved from versioner_test.go to trashcan_test.go to keep it
clean, there was no need to keep it in a separate test file
2022-09-13 19:21:42 +02:00
..
api all: Fix various user-facing and non-user-facing typos (#8509) 2022-08-23 15:44:11 +02:00
assets lib/assets: MIME types, time formats (#8351) 2022-05-22 22:10:18 +02:00
beacon all: Unused args, retvals, assignments (#7926) 2021-09-08 00:11:16 +02:00
build all: Add build constants for runtime.GOOS comparisons (#8442) 2022-07-28 19:36:39 +02:00
config all: Fix various user-facing and non-user-facing typos (#8509) 2022-08-23 15:44:11 +02:00
connections all: Fix various user-facing and non-user-facing typos (#8509) 2022-08-23 15:44:11 +02:00
db all: Fix various user-facing and non-user-facing typos (#8509) 2022-08-23 15:44:11 +02:00
dialer lib: Removal global connection registry (#8254) 2022-04-09 16:04:56 +02:00
discover all: Fix various user-facing and non-user-facing typos (#8509) 2022-08-23 15:44:11 +02:00
events all: Remove unused method receivers (#8462) 2022-07-28 17:32:45 +02:00
fs all: Fix various user-facing and non-user-facing typos (#8509) 2022-08-23 15:44:11 +02:00
ignore all: Fix various user-facing and non-user-facing typos (#8509) 2022-08-23 15:44:11 +02:00
locations gui, api: Show internal config and state paths (fixes #8323) (#8324) 2022-08-10 08:25:13 +02:00
logger cmd/syncthing, lib/logger: Add date to default log format (fixes #8272) (#8273) 2022-04-15 07:46:14 +04:00
model all: Fix various user-facing and non-user-facing typos (#8509) 2022-08-23 15:44:11 +02:00
nat all: Unused parameter should be replaced by underscore (#8464) 2022-07-28 17:17:29 +02:00
osutil all: Modernize error wrapping (#8491) 2022-08-16 10:01:49 +02:00
pmp all: Unused parameter should be replaced by underscore (#8464) 2022-07-28 17:17:29 +02:00
protocol all: Fix various user-facing and non-user-facing typos (#8509) 2022-08-23 15:44:11 +02:00
rand all: Remove unused method receivers (#8462) 2022-07-28 17:32:45 +02:00
rc all: Remove unused method receivers (#8462) 2022-07-28 17:32:45 +02:00
relay all: Modernize error wrapping (#8491) 2022-08-16 10:01:49 +02:00
scanner lib/fs: Cache user lookups (#8496) 2022-08-12 07:48:00 +02:00
sha256 all: Use crypt/rand through its buffered version, but not in benchmarks (#7420) 2021-03-02 19:17:20 +01:00
signature all: Use crypt/rand through its buffered version, but not in benchmarks (#7420) 2021-03-02 19:17:20 +01:00
stats all: Truncate some timestamps (fixes #7457) (#7459) 2021-03-12 10:35:10 +01:00
stun all: Remove unused method receivers (#8462) 2022-07-28 17:32:45 +02:00
svcutil all: Remove unused method receivers (#8462) 2022-07-28 17:32:45 +02:00
sync lib/sync: Make the clock a function pointer 2021-11-27 15:35:07 +01:00
syncthing all: Fix various user-facing and non-user-facing typos (#8509) 2022-08-23 15:44:11 +02:00
testutils all: Remove unused method receivers (#8462) 2022-07-28 17:32:45 +02:00
tlsutil lib/tlsutil: Use crypto.Signer interface (#8526) 2022-09-09 14:22:38 +02:00
upgrade all: Fix various user-facing and non-user-facing typos (#8509) 2022-08-23 15:44:11 +02:00
upnp all: Modernize error wrapping (#8491) 2022-08-16 10:01:49 +02:00
ur lib/ur: Properly initialize map in failure data (fixes #8479) (#8480) 2022-08-03 10:41:26 +02:00
util all: Unused parameter should be replaced by underscore (#8464) 2022-07-28 17:17:29 +02:00
versioner lib/versioner: Fix cleaning behaviour (fixes #7988) (#8537) 2022-09-13 19:21:42 +02:00
watchaggregator all: Fix various user-facing and non-user-facing typos (#8509) 2022-08-23 15:44:11 +02:00
weakhash all: Remove usage of deprecated io/ioutil (#7971) 2021-11-22 08:59:47 +01:00