syncthing/lib
Jakob Borg a80fc1b062 Correctly report errors encountered parsing ignores (fixes #2309, fixes #2296)
An error on opening .stignore will satisfy os.IsNotExist() and not be
reported. Other errors will be reported and stop the folder, including
is-not-exist errors from #include as these are passed through fmt.Errorf.

Also fixes minor issue where we would not print cause of folder stopping
to the log.

Also fixes minor issue with capitalization of errors.
2015-09-29 18:04:18 +02:00
..
auto Docs and translation update 2015-09-27 22:31:19 +02:00
beacon Correct success/error handling for multicast/broadcast sends 2015-09-22 16:04:48 +02:00
config Fix import paths 2015-09-22 19:38:46 +02:00
connections Clean up connection.Model interface a little 2015-09-26 13:19:22 +02:00
db Fix import paths 2015-09-22 19:38:46 +02:00
discover Don't naively join host and port using colon (fixes #2316) 2015-09-27 21:44:08 +02:00
events New global discovery protocol over HTTPS (fixes #628, fixes #1907) 2015-09-20 21:10: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
model Correctly report errors encountered parsing ignores (fixes #2309, fixes #2296) 2015-09-29 18:04:18 +02:00
osutil Pick a single relay (fixes #2182) 2015-09-02 18:05:34 +01:00
protocol Relax folder label restrictions 2015-09-25 13:45:58 +02:00
rc Relax folder label restrictions 2015-09-25 13:45:58 +02:00
relay Fix vet and lint complaints 2015-09-22 20:34:24 +02:00
scanner Fix import paths 2015-09-22 19:38:46 +02:00
signature stsigtool should use the built in key by default 2015-08-24 16:24:00 +02:00
stats lib/stats need not depend on protocol 2015-09-04 13:23:18 +02:00
symlinks Fix import paths 2015-09-22 19:38:46 +02:00
sync mv internal lib 2015-08-09 09:35:26 +02:00
tlsutil Generate certs with SHA256 signature instead of SHA1 2015-09-09 12:55:17 +02:00
upgrade Fix -no-upgrade 2015-09-13 18:04:58 +02:00
upnp Minor typo in UPnP service description list 2015-08-09 14:14:13 +02:00
versioner Merge pull request #2171 from Zillode/staggered-test 2015-08-19 20:11:19 +01:00