Нет описания

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