Open Source Continuous File Synchronization; contains branches to build Syncthing as a C library
Go to file
Jakob Borg 32da1c8d58 Handle ElementSizeExceeded on nested structs 2014-07-31 15:21:33 +02:00
Godeps Build Solaris again 2014-07-25 15:26:23 +02:00
assets No need to keep entire Bootstrap source 2014-07-31 12:16:26 +02:00
auto Enabling compression for self does not make sense 2014-07-31 11:01:39 +02:00
beacon Test maps and versioning config 2014-07-31 14:13:55 +02:00
cmd Handle ElementSizeExceeded on nested structs 2014-07-31 15:21:33 +02:00
config Test maps and versioning config 2014-07-31 14:13:55 +02:00
discover Handle ElementSizeExceeded on nested structs 2014-07-31 15:21:33 +02:00
events Debug events module 2014-07-25 14:50:14 +02:00
files Handle ElementSizeExceeded on nested structs 2014-07-31 15:21:33 +02:00
gui Enabling compression for self does not make sense 2014-07-31 11:01:39 +02:00
integration Add debug hook for completion, for integration tests 2014-07-29 13:01:27 +02:00
lamport Test clock ticks 2014-07-31 14:14:40 +02:00
logger Test logging handlers 2014-07-31 14:14:19 +02:00
luhn Add Local Version field to files, send index in segments. 2014-07-15 13:04:37 +02:00
model Remove pointless CompareClusterConfig 2014-07-31 14:17:46 +02:00
osutil Copyright wording 2014-07-13 01:07:49 +02:00
protocol Handle ElementSizeExceeded on nested structs 2014-07-31 15:21:33 +02:00
scanner Fast parallel file hasher (fixes #293) 2014-07-30 20:10:46 +02:00
upnp Handle WANPPPConnection devices (fixes #431) 2014-07-22 22:47:54 +02:00
versioner Copyright wording 2014-07-13 01:07:49 +02:00
xdr Refactor compression support, now at message level. 2014-07-28 11:31:22 +02:00
.gitignore Remove discosrv (see https://github.com/syncthing/discosrv) 2014-07-30 22:18:02 +02:00
.travis.yml Revert "Use drone.io instead of Travis" 2014-07-31 13:18:27 +02:00
CONTRIBUTING.md Copyright wording 2014-07-13 01:07:49 +02:00
CONTRIBUTORS Add AudriusButkevicius 2014-07-23 07:57:37 +02:00
LICENSE Copyright wording 2014-07-13 01:07:49 +02:00
README.md Shiny badges are shiny 2014-07-31 13:31:24 +02:00
build.sh Get cover and goveralls in ./build.sh setup 2014-07-31 12:51:50 +02:00

README.md

syncthing

Build Status Coverage Status API Documentation MIT License

This is the syncthing project. The following are the project goals:

  1. Define a protocol for synchronization of a file repository between a number of collaborating nodes. The protocol should be well defined, unambiguous, easily understood, free to use, efficient, secure and language neutral. This is the Block Exchange Protocol.

  2. Provide the reference implementation to demonstrate the usability of said protocol. This is the syncthing utility. It is the hope that alternative, compatible implementations of the protocol will come to exist.

The two are evolving together; the protocol is not to be considered stable until syncthing 1.0 is released, at which point it is locked down for incompatible changes.

Getting Started

Take a look at the getting started guide.

Signed Releases

As of v0.7.0 and onwards, git tags and release binaries are GPG signed with the key BCE524C7 (http://nym.se/gpg.txt). The signature is included in the normal release bundle as syncthing.asc or syncthing.exe.asc.

Documentation

The syncthing documentation is on the discourse site.

License

All documentation and protocol specifications are licensed under the Creative Commons Attribution 4.0 International License.

All code is licensed under the MIT License.