Tidak Ada Deskripsi

Jakob Borg d7cc48eab2 Merge branch 'v0.8' 11 tahun lalu
Godeps 4ab4816556 Detect deadlock in model and panic 11 tahun lalu
assets f241b63e0e Logo with text 11 tahun lalu
auto 8f3effed32 Refactor node ID handling, use check digits (fixes #269) 11 tahun lalu
beacon 4dbce32738 Simplify memory handling 11 tahun lalu
cid 8f3effed32 Refactor node ID handling, use check digits (fixes #269) 11 tahun lalu
cmd d7cc48eab2 Merge branch 'v0.8' 11 tahun lalu
config 8f3effed32 Refactor node ID handling, use check digits (fixes #269) 11 tahun lalu
discover 8f3effed32 Refactor node ID handling, use check digits (fixes #269) 11 tahun lalu
files 12eda0449a Build and memSize impl for Solaris 11 tahun lalu
gui 8f3effed32 Refactor node ID handling, use check digits (fixes #269) 11 tahun lalu
integration 8f3effed32 Refactor node ID handling, use check digits (fixes #269) 11 tahun lalu
lamport 843fd9bdbd Add license header 11 tahun lalu
logger f97dd9d8d3 Logger should use stdout instead of stderr 11 tahun lalu
luhn 8f3effed32 Refactor node ID handling, use check digits (fixes #269) 11 tahun lalu
model d7cc48eab2 Merge branch 'v0.8' 11 tahun lalu
osutil 843fd9bdbd Add license header 11 tahun lalu
protocol 8f3effed32 Refactor node ID handling, use check digits (fixes #269) 11 tahun lalu
scanner 2383579a64 Remove spurious debug output in .stignore handling 11 tahun lalu
upnp 843fd9bdbd Add license header 11 tahun lalu
versioner 843fd9bdbd Add license header 11 tahun lalu
xdr 5065d1d0b4 Fix spurious xdr debug logging 11 tahun lalu
.gitignore 8716ed5aa4 Fix coveralls.io data pushing 11 tahun lalu
.travis.yml de382e33a3 Forget go1.2 11 tahun lalu
CONTRIBUTING.md ae882c93c9 Links to discourse 11 tahun lalu
CONTRIBUTORS 82cfd37263 Allow prioritization of downloads based on name (fixes #174) 11 tahun lalu
LICENSE bcd3fd40e4 Add licensing and contribution info 12 tahun lalu
README.md 3dbaa76dcb Fix embarrasing badge :) 11 tahun lalu
build.sh 12eda0449a Build and memSize impl for Solaris 11 tahun lalu

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.