syncthing/internal
Jochen Voss 28366677b0 Cleanup the code in internal/files/leveldb.go a bit.
This commit introduces the following, cosmetic changes:

- All callers of 'ldbGenericReplace' specify a non-nil 'deleteFn' argument.
  Thus, remove the checks for 'deleteFn' being nil.

- Before this change, 'ldbInsert' took a 'FileInfo' argument and a
  separate argument for the file name, but all callers passed in the
  value of FileInfo.Name as the file name.  Simplify this, by not not
  passing in the file name as a separate argument.  This makes the
  function signature of 'ldbInsert' more similar to 'ldbUpdate'.

- doc fixes
2014-10-10 22:12:01 +01:00
..
auto Better version change detection (fixes #808, fixes #810) 2014-10-08 21:20:54 +01:00
beacon Relicense to GPL 2014-10-01 07:53:59 +02:00
config Archive a copy of config.xml when the format changes 2014-10-08 13:52:05 +02:00
discover Minor fixes. 2014-10-06 23:03:24 +01:00
events Minor fixes. 2014-10-06 23:03:24 +01:00
files Cleanup the code in internal/files/leveldb.go a bit. 2014-10-10 22:12:01 +01:00
fnmatch Relicense to GPL 2014-10-01 07:53:59 +02:00
ignore Relicense to GPL 2014-10-01 07:53:59 +02:00
lamport Relicense to GPL 2014-10-01 07:53:59 +02:00
logger Relicense to GPL 2014-10-01 07:53:59 +02:00
luhn Relicense to GPL 2014-10-01 07:53:59 +02:00
model Emit info level log when deleting directory fails 2014-10-10 21:20:46 +02:00
osutil Use a configuration wrapper to handle loads and saves 2014-10-06 17:57:35 +02:00
protocol Relicense to GPL 2014-10-01 07:53:59 +02:00
scanner Reuse temporary files (fixes #4) 2014-10-04 16:00:59 +01:00
stats Relicense to GPL 2014-10-01 07:53:59 +02:00
upgrade Relicense to GPL 2014-10-01 07:53:59 +02:00
upnp Relicense to GPL 2014-10-01 07:53:59 +02:00
versioner Relicense to GPL 2014-10-01 07:53:59 +02:00