Open Source Continuous File Synchronization.

Jakob Borg 6065b6cb93 Don't consider prereleases for -upgrade (fixes #436) il y a 10 ans
Godeps 4ab4816556 Detect deadlock in model and panic il y a 10 ans
assets f241b63e0e Logo with text il y a 10 ans
auto 8e8a579bb2 Asset update for previous commit il y a 10 ans
beacon 4dbce32738 Simplify memory handling il y a 10 ans
cid 843fd9bdbd Add license header il y a 10 ans
cmd 6065b6cb93 Don't consider prereleases for -upgrade (fixes #436) il y a 10 ans
config b05fcbc9d7 Simplify usage reporting config options (fixes #370) il y a 10 ans
discover 37d83a4e2e Continue discovery on connect errors (fixes #324) il y a 10 ans
files 50b37f1366 Revert "Add temporary debug logging for #344 (revert later)" il y a 10 ans
gui efbdf72d20 Lower CPU usage at idle by reducing db polling il y a 10 ans
integration 77fe8449ba Test script for REST interface il y a 10 ans
lamport 843fd9bdbd Add license header il y a 10 ans
logger 843fd9bdbd Add license header il y a 10 ans
model 50b37f1366 Revert "Add temporary debug logging for #344 (revert later)" il y a 10 ans
osutil 843fd9bdbd Add license header il y a 10 ans
protocol a7b6e35467 incomingIndexes should not be a package variable (fixes #344) il y a 10 ans
scanner 2383579a64 Remove spurious debug output in .stignore handling il y a 10 ans
upnp 58cc108c0c Handle WANPPPConnection devices (fixes #431) il y a 10 ans
versioner 843fd9bdbd Add license header il y a 10 ans
xdr 5065d1d0b4 Fix spurious xdr debug logging il y a 10 ans
.gitignore 8716ed5aa4 Fix coveralls.io data pushing il y a 10 ans
.travis.yml de382e33a3 Forget go1.2 il y a 10 ans
CONTRIBUTING.md ae882c93c9 Links to discourse il y a 10 ans
CONTRIBUTORS 82cfd37263 Allow prioritization of downloads based on name (fixes #174) il y a 10 ans
LICENSE bcd3fd40e4 Add licensing and contribution info il y a 10 ans
README.md 3dbaa76dcb Fix embarrasing badge :) il y a 10 ans
build.sh 12eda0449a Build and memSize impl for Solaris il y a 10 ans

README.md

syncthing Build Status Coverage Status

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.