0c0c69f0cf
benchmark old ns/op new ns/op delta BenchmarkReplaceAll-8 2942370526 2866418930 -2.58% BenchmarkUpdateOneChanged-8 7402489 226635 -96.94% BenchmarkUpdateOneUnchanged-8 7298777 229090 -96.86% BenchmarkNeedHalf-8 113608416 104483393 -8.03% BenchmarkHave-8 29834263 29288220 -1.83% BenchmarkGlobal-8 162773699 159269126 -2.15% BenchmarkNeedHalfTruncated-8 111943400 108235000 -3.31% BenchmarkHaveTruncated-8 29490369 28945489 -1.85% BenchmarkGlobalTruncated-8 165841081 149355833 -9.94% benchmark old allocs new allocs delta BenchmarkReplaceAll-8 1054942 1054944 +0.00% BenchmarkUpdateOneChanged-8 1149 1135 -1.22% BenchmarkUpdateOneUnchanged-8 1135 1135 +0.00% BenchmarkNeedHalf-8 374774 374777 +0.00% BenchmarkHave-8 151995 151995 +0.00% BenchmarkGlobal-8 530042 530063 +0.00% BenchmarkNeedHalfTruncated-8 374697 374699 +0.00% BenchmarkHaveTruncated-8 151834 151834 +0.00% BenchmarkGlobalTruncated-8 530050 530021 -0.01% benchmark old bytes new bytes delta BenchmarkReplaceAll-8 5074294728 5074297112 +0.00% BenchmarkUpdateOneChanged-8 141048 135097 -4.22% BenchmarkUpdateOneUnchanged-8 134976 134976 +0.00% BenchmarkNeedHalf-8 44734813 44759436 +0.06% BenchmarkHave-8 11911634 11911138 -0.00% BenchmarkGlobal-8 80436854 81609867 +1.46% BenchmarkNeedHalfTruncated-8 46514673 46588024 +0.16% BenchmarkHaveTruncated-8 11348357 11348354 -0.00% BenchmarkGlobalTruncated-8 81730740 79485168 -2.75% |
||
---|---|---|
assets | ||
cmd | ||
etc | ||
Godeps | ||
gui | ||
lib | ||
man | ||
protocol | ||
script | ||
test | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
appveyor.yaml | ||
AUTHORS | ||
build.go | ||
build.sh | ||
CONDUCT.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
NICKS | ||
README.md |
Syncthing
This is the Syncthing project which pursues the following goals:
-
Define a protocol for synchronization of a folder between a number of collaborating devices. This protocol should be well defined, unambiguous, easily understood, free to use, efficient, secure and language neutral. This is called the Block Exchange Protocol.
-
Provide the reference implementation to demonstrate the usability of said protocol. This is the
syncthing
utility. We hope that alternative, compatible implementations of the protocol will arise.
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.
There are a few examples for keeping Syncthing running in the background on your system in the etc directory.
There is an IRC channel, #syncthing
on Freenode, for talking directly
to developers and users.
Building
Building Syncthing from source is easy, and there's a guide. that describes it for both Unix and Windows systems.
Signed Releases
As of v0.10.15 and onwards, git tags and release binaries are GPG signed with the key D26E6ED000654A3E (see https://syncthing.net/security.html). For release binaries, MD5 and SHA1 checksums are calculated and signed, available in the md5sum.txt.asc and sha1sum.txt.asc files.
Documentation
Please see the Syncthing documentation site.
All code is licensed under the MPLv2 License.