Open Source Continuous File Synchronization; contains branches to build Syncthing as a C library
Go to file
Jakob Borg 4f92482294 build.sh -> build.go for better cross platform support 2014-08-18 21:39:35 +02:00
Godeps Update goleveldb 2014-08-15 09:18:38 +02:00
assets Logo update 2014-08-06 09:07:13 +02:00
auto Implement IPv6 multicast again (fixes #346) 2014-08-17 15:14:44 +02:00
beacon Implement IPv6 multicast again (fixes #346) 2014-08-17 15:14:44 +02:00
cmd build.sh -> build.go for better cross platform support 2014-08-18 21:39:35 +02:00
config Implement IPv6 multicast again (fixes #346) 2014-08-17 15:14:44 +02:00
discover Implement IPv6 multicast again (fixes #346) 2014-08-17 15:14:44 +02:00
events Also expose ItemStarted events 2014-08-05 13:14:04 +02:00
files Normalize file name format in on disk db (fixes #479) 2014-08-15 12:52:16 +02:00
gui Implement IPv6 multicast again (fixes #346) 2014-08-17 15:14:44 +02:00
integration POST to /config should return an error when something bad happens (fixes #489) 2014-08-08 14:09: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 Move calmh/syncthing -> syncthing/syncthing 2014-08-01 16:48:46 +02:00
model Add repoPath and repoID as parameters to versioner factory (fixes #531) 2014-08-17 07:52:49 +02:00
osutil Docstrings 2014-07-31 17:01:11 +02:00
protocol Fix some typos 2014-08-17 23:27:04 -04:00
scanner Fix tests on Windows 2014-08-16 17:33:01 +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 All printed warnings should have some context 2014-08-17 10:28:36 +02:00
.gitignore Remove discosrv (see https://github.com/syncthing/discosrv) 2014-07-30 22:18:02 +02:00
.travis.yml Travis should build with 1.3 + tip 2014-08-13 09:01:17 +02:00
CONTRIBUTING.md Add Transifex info to contribution guidelines 2014-08-06 11:03:39 +02:00
CONTRIBUTORS Add tojrobinson 2014-08-07 07:20:21 +02:00
LICENSE Copyright wording 2014-07-13 01:07:49 +02:00
README.md Sign checksums, not files. 2014-08-13 12:52:04 +02:00
build.go build.sh -> build.go for better cross platform support 2014-08-18 21:39:35 +02:00
build.sh build.sh -> build.go for better cross platform support 2014-08-18 21:39:35 +02:00

README.md

syncthing

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