Open Source Continuous File Synchronization; contains branches to build Syncthing as a C library
Go to file
Audrius Butkevicius aa9eda1979 Add IndexTemporary and RequestTemporary flags 2015-03-26 21:30:20 +00:00
AUTHORS Relicense as MIT 2015-01-13 13:31:14 +01:00
CONTRIBUTING.md Relicense as MIT 2015-01-13 13:31:14 +01:00
LICENSE Relicense as MIT 2015-01-13 13:31:14 +01:00
README.md 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.go Add more fine grained compression control 2015-03-11 19:09:58 +01:00
compression_test.go Tests should actually pass 2015-03-11 21:11:43 +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.go Implement version vectors 2015-03-25 22:49:53 +01:00
deviceid_test.go Relicense as MIT 2015-01-13 13:31:14 +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
message.go Rename error to code, update xdr path 2015-03-26 21:30:19 +00:00
message_xdr.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.go Add IndexTemporary and RequestTemporary flags 2015-03-26 21:30:20 +00:00
protocol_test.go Expose flags, options in Index{,Update} 2015-03-26 21:30:18 +00:00
vector.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_compare_test.go Implement version vectors 2015-03-25 22:49:53 +01:00
vector_test.go Implement version vectors 2015-03-25 22:49:53 +01:00
vector_xdr.go Implement version vectors 2015-03-25 22:49:53 +01:00
wireformat.go Expose flags, options in Index{,Update} 2015-03-26 21:30:18 +00:00

README.md

The BEPv1 Protocol

Latest Build API Documentation MIT License

This is the protocol implementation used by Syncthing.

License

MIT