No Description

Audrius Butkevicius 0c1e60894f Fix tests on Windows 11 years ago
Godeps 32a9466277 Update goleveldb 11 years ago
assets 97b4a6553b Logo update 11 years ago
auto 50f0097843 Add Rescan button to repositories 11 years ago
beacon cec3bad373 Move calmh/syncthing -> syncthing/syncthing 11 years ago
cmd dfef929187 Translation update, handle locales precisely 11 years ago
config 9f2948f595 Fix tests for UPnP options 11 years ago
discover 5f1bf9d9d6 Merge branch 'master' into pr/511 11 years ago
events 8ea1e302c3 Also expose ItemStarted events 11 years ago
files ace87ad7bb Normalize file name format in on disk db (fixes #479) 11 years ago
gui 50f0097843 Add Rescan button to repositories 11 years ago
integration 528cbf62ec POST to /config should return an error when something bad happens (fixes #489) 11 years ago
lamport e9e45d0e29 Test clock ticks 11 years ago
logger d3ca265a25 Test logging handlers 11 years ago
luhn cec3bad373 Move calmh/syncthing -> syncthing/syncthing 11 years ago
model 92eed3b33b Don't load block lists from db unless necessary 11 years ago
osutil c860ad23a0 Docstrings 11 years ago
protocol ad273adb78 Slightly more conservative guess on file size 11 years ago
scanner 0c1e60894f Fix tests on Windows 11 years ago
upgrade 6948903084 Add Windows upgrade support 11 years ago
upnp cec3bad373 Move calmh/syncthing -> syncthing/syncthing 11 years ago
versioner cec3bad373 Move calmh/syncthing -> syncthing/syncthing 11 years ago
.gitignore be15e48074 Remove discosrv (see https://github.com/syncthing/discosrv) 11 years ago
.travis.yml b71306480f Travis should build with 1.3 + tip 11 years ago
CONTRIBUTING.md 83d707fc4b Add Transifex info to contribution guidelines 11 years ago
CONTRIBUTORS e1442290b6 Add tojrobinson 11 years ago
LICENSE 0a633c526f Copyright wording 11 years ago
README.md 3c9165d295 Sign checksums, not files. 11 years ago
build.sh d977f4278e Build should fail if a platform does not build 11 years ago

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.