syncthing/internal
Jakob Borg ce3e6e084c Ensure backwards compatibility before modifying protocol
This change makes sure that things work smoothly when "we" are a newer
version than our peer and have more fields in our messages than they do.
Missing fields will be left at zero/nil.

(The other side will ignore our extra fields, for the same effect.)
2015-01-08 14:25:11 +01:00
..
auto Add timabell 2015-01-07 08:36:54 +01:00
beacon Use more inclusive copyright header 2014-11-17 12:54:42 +01:00
config New device, folder prompts (fixes #120, fixes #330) 2015-01-03 23:06:41 +00:00
discover Use Go 1.4 'generate' to create XDR codec 2014-12-06 14:23:10 +01:00
events Various style fixes 2014-12-08 16:36:15 +01:00
files Use comma-ok idiom to signal files missing in database (fixes #1186) 2015-01-06 22:40:20 +01:00
fnmatch Escape plus sign (fixes #1090) 2014-12-07 00:10:32 +00:00
ignore Refactor ignore handling (...) 2014-12-23 10:46:02 +01:00
lamport Use more inclusive copyright header 2014-11-17 12:54:42 +01:00
luhn Use more inclusive copyright header 2014-11-17 12:54:42 +01:00
model Merge pull request #1194 from syncthing/fix-1186 2015-01-06 21:54:13 +00:00
osutil Don't unnecessarily chmod directories when renaming 2015-01-06 22:10:44 +01:00
protocol Ensure backwards compatibility before modifying protocol 2015-01-08 14:25:11 +01:00
scanner Use comma-ok idiom to signal files missing in database (fixes #1186) 2015-01-06 22:40:20 +01:00
stats Display last received file and time (fixes #292, fixes #801) 2014-12-09 20:24:48 +00:00
symlinks Scrap IsSymlink for native support on Go 1.4 2014-12-04 23:02:57 +00:00
upgrade Fix broken upgrades (fixes #1175) 2015-01-04 18:19:00 +00:00
upnp Properly handle absolute URLs when parsing UPnP service control URLs 2015-01-07 21:23:20 -08:00
versioner Silence versioner warnings for unmatched files (fixes #1117) 2014-12-30 22:43:07 +00:00