Нема описа

Jakob Borg d3ca265a25 Test logging handlers пре 11 година
Godeps 073775e461 Build Solaris again пре 11 година
assets 9de45c3be4 No need to keep entire Bootstrap source пре 11 година
auto 4566690617 Enabling compression for self does not make sense пре 11 година
beacon 244f0ffaf1 Test maps and versioning config пре 11 година
cmd c5c9ee92ac Rename pidx utility to stindex пре 11 година
config 244f0ffaf1 Test maps and versioning config пре 11 година
discover 08ca9f9378 Consolidate cmds in cmd/ пре 11 година
events 87c3790fa8 Debug events module пре 11 година
files e27d42935c Use event interface for GUI (fixes #383) пре 11 година
gui 4566690617 Enabling compression for self does not make sense пре 11 година
integration bc6faaffc4 Add debug hook for completion, for integration tests пре 11 година
lamport 0a633c526f Copyright wording пре 11 година
logger d3ca265a25 Test logging handlers пре 11 година
luhn 8b349945de Add Local Version field to files, send index in segments. пре 11 година
model c47aebdd2a Don't hold memory used for sending indexes forever пре 11 година
osutil 0a633c526f Copyright wording пре 11 година
protocol 9c99d65716 Build on 32 bit archs (ref #446) пре 11 година
scanner 2be1218aa3 Fast parallel file hasher (fixes #293) пре 11 година
upnp 88a063434c Handle WANPPPConnection devices (fixes #431) пре 11 година
versioner 0a633c526f Copyright wording пре 11 година
xdr 6c5c14f35f Refactor compression support, now at message level. пре 11 година
.gitignore be15e48074 Remove discosrv (see https://github.com/syncthing/discosrv) пре 11 година
.travis.yml d2c813ffac Revert "Use drone.io instead of Travis" пре 11 година
CONTRIBUTING.md 0a633c526f Copyright wording пре 11 година
CONTRIBUTORS 975627af2e Add AudriusButkevicius пре 11 година
LICENSE 0a633c526f Copyright wording пре 11 година
README.md e8b9600ddb Shiny badges are shiny пре 11 година
build.sh 3f6cdc829b Get cover and goveralls in ./build.sh setup пре 11 година

README.md

syncthing

Build Status Coverage Status API Documentation MIT License

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.