Brak opisu

Jakob Borg 456d9e870d Integration test, API key 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 df381fd03f Let server side decide if restart is needed on config change 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 92499af323 Revert "Build for Solaris" 11 lat temu
config 82cfd37263 Allow prioritization of downloads based on name (fixes #174) 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 df381fd03f Let server side decide if restart is needed on config change 11 lat temu
integration 456d9e870d Integration test, API key 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 a477989950 Handle invalid file names (Windows) (fixes #238) 11 lat temu
scanner 843fd9bdbd Add license header 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 672f7a010f reverted 'use strict' 11 lat temu
.travis.yml b2988cdd35 test against travis-ci 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 a1533696a5 Travis badge 11 lat temu
build.sh 92499af323 Revert "Build for Solaris" 11 lat temu

README.md

syncthing Build 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.