syncthing/lib/model
Jakob Borg 2a4fc28318 We should pass around db.Instance instead of leveldb.DB
We're going to need the db.Instance to keep some state, and for that to
work we need the same one passed around everywhere. Hence this moves the
leveldb-specific file opening stuff into the db package and exports the
dbInstance type.
2015-10-31 12:35:30 +01:00
..
testdata mv internal lib 2015-08-09 09:35:26 +02:00
.gitignore mv internal lib 2015-08-09 09:35:26 +02:00
connection.go Fix import paths 2015-09-22 19:38:46 +02:00
debug.go Implement facility based logger, debugging via REST API 2015-10-03 18:09:53 +02:00
deviceactivity.go Fix import paths 2015-09-22 19:38:46 +02:00
deviceactivity_test.go Fix import paths 2015-09-22 19:38:46 +02:00
doc.go mv internal lib 2015-08-09 09:35:26 +02:00
folderstate.go mv internal lib 2015-08-09 09:35:26 +02:00
model.go We should pass around db.Instance instead of leveldb.DB 2015-10-31 12:35:30 +01:00
model_test.go We should pass around db.Instance instead of leveldb.DB 2015-10-31 12:35:30 +01:00
progressemitter.go Tests must use locking to avoid race (fixes #2394) 2015-10-20 08:51:31 +02:00
progressemitter_test.go mv internal lib 2015-08-09 09:35:26 +02:00
queue.go Tests must use locking to avoid race (fixes #2394) 2015-10-20 08:51:31 +02:00
queue_test.go mv internal lib 2015-08-09 09:35:26 +02:00
rofolder.go Implement facility based logger, debugging via REST API 2015-10-03 18:09:53 +02:00
rwfolder.go Rescan changed files before pulling on top of them (fixes #2416) 2015-10-29 09:12:37 +01:00
rwfolder_test.go We should pass around db.Instance instead of leveldb.DB 2015-10-31 12:35:30 +01:00
sharedpullerstate.go Implement facility based logger, debugging via REST API 2015-10-03 18:09:53 +02:00
sharedpullerstate_test.go mv internal lib 2015-08-09 09:35:26 +02:00
tempname.go mv internal lib 2015-08-09 09:35:26 +02:00
tempname_test.go mv internal lib 2015-08-09 09:35:26 +02:00
util.go mv internal lib 2015-08-09 09:35:26 +02:00