This website requires JavaScript.
Explore
Help
Sign In
perso
/
syncthing-arm
Watch
1
Star
0
Fork
0
You've already forked syncthing-arm
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
c326103e6ef77ea28fac337a1010ff94122a2596
syncthing-arm
/
protocol
History
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
…
common_test.go
…
counting.go
…
debug.go
Move calmh/syncthing -> syncthing/syncthing
2014-08-01 16:48:46 +02:00
doc.go
…
header.go
Extract github.com/calmh/xdr
2014-08-01 13:12:54 +02:00
lz4stream_test.go
…
lz4stream.go
…
message_xdr.go
Increase max path length 1024 -> 8192 bytes (
fixes
#551
)
2014-08-25 08:48:49 +02:00
message.go
Increase max path length 1024 -> 8192 bytes (
fixes
#551
)
2014-08-25 08:48:49 +02:00
nativemodel_darwin.go
…
nativemodel_unix.go
…
nativemodel_windows.go
Windows nodes should ignore deleted impossible files
2014-08-19 15:36:57 +02:00
nodeid_test.go
…
nodeid.go
Move calmh/syncthing -> syncthing/syncthing
2014-08-01 16:48:46 +02:00
protocol_test.go
Don't depend on a pretty printer just for testing
2014-08-05 15:43:29 +02:00
protocol.go
…
PROTOCOL.md
Fix some typos
2014-08-17 23:27:04 -04:00
wireformat.go
…