syncthing/lib
William A. Kennington III 5bdf4c6143 upnp: Use a separate error for the error unmarshalling
Previously, when unmarshing the SOAP error code data we would overwrite
the original err, typically with null since the parsing of the error
code information succeeds. If we don't have a upnp 725 error, we would fall
back to returning null or no error. This broke our upnp error handling
logic for AddPortMappings as it would think it succeeds if it gets a 718
permission error.
2015-12-12 09:58:23 -08:00
..
auto Update docs & translations 2015-12-06 13:09:22 +01:00
beacon Remove unused struct field 2015-10-27 09:55:05 +01:00
config Also remove IP per disco server 2015-12-08 10:10:34 +01:00
connections Add timeouts to relay methods 2015-11-23 21:14:46 +00:00
db Compact database on startup (ref #2400) 2015-11-24 13:17:30 +01:00
dialer Add dialer.DialTimeout support 2015-11-26 23:31:37 +00:00
discover Lol shadowing :( 2015-12-01 11:20:16 +01: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 Fix typos. 2015-11-11 21:20:34 -05:00
model Filenames added to audit log in the LocalIndexUpdated event (fixes #2549) 2015-12-04 08:42:00 +01:00
osutil Don't chmod in Atomic on android (fixes #2472) 2015-11-28 02:46:06 +10:00
protocol Regenerate XDR for empty struct types 2015-11-24 20:54:49 +01:00
rc Handle sparse files (fixes #245) 2015-11-21 17:58:09 +01:00
relay staticClient.connect(): don't handshake twice (fixes #2547, #2548) 2015-12-04 12:01:01 +00:00
scanner Refactor: multiple-if to switch 2015-11-20 11:24:50 +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 Improve upgrade error messages 2015-11-24 08:29:42 -05:00
upnp upnp: Use a separate error for the error unmarshalling 2015-12-12 09:58:23 -08:00
versioner Implement facility based logger, debugging via REST API 2015-10-03 18:09:53 +02:00