syncthing/lib/config
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 Allow limiting max conflicts (fixes #2282) 2015-10-16 19:26:38 +01:00
commit_test.go mv internal lib 2015-08-09 09:35:26 +02:00
config.go Create a correct URL is more difficult than just slapping on a scheme (fixes #2316) 2015-10-30 21:22:40 +01:00
config_test.go We should pass around db.Instance instead of leveldb.DB 2015-10-31 12:35:30 +01:00
debug.go Implement facility based logger, debugging via REST API 2015-10-03 18:09:53 +02:00
deviceconfiguration.go Refactor config types into separate files 2015-10-27 11:37:03 +01:00
folderconfiguration.go Fix some config Copy() things we had forgotten 2015-10-27 11:53:42 +01:00
guiconfiguration.go Refactor config types into separate files 2015-10-27 11:37:03 +01:00
optionsconfiguration.go We should pass around db.Instance instead of leveldb.DB 2015-10-31 12:35:30 +01:00
pullorder.go pulorder.go -> pullorder.go 2015-10-27 12:14:14 +01:00
versioningconfiguration.go Fix some config Copy() things we had forgotten 2015-10-27 11:53:42 +01:00
wrapper.go Implement facility based logger, debugging via REST API 2015-10-03 18:09:53 +02:00