No Description

Jakob Borg c5bdaebf2b Remove spurious debug print 11 years ago
assets e6b29988e5 Logo 11 years ago
auto d0863d495c Use simple script for asset embedding 11 years ago
buffers 976baff44f Memory usage optimizations 12 years ago
discover c5bdaebf2b Remove spurious debug print 11 years ago
gui 9f63feef30 Add peer node sync status in GUI (fixes #46) 11 years ago
integration 618c376e18 Synchronize zero sized files (fixes #44) 12 years ago
protocol a57e2b358f Fix tests 11 years ago
testdata 91d5c4a1ae Show warnings in GUI (fixes #66) 11 years ago
xdr 5837277f8d Rework XDR encoding 11 years ago
.gitignore 8974c33f2f Move build artefacts dir 12 years ago
CONTRIBUTING.md d31a126408 CONTRIBUTING.md 12 years ago
LICENSE 5837277f8d Rework XDR encoding 11 years ago
README.md 5837277f8d Rework XDR encoding 11 years ago
assets.sh d0863d495c Use simple script for asset embedding 11 years ago
blocks.go 91d5c4a1ae Show warnings in GUI (fixes #66) 11 years ago
blocks_test.go 91d5c4a1ae Show warnings in GUI (fixes #66) 11 years ago
build.sh d0863d495c Use simple script for asset embedding 11 years ago
config.go 3a5b816125 Allow setting a friendly name for the local node (fixes #65) 11 years ago
filemonitor.go 91d5c4a1ae Show warnings in GUI (fixes #66) 11 years ago
filequeue.go c171780c0d Reorder locking to avoid deadlock (fixes #64) 11 years ago
filequeue_test.go 91d5c4a1ae Show warnings in GUI (fixes #66) 11 years ago
gui.go 5837277f8d Rework XDR encoding 11 years ago
gui_development.go a1d575894a Edit configuration in GUI; use XML configuration 12 years ago
gui_embedded.go d0863d495c Use simple script for asset embedding 11 years ago
gui_unix.go b601fc5627 Don't build with CPU usage on Solaris 12 years ago
locktrace.go cf04e101b9 Lock tracing, fixes 12 years ago
logger.go 6c8135126d Initialize logging earlier (fix panic in tests) 11 years ago
main.go 5837277f8d Rework XDR encoding 11 years ago
model.go 5837277f8d Rework XDR encoding 11 years ago
model_test.go a57e2b358f Fix tests 11 years ago
suppressor.go 91d5c4a1ae Show warnings in GUI (fixes #66) 11 years ago
suppressor_test.go 91d5c4a1ae Show warnings in GUI (fixes #66) 11 years ago
tls.go d4fe1400d2 Longer RSA key and stronger node ID hash (ref #23) 12 years ago
usage.go 81d5d1d4a6 Rework config/flags (fixes #13) 12 years ago
util.go 5837277f8d Rework XDR encoding 11 years ago
walk.go a57e2b358f Fix tests 11 years ago
walk_test.go 91d5c4a1ae Show warnings in GUI (fixes #66) 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, unambigous, easily understood, free to use, efficient, secure and languange 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.

Syncthing does not use the BitTorrent protocol. The reasons for this are 1) we don't know if BitTorrent Sync does either, so there's nothing to be compatible with, 2) BitTorrent includes a lot of functionality for making sure large swarms of selfish agents behave and somehow work towards a common goal. Here we have a much smaller swarm of cooperative agents and a simpler approach will suffice.

Documentation

The syncthing documentation is kept on the GitHub Wiki.

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.