1
0
mirror of https://github.com/octoleo/syncthing.git synced 2025-01-04 23:55:22 +00:00
syncthing/lib/db
2020-06-18 10:55:41 +02:00
..
backend all: Make all error implementations pointer types () 2020-06-16 09:27:34 +02:00
testdata lib/db, lib/model: Keep need stats in metadata (ref ) () 2020-05-11 15:07:06 +02:00
.gitignore Change DB label format (index folders, devices) 2016-01-03 19:32:40 +01:00
benchmark_test.go lib/db: Refactor to use global list by version (fixes ) () 2020-05-30 09:50:23 +02:00
blockmap_test.go lib/db: Use Commit() instead of commit() () 2020-02-12 11:59:55 +01:00
blockmap.go lib/db: Remove unused blockFinder global () 2020-04-14 17:09:59 +02:00
db_test.go all: Make all error implementations pointer types () 2020-06-16 09:27:34 +02:00
debug.go all, lib/logger: Refactor SetDebug calls () 2019-10-04 13:03:34 +02:00
keyer_test.go lib/db: Remove unused keyer methods () 2020-06-08 19:19:18 +01:00
keyer.go lib/db: Use explicit byte type for type prefixes () 2020-06-17 09:37:07 +02:00
lowlevel.go lib: Print nicely rounded durations () 2020-06-18 10:55:41 +02:00
meta_test.go lib/db, lib/model: Keep need stats in metadata (ref ) () 2020-05-11 15:07:06 +02:00
meta.go lib/db: Improve error message on meta inconsistency () 2020-06-17 10:03:39 +02:00
namespaced_test.go lib/db, lib/model: Code simplifications () 2020-03-31 14:32:24 +02:00
namespaced.go cmd/syncthing, lib/db: Store upgrade info to throttle queries (fixes ) () 2020-04-13 10:21:07 +02:00
schemaupdater.go all: Make all error implementations pointer types () 2020-06-16 09:27:34 +02:00
set_test.go lib/db: Refactor to use global list by version (fixes ) () 2020-05-30 09:50:23 +02:00
set.go lib/db: Refactor to use global list by version (fixes ) () 2020-05-30 09:50:23 +02:00
smallindex_test.go Implement database abstraction, error checking (ref ) () 2019-11-29 09:11:52 +01:00
smallindex.go Implement database abstraction, error checking (ref ) () 2019-11-29 09:11:52 +01:00
structs.go lib/db: Refactor to use global list by version (fixes ) () 2020-05-30 09:50:23 +02:00
structs.pb.go lib/db: Refactor to use global list by version (fixes ) () 2020-05-30 09:50:23 +02:00
structs.proto lib/db: Refactor to use global list by version (fixes ) () 2020-05-30 09:50:23 +02:00
transactions.go lib/protocol: Avoid panic in DeviceIDFromBytes () 2020-06-07 10:31:12 +02:00
util_test.go lib/db, lib/model: Keep need stats in metadata (ref ) () 2020-05-11 15:07:06 +02:00