Нет описания

Jakob Borg b05fcbc9d7 Simplify usage reporting config options (fixes #370) 11 лет назад
Godeps 6fb05fc82a Add Edit > Show ID with QR (fixes #243) 12 лет назад
assets f241b63e0e Logo with text 12 лет назад
auto b05fcbc9d7 Simplify usage reporting config options (fixes #370) 11 лет назад
beacon 9ca87f5314 Don't attempt to use broadcast with IPv6 (ref #346) 11 лет назад
buffers 843fd9bdbd Add license header 12 лет назад
cid 843fd9bdbd Add license header 12 лет назад
cmd b05fcbc9d7 Simplify usage reporting config options (fixes #370) 11 лет назад
config b05fcbc9d7 Simplify usage reporting config options (fixes #370) 11 лет назад
discover 843fd9bdbd Add license header 12 лет назад
files 12eda0449a Build and memSize impl for Solaris 11 лет назад
gui b05fcbc9d7 Simplify usage reporting config options (fixes #370) 11 лет назад
integration 7454670b0a Drop and warn about non-normalized file names on Linux/Windows (fixes #329) 12 лет назад
lamport 843fd9bdbd Add license header 12 лет назад
logger 843fd9bdbd Add license header 12 лет назад
model 26ebbee877 Hard override on changes from master repo 11 лет назад
osutil 843fd9bdbd Add license header 12 лет назад
protocol 964c903a68 Only keep track of version (not modified) for sent index 11 лет назад
scanner b05fcbc9d7 Simplify usage reporting config options (fixes #370) 11 лет назад
upnp 843fd9bdbd Add license header 12 лет назад
versioner 843fd9bdbd Add license header 12 лет назад
xdr 5065d1d0b4 Fix spurious xdr debug logging 12 лет назад
.gitignore 8716ed5aa4 Fix coveralls.io data pushing 12 лет назад
.travis.yml de382e33a3 Forget go1.2 12 лет назад
CONTRIBUTING.md ae882c93c9 Links to discourse 12 лет назад
CONTRIBUTORS 82cfd37263 Allow prioritization of downloads based on name (fixes #174) 12 лет назад
LICENSE bcd3fd40e4 Add licensing and contribution info 12 лет назад
README.md 3dbaa76dcb Fix embarrasing badge :) 12 лет назад
build.sh 12eda0449a Build and memSize impl for Solaris 11 лет назад

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.