syncthing/internal/files
Jochen Voss 1a2a27b988 Minor fixes.
- Bug fix - use .Errorf() instead of .Error():
  Before this change, an error message for failed tests in files/set_test.go
  wrongly tried to use format strings in a call to .Error()

- Change event constants to be of type EventType rather than untyped integers.

- Slightly relax the locking for registry cache lookups:
  For read access to Discover.registry we only need to take a read lock.

- Some cosmetic fixes.
2014-10-06 23:03:24 +01:00
..
testdata Move top level packages to internal. 2014-09-27 09:42:10 +02:00
debug.go Relicense to GPL 2014-10-01 07:53:59 +02:00
filenames_darwin.go Relicense to GPL 2014-10-01 07:53:59 +02:00
filenames_unix.go Relicense to GPL 2014-10-01 07:53:59 +02:00
filenames_windows.go Relicense to GPL 2014-10-01 07:53:59 +02:00
leveldb.go Relicense to GPL 2014-10-01 07:53:59 +02:00
leveldb_xdr.go Rename Repository -> Folder, Node -> Device (fixes #739) 2014-09-28 14:23:07 +01:00
set.go Relicense to GPL 2014-10-01 07:53:59 +02:00
set_test.go Minor fixes. 2014-10-06 23:03:24 +01:00