syncthing/protocol
Jakob Borg 3c4002e149 Merge branch 'v0.8'
* v0.8:
  Don't leak writer and index goroutines on close
  Clean up protocol locking and closing
  Send initial index in batches
  Always send initial index, even if empty (ref #344)
  Simplify locking in protocol.Index
  Protocol state machine on receiving side
  Log client version on connect
  Handle query parameters in UPnP control URL (fixes #211)
  Avoid deadlock during initial scan (fixes #389)
  Add temporary debug logging for #344 (revert later)
  Tone down UPnP not found message (fixes #406)
2014-07-04 15:16:41 +02:00
..
PROTOCOL.md Include MaxVersion in Cluster Config message 2014-06-23 09:31:59 +02:00
common_test.go Refactor node ID handling, use check digits (fixes #269) 2014-06-30 01:42:03 +02:00
counting.go Add license header 2014-06-01 22:50:14 +02:00
debug.go Add license header 2014-06-01 22:50:14 +02:00
doc.go Add license header 2014-06-01 22:50:14 +02:00
header.go Add license header 2014-06-01 22:50:14 +02:00
message_types.go Refactor node ID handling, use check digits (fixes #269) 2014-06-30 01:42:03 +02:00
message_xdr.go Improve XDR performance 2014-06-30 13:35:48 +02:00
nativemodel_darwin.go Refactor node ID handling, use check digits (fixes #269) 2014-06-30 01:42:03 +02:00
nativemodel_unix.go Fix linux/freebsd/windows compilation 2014-06-30 01:51:58 +02:00
nativemodel_windows.go Fix linux/freebsd/windows compilation 2014-06-30 01:51:58 +02:00
nodeid.go Refactor node ID handling, use check digits (fixes #269) 2014-06-30 01:42:03 +02:00
nodeid_test.go Refactor node ID handling, use check digits (fixes #269) 2014-06-30 01:42:03 +02:00
protocol.go Merge branch 'v0.8' 2014-07-04 15:16:41 +02:00
protocol_test.go Refactor node ID handling, use check digits (fixes #269) 2014-06-30 01:42:03 +02:00
wireformat.go Refactor node ID handling, use check digits (fixes #269) 2014-06-30 01:42:03 +02:00