syncthing/lib
Jakob Borg 2df001fe5c lib/model: Correct handling of multiple subs when scanning (fixes #2851)
Previously the code failed in that it would return top-level plus a sub,
i.e. ["", "foo"], and it would consider "usr/lib" a prefix of
"usr/libexec" which it is not.
2016-03-18 08:28:44 +00:00
..
auto Confirmation box for when adding multiple folders on the same path (#1960) 2016-03-17 23:05:37 +00:00
beacon Remove unused struct field 2015-10-27 09:55:05 +01:00
config tests: messagediff argument order should be expected, actual 2016-03-17 08:03:29 +01:00
connections connections: The Max{Send,Recv}Kbps variables are supposed to be in KiB/s 2016-03-17 08:18:23 +01:00
db tests: messagediff argument order should be expected, actual 2016-03-17 08:03:29 +01:00
dialer Use dialer in relay checks (fixes #2732) 2016-01-30 12:33:42 +00:00
discover Correct path to genxdr after the change to Go1.5+ vendoring 2016-03-09 12:43:16 +00:00
events Don't cause rare spurious event timeout 2015-11-17 12:05:22 +01: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 The "OK" log level is silly and should not exist 2016-01-16 23:04:41 +01:00
model lib/model: Correct handling of multiple subs when scanning (fixes #2851) 2016-03-18 08:28:44 +00:00
osutil Add deps 2016-03-06 20:32:10 +00:00
protocol Add folder label in addition to ID (fixes #966) 2016-03-11 09:48:46 +00:00
rc Handle sparse files (fixes #245) 2015-11-21 17:58:09 +01:00
relay lib/relay/client: Log relay client messages (fixes #2624) 2016-03-18 07:25:37 +00:00
scanner tests: messagediff argument order should be expected, actual 2016-03-17 08:03:29 +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 ECDSA keys instead of RSA 2015-11-27 09:15:12 +01:00
upgrade FetchLatestReleases: fix the error log message 2016-01-19 21:32:33 -05:00
upnp Svc -> Service 2015-12-23 15:31:12 +00:00
versioner Better error messages for globbing errors 2015-12-15 10:04:13 +01:00