Sen descrición

Jakob Borg e27d42935c Use event interface for GUI (fixes #383) %!s(int64=11) %!d(string=hai) anos
Godeps 073775e461 Build Solaris again %!s(int64=11) %!d(string=hai) anos
assets 67445a6dda Refactor logo (fixes #403) %!s(int64=11) %!d(string=hai) anos
auto e27d42935c Use event interface for GUI (fixes #383) %!s(int64=11) %!d(string=hai) anos
beacon 0a633c526f Copyright wording %!s(int64=11) %!d(string=hai) anos
cmd e27d42935c Use event interface for GUI (fixes #383) %!s(int64=11) %!d(string=hai) anos
config 67a3fb8bf2 Compression as a user option (fixes #446) %!s(int64=11) %!d(string=hai) anos
discover 08ca9f9378 Consolidate cmds in cmd/ %!s(int64=11) %!d(string=hai) anos
events 87c3790fa8 Debug events module %!s(int64=11) %!d(string=hai) anos
files e27d42935c Use event interface for GUI (fixes #383) %!s(int64=11) %!d(string=hai) anos
gui e27d42935c Use event interface for GUI (fixes #383) %!s(int64=11) %!d(string=hai) anos
integration 67a3fb8bf2 Compression as a user option (fixes #446) %!s(int64=11) %!d(string=hai) anos
lamport 0a633c526f Copyright wording %!s(int64=11) %!d(string=hai) anos
logger 0a633c526f Copyright wording %!s(int64=11) %!d(string=hai) anos
luhn 8b349945de Add Local Version field to files, send index in segments. %!s(int64=11) %!d(string=hai) anos
model e27d42935c Use event interface for GUI (fixes #383) %!s(int64=11) %!d(string=hai) anos
osutil 0a633c526f Copyright wording %!s(int64=11) %!d(string=hai) anos
protocol 9c99d65716 Build on 32 bit archs (ref #446) %!s(int64=11) %!d(string=hai) anos
scanner 49cb931572 Minor refactoring: extract variable... %!s(int64=11) %!d(string=hai) anos
upnp 88a063434c Handle WANPPPConnection devices (fixes #431) %!s(int64=11) %!d(string=hai) anos
versioner 0a633c526f Copyright wording %!s(int64=11) %!d(string=hai) anos
xdr 6c5c14f35f Refactor compression support, now at message level. %!s(int64=11) %!d(string=hai) anos
.gitignore 2aa4340551 Add performance stats collection %!s(int64=11) %!d(string=hai) anos
.travis.yml de382e33a3 Forget go1.2 %!s(int64=11) %!d(string=hai) anos
CONTRIBUTING.md 0a633c526f Copyright wording %!s(int64=11) %!d(string=hai) anos
CONTRIBUTORS 975627af2e Add AudriusButkevicius %!s(int64=11) %!d(string=hai) anos
LICENSE 0a633c526f Copyright wording %!s(int64=11) %!d(string=hai) anos
README.md 3dbaa76dcb Fix embarrasing badge :) %!s(int64=11) %!d(string=hai) anos
build.sh 6805ac915b Ugly hack to automatically update translations. %!s(int64=11) %!d(string=hai) anos

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.