syncthing/protocol
Jakob Borg df65247325 Increase max path length 1024 -> 8192 bytes (fixes #551)
PATH_MAX seems to be 4096 most of the time; Windows limit is much lower.
2014-08-25 08:48:49 +02:00
..
.gitignore Handle ElementSizeExceeded on nested structs 2014-07-31 15:21:33 +02:00
PROTOCOL.md Fix some typos 2014-08-17 23:27:04 -04:00
common_test.go Copyright wording 2014-07-13 01:07:49 +02:00
counting.go Refactor compression support, now at message level. 2014-07-28 11:31:22 +02:00
debug.go Move calmh/syncthing -> syncthing/syncthing 2014-08-01 16:48:46 +02:00
doc.go Copyright wording 2014-07-13 01:07:49 +02:00
header.go Extract github.com/calmh/xdr 2014-08-01 13:12:54 +02:00
lz4stream.go Add LZ4 compression 2014-07-25 15:16:23 +02:00
lz4stream_test.go Add LZ4 compression 2014-07-25 15:16:23 +02:00
message.go Increase max path length 1024 -> 8192 bytes (fixes #551) 2014-08-25 08:48:49 +02:00
message_xdr.go Increase max path length 1024 -> 8192 bytes (fixes #551) 2014-08-25 08:48:49 +02:00
nativemodel_darwin.go Copyright wording 2014-07-13 01:07:49 +02:00
nativemodel_unix.go Copyright wording 2014-07-13 01:07:49 +02:00
nativemodel_windows.go Windows nodes should ignore deleted impossible files 2014-08-19 15:36:57 +02:00
nodeid.go Move calmh/syncthing -> syncthing/syncthing 2014-08-01 16:48:46 +02:00
nodeid_test.go Refactor node ID handling, use check digits (fixes #269) 2014-06-30 01:42:03 +02:00
protocol.go Build on 32 bit archs (ref #446) 2014-07-28 15:25:34 +02:00
protocol_test.go Don't depend on a pretty printer just for testing 2014-08-05 15:43:29 +02:00
wireformat.go Add Local Version field to files, send index in segments. 2014-07-15 13:04:37 +02:00