syncthing/lib/protocol
Audrius Butkevicius b4f9a55e6e protocol: Add "Hello" message at connection start, also for unauthed peers 2016-03-25 20:29:07 +00:00
..
AUTHORS Add 'lib/protocol/' from commit 'f91191218b192ace841c878f161832d19c09145a' 2015-09-22 19:34:29 +02:00
CONTRIBUTING.md Add 'lib/protocol/' from commit 'f91191218b192ace841c878f161832d19c09145a' 2015-09-22 19:34:29 +02:00
LICENSE Add 'lib/protocol/' from commit 'f91191218b192ace841c878f161832d19c09145a' 2015-09-22 19:34:29 +02:00
README.md Add 'lib/protocol/' from commit 'f91191218b192ace841c878f161832d19c09145a' 2015-09-22 19:34:29 +02:00
common_test.go Improve protocol tests, close handling 2016-01-12 09:30:02 +01:00
compression.go Add 'lib/protocol/' from commit 'f91191218b192ace841c878f161832d19c09145a' 2015-09-22 19:34:29 +02:00
compression_test.go Add 'lib/protocol/' from commit 'f91191218b192ace841c878f161832d19c09145a' 2015-09-22 19:34:29 +02:00
conflict_test.go Add 'lib/protocol/' from commit 'f91191218b192ace841c878f161832d19c09145a' 2015-09-22 19:34:29 +02:00
counting.go Add 'lib/protocol/' from commit 'f91191218b192ace841c878f161832d19c09145a' 2015-09-22 19:34:29 +02:00
debug.go Must not call hex.Dump in non-debug mode... 2015-10-27 10:27:18 +01:00
deviceid.go Humanize serialization of version vectors (again) 2016-01-20 11:14:08 -08:00
deviceid_test.go A couple of protocol tests 2016-01-20 11:37:48 -08:00
doc.go Add 'lib/protocol/' from commit 'f91191218b192ace841c878f161832d19c09145a' 2015-09-22 19:34:29 +02:00
errors.go Fix vet and lint complaints 2015-09-22 20:34:24 +02:00
fuzz.go Add 'lib/protocol/' from commit 'f91191218b192ace841c878f161832d19c09145a' 2015-09-22 19:34:29 +02:00
fuzz_test.go Add 'lib/protocol/' from commit 'f91191218b192ace841c878f161832d19c09145a' 2015-09-22 19:34:29 +02:00
header.go Use v2 of XDR package (actual changes) 2016-02-02 15:33:46 +01:00
message.go protocol: Add "Hello" message at connection start, also for unauthed peers 2016-03-25 20:29:07 +00:00
message_xdr.go protocol: Add "Hello" message at connection start, also for unauthed peers 2016-03-25 20:29:07 +00:00
nativemodel_darwin.go Add 'lib/protocol/' from commit 'f91191218b192ace841c878f161832d19c09145a' 2015-09-22 19:34:29 +02:00
nativemodel_unix.go Add 'lib/protocol/' from commit 'f91191218b192ace841c878f161832d19c09145a' 2015-09-22 19:34:29 +02:00
nativemodel_windows.go Add 'lib/protocol/' from commit 'f91191218b192ace841c878f161832d19c09145a' 2015-09-22 19:34:29 +02:00
protocol.go Increase maximum allowed file size to 10 Mblocks 2016-03-04 16:24:54 +01:00
protocol.test Fix tests on Go 1.3 2016-03-08 09:07:18 +01:00
protocol_test.go protocol: Add "Hello" message at connection start, also for unauthed peers 2016-03-25 20:29:07 +00:00
vector.go Humanize serialization of version vectors (again) 2016-01-20 11:14:08 -08:00
vector_compare.go Add 'lib/protocol/' from commit 'f91191218b192ace841c878f161832d19c09145a' 2015-09-22 19:34:29 +02:00
vector_compare_test.go Add 'lib/protocol/' from commit 'f91191218b192ace841c878f161832d19c09145a' 2015-09-22 19:34:29 +02:00
vector_test.go Fix vet and lint complaints 2015-09-22 20:34:24 +02:00
vector_xdr.go Use v2 of XDR package (auto generated) 2016-02-02 12:44:33 +01:00
wireformat.go Don't leak sendIndexes on disconnect (fixes #2589) 2016-01-11 17:57:25 +01:00

README.md

The BEPv1 Protocol

Latest Build API Documentation MIT License

This is the protocol implementation used by Syncthing.

License

MIT