Brak opisu

Jakob Borg 2ffdb5a82a Actually generate random certificate serials (fixes #361) 11 lat temu
Godeps 6fb05fc82a Add Edit > Show ID with QR (fixes #243) 11 lat temu
assets dd3d8a6c98 Revamp UI (fixes #185, fixes #147, fixes #136, fixes #124) 11 lat temu
auto f40f3b3b7b Anonymous Usage Reporting 11 lat temu
beacon 843fd9bdbd Add license header 11 lat temu
buffers 843fd9bdbd Add license header 11 lat temu
cid 843fd9bdbd Add license header 11 lat temu
cmd 2ffdb5a82a Actually generate random certificate serials (fixes #361) 11 lat temu
config f40f3b3b7b Anonymous Usage Reporting 11 lat temu
discover 843fd9bdbd Add license header 11 lat temu
files 82cfd37263 Allow prioritization of downloads based on name (fixes #174) 11 lat temu
gui f40f3b3b7b Anonymous Usage Reporting 11 lat temu
integration 7454670b0a Drop and warn about non-normalized file names on Linux/Windows (fixes #329) 11 lat temu
lamport 843fd9bdbd Add license header 11 lat temu
logger 843fd9bdbd Add license header 11 lat temu
model 82cfd37263 Allow prioritization of downloads based on name (fixes #174) 11 lat temu
osutil 843fd9bdbd Add license header 11 lat temu
protocol 66d4e9e5d7 Prevent possible reordering of Index/IndexUpdate on send (ref #344) 11 lat temu
scanner 7454670b0a Drop and warn about non-normalized file names on Linux/Windows (fixes #329) 11 lat temu
upnp 843fd9bdbd Add license header 11 lat temu
versioner 843fd9bdbd Add license header 11 lat temu
xdr 5065d1d0b4 Fix spurious xdr debug logging 11 lat temu
.gitignore 8716ed5aa4 Fix coveralls.io data pushing 11 lat temu
.travis.yml de382e33a3 Forget go1.2 11 lat temu
CONTRIBUTING.md ae882c93c9 Links to discourse 11 lat temu
CONTRIBUTORS 82cfd37263 Allow prioritization of downloads based on name (fixes #174) 11 lat temu
LICENSE bcd3fd40e4 Add licensing and contribution info 12 lat temu
README.md 3dbaa76dcb Fix embarrasing badge :) 11 lat temu
build.sh 8716ed5aa4 Fix coveralls.io data pushing 11 lat temu

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.