Open Source Continuous File Synchronization; contains branches to build Syncthing as a C library
Go to file
2015-06-27 11:07:44 +01:00
AUTHORS Relicense as MIT 2015-01-13 13:31:14 +01:00
common_test.go Expose flags, options in Index{,Update} 2015-03-26 21:30:18 +00:00
compression_test.go Tests should actually pass 2015-03-11 21:11:43 +01:00
compression.go Add more fine grained compression control 2015-03-11 19:09:58 +01:00
CONTRIBUTING.md Relicense as MIT 2015-01-13 13:31:14 +01:00
counting.go Integer type policy 2015-01-18 02:13:25 +01:00
debug.go Relicense as MIT 2015-01-13 13:31:14 +01:00
deviceid_test.go Relicense as MIT 2015-01-13 13:31:14 +01:00
deviceid.go Implement version vectors 2015-03-25 22:49:53 +01:00
doc.go Relicense as MIT 2015-01-13 13:31:14 +01:00
errors.go Send and receive Request error codes 2015-03-26 21:30:19 +00:00
header.go Relicense as MIT 2015-01-13 13:31:14 +01:00
LICENSE Relicense as MIT 2015-01-13 13:31:14 +01:00
message_xdr.go Generate with updated XDR package 2015-04-08 14:46:08 +02:00
message.go Rename error to code, update xdr path 2015-03-26 21:30:19 +00:00
nativemodel_darwin.go Expose flags, options in Index{,Update} 2015-03-26 21:30:18 +00:00
nativemodel_unix.go Expose flags, options in Index{,Update} 2015-03-26 21:30:18 +00:00
nativemodel_windows.go Remove duplication 2015-03-26 21:30:19 +00:00
protocol_test.go Enforce ClusterConfiguration at start, then no ordering 2015-06-26 15:38:56 +02:00
protocol.go Expose timeouts in protocol 2015-06-27 11:07:44 +01:00
README.md Relicense as MIT 2015-01-13 13:31:14 +01:00
vector_compare_test.go Implement version vectors 2015-03-25 22:49:53 +01:00
vector_compare.go Implement version vectors 2015-03-25 22:49:53 +01:00
vector_test.go Extract counter value from vector 2015-04-09 12:51:21 +02:00
vector_xdr.go Implement version vectors 2015-03-25 22:49:53 +01:00
vector.go Extract counter value from vector 2015-04-09 12:51:21 +02:00
wireformat.go Expose flags, options in Index{,Update} 2015-03-26 21:30:18 +00:00

The BEPv1 Protocol

Latest Build API Documentation MIT License

This is the protocol implementation used by Syncthing.

License

MIT