No Description

Jakob Borg 80c2b32b92 Implement CSRF protection for REST interface (fixes #287) 11 years ago
Godeps 6fb05fc82a Add Edit > Show ID with QR (fixes #243) 11 years ago
assets dd3d8a6c98 Revamp UI (fixes #185, fixes #147, fixes #136, fixes #124) 11 years ago
auto 80c2b32b92 Implement CSRF protection for REST interface (fixes #287) 11 years ago
beacon 843fd9bdbd Add license header 11 years ago
buffers 843fd9bdbd Add license header 11 years ago
cid 843fd9bdbd Add license header 11 years ago
cmd 80c2b32b92 Implement CSRF protection for REST interface (fixes #287) 11 years ago
config 843fd9bdbd Add license header 11 years ago
discover 843fd9bdbd Add license header 11 years ago
files 843fd9bdbd Add license header 11 years ago
gui 80c2b32b92 Implement CSRF protection for REST interface (fixes #287) 11 years ago
integration 843fd9bdbd Add license header 11 years ago
lamport 843fd9bdbd Add license header 11 years ago
logger 843fd9bdbd Add license header 11 years ago
model afc2d6fda4 Clarify repo mismatch message (fixes #331) 11 years ago
osutil 843fd9bdbd Add license header 11 years ago
protocol a477989950 Handle invalid file names (Windows) (fixes #238) 11 years ago
scanner 843fd9bdbd Add license header 11 years ago
upnp 843fd9bdbd Add license header 11 years ago
versioner 843fd9bdbd Add license header 11 years ago
xdr 5065d1d0b4 Fix spurious xdr debug logging 11 years ago
.gitignore 672f7a010f reverted 'use strict' 11 years ago
CONTRIBUTING.md ae882c93c9 Links to discourse 11 years ago
CONTRIBUTORS ae0e033178 Add KayoticSully 11 years ago
LICENSE bcd3fd40e4 Add licensing and contribution info 11 years ago
README.md cd433a4f52 Remove unneccessary verbage 11 years ago
build.sh 2d9a822ed7 Text files in zip dists should be DOS format 11 years ago

README.md

syncthing

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.