summaryrefslogtreecommitdiffstats
path: root/protocol
AgeCommit message (Expand)Author
2016-02-02Remove old reference to moved protocolJakob Borg
2015-01-09The protocol specs moved againJakob Borg
2014-12-22Move protocol specs to a separate repoJakob Borg
2014-12-21Update DISCOVERY.mdmarco-m
2014-11-20Update PROTOCOL.mdAudrius Butkevicius
2014-09-28Manual fixupAudrius Butkevicius
2014-09-28Rename Repository -> Folder, Node -> Device (fixes #739)Audrius Butkevicius
2014-09-27Move discovery protocol specJakob Borg
2014-09-27Move top level packages to internal.Jakob Borg
2014-09-23Add "cluster introducer" functionality to nodes (ref #120)Jakob Borg
2014-09-21Correct Max Version -> Max Local VersionJakob Borg
2014-09-11We have an extra field in compressed messagesJakob Borg
2014-09-04Trim dead bits of codeJakob Borg
2014-09-04Dead code cleanupJakob Borg
2014-09-04Copyright cleanupJakob Borg
2014-09-01If all instances of the global version is invalid, the file should not be on ...Jakob Borg
2014-08-25Increase max path length 1024 -> 8192 bytes (fixes #551)Jakob Borg
2014-08-19Windows nodes should ignore deleted impossible filesJakob Borg
2014-08-17Fix some typosMarc Laporte
2014-08-16Advertise and update node names on cluster config exchangeAudrius Butkevicius
2014-08-12Slightly more conservative guess on file sizeJakob Borg
2014-08-12Don't load block lists from db unless necessaryJakob Borg
2014-08-05Don't depend on a pretty printer just for testingJakob Borg
2014-08-01Move calmh/syncthing -> syncthing/syncthingJakob Borg
2014-08-01Don't always run the tedious protocol testsJakob Borg
2014-08-01Extract github.com/calmh/xdrJakob Borg
2014-07-31Handle ElementSizeExceeded on nested structsJakob Borg
2014-07-28Build on 32 bit archs (ref #446)Jakob Borg
2014-07-28Fix tests, againJakob Borg
2014-07-28Compression as a user option (fixes #446)Jakob Borg
2014-07-28Fix protocol testsJakob Borg
2014-07-28Refactor compression support, now at message level.Jakob Borg
2014-07-26Implement reception of Close messageJakob Borg
2014-07-25Add LZ4 compressionJakob Borg
2014-07-25Remove file count and size limits in protocolJakob Borg
2014-07-23Hand incoming indexes on main goroutine (this should be fine now)Jakob Borg
2014-07-23Merge branch 'v0.8'Jakob Borg
2014-07-23Improve protocol & leveldb debuggingJakob Borg
2014-07-18Remove unused comparison functions.Jakob Borg
2014-07-18Use backend service to verify nodeID (fixes #418)Jakob Borg
2014-07-17Repair tests for latest changesJakob Borg
2014-07-15Add Local Version field to files, send index in segments.Jakob Borg
2014-07-14Remove compressionJakob Borg
2014-07-13Regenerate XDRJakob Borg
2014-07-13Copyright wordingJakob Borg
2014-07-12Deprecate scanner.Block & FileJakob Borg
2014-07-08incomingIndexes should not be a package variable (fixes #344)Jakob Borg
2014-07-06Add AppendXDR to XDR types, build.sh xdrJakob Borg
2014-07-06Use LevelDB storage backendJakob Borg
2014-07-05Bump max file size and countJakob Borg