Open Source Continuous File Synchronization; contains branches to build Syncthing as a C library
Go to file
Jakob Borg 5915e8e86a Don't trust mime.TypeByExtension for the easy stuff (fixes #598) 2014-09-04 08:26:12 +02:00
Godeps Update goleveldb 2014-09-02 09:44:07 +02:00
assets Logo update 2014-08-06 09:07:13 +02:00
auto Only create assets map on demand 2014-09-02 13:07:33 +02:00
beacon Implement IPv6 multicast again (fixes #346) 2014-08-17 15:14:44 +02:00
cmd Don't trust mime.TypeByExtension for the easy stuff (fixes #598) 2014-09-04 08:26:12 +02:00
config Enable to configure scan interval per each repository independently 2014-08-20 00:36:36 +02:00
discover Fix connecting to discovered IPv6 address 2014-08-29 17:18:25 +02:00
events Emit Node/Repo Rejected events on unknown nodes / repos. 2014-08-18 23:34:03 +02:00
files If all instances of the global version is invalid, the file should not be on the need list 2014-09-01 09:07:51 +02:00
fnmatch Fix fnmatch tests for Windows 2014-08-26 13:26:52 +02:00
gui change sorting order 2014-09-03 18:41:45 +02:00
integration Integration tests should use v4 localhost 2014-09-02 12:10:18 +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 Move calmh/syncthing -> syncthing/syncthing 2014-08-01 16:48:46 +02:00
model Hold rmut read lock when looking at nodeStatRefs 2014-08-31 13:48:43 +02:00
osutil Try not to leave directories behind with incorrect permissions 2014-08-26 11:12:20 +02:00
protocol If all instances of the global version is invalid, the file should not be on the need list 2014-09-01 09:07:51 +02:00
scanner Fix tests 2014-08-31 22:34:13 +01:00
stats Add stats package and node related statistics model 2014-08-25 12:49:21 +01:00
upgrade Add Windows upgrade support 2014-08-07 21:07:21 +01:00
upnp Move calmh/syncthing -> syncthing/syncthing 2014-08-01 16:48:46 +02:00
versioner Info line formatting (ref #583) 2014-08-28 21:35:55 +02:00
.gitignore Do honest test coverage analysis in Jenkins 2014-08-19 12:43:50 +02:00
CONTRIBUTING.md Note about review of pull requests 2014-08-19 09:55:50 +02:00
CONTRIBUTORS Verify CONTRIBUTORS file 2014-08-25 14:55:19 +02:00
LICENSE Copyright wording 2014-07-13 01:07:49 +02:00
README.md Latest build badge should link to latest build 2014-08-20 12:23:04 +02:00
build.go Try not to crash the box with failing tests 2014-08-31 15:36:05 +01:00
build.sh Try to set some reasonable resource limits when running tests 2014-08-30 10:02:10 +02:00
check-contrib.sh Verify CONTRIBUTORS file 2014-08-25 14:55:19 +02:00

README.md

syncthing

Latest Build 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.

Building

Building Syncthing from source is easy, and there's a guide that describes it for both Unix and Windows.

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). For release binaries, MD5 and SHA1 checksums are calculated and signed, available in the md5sum.txt.asc and sha1sum.txt.asc files.

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.