syncthing/lib
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
..
auto Translation update 2015-10-30 10:23:09 +01:00
beacon Remove unused struct field 2015-10-27 09:55:05 +01:00
config We should pass around db.Instance instead of leveldb.DB 2015-10-31 12:35:30 +01:00
connections Our dialer sets up TCP options 2015-10-16 19:18:22 +01:00
db We should pass around db.Instance instead of leveldb.DB 2015-10-31 12:35:30 +01:00
dialer Our dialer sets up TCP options 2015-10-16 19:18:22 +01:00
discover Remove dead code 2015-10-25 20:46:09 +00:00
events Implement facility based logger, debugging via REST API 2015-10-03 18:09:53 +02:00
fnmatch Use raw strings to describe regexes, avoids double escaping 2015-09-02 22:19:45 +02:00
ignore Correctly report errors encountered parsing ignores (fixes #2309, fixes #2296) 2015-09-29 18:04:18 +02:00
logger Comment pedantry 2015-10-31 11:16:07 +01:00
model We should pass around db.Instance instead of leveldb.DB 2015-10-31 12:35:30 +01:00
osutil Revert "Case insensitive renames, part 1" 2015-09-30 21:40:04 +02:00
protocol Must not call hex.Dump in non-debug mode... 2015-10-27 10:27:18 +01:00
rc Comment pedantry 2015-10-31 11:16:07 +01:00
relay Close channel after the client is stopped 2015-10-22 23:09:02 +01:00
scanner Reduce allocations in HashFile 2015-10-27 09:37:27 +01:00
signature The PublicKey() method is an addition in Go 1.4 2015-10-27 16:03:14 +01:00
stats We should pass around db.Instance instead of leveldb.DB 2015-10-31 12:35:30 +01:00
symlinks Fix import paths 2015-09-22 19:38:46 +02:00
sync Remove dead code 2015-10-25 20:46:09 +00:00
tlsutil Generate certs with SHA256 signature instead of SHA1 2015-09-09 12:55:17 +02:00
upgrade Comment pedantry 2015-10-31 11:16:07 +01:00
upnp Add proxy support (fixes #271) 2015-10-15 21:01:42 +01:00
versioner Implement facility based logger, debugging via REST API 2015-10-03 18:09:53 +02:00