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
8bc7d259f46c2d948a1a3113b8a80db9b8637279
syncthing-arm
/
internal
/
model
History
Jakob Borg
8bc7d259f4
Move FileIntf to files package, expose Iterator type
...
This is where FileIntf is used, so it should be defined here (it's not a protocol thing, really).
2015-01-09 08:18:42 +01:00
..
testdata
Don't leave read only dir around, fails clean
2014-11-20 23:34:14 +01:00
debug.go
…
deviceactivity_test.go
Fixes for go vet
2014-12-08 16:19:08 +01:00
deviceactivity.go
Various style fixes
2014-12-08 16:36:15 +01:00
doc.go
…
model_test.go
…
model.go
Move FileIntf to files package, expose Iterator type
2015-01-09 08:18:42 +01:00
progressemitter_test.go
DisableSymlinks -> !SymlinksEnabled
2014-12-01 11:27:07 +01:00
progressemitter.go
config.ConfigWrapper -> config.Wrapper
2014-12-08 16:39:11 +01:00
puller_test.go
Hash blocks after receipt, try multiple peers (
fixes
#1166
)
2015-01-03 23:21:57 +00:00
puller.go
Move FileIntf to files package, expose Iterator type
2015-01-09 08:18:42 +01:00
queue_test.go
Don't use Go 1.4 range syntax in queue_test.go, since the listed requirement is Go 1.3.
2015-01-06 15:45:58 -06:00
queue.go
Repair buggy BringToFront
2015-01-02 15:54:04 +01:00
scanner.go
Merge pull request
#1172
from syncthing/random-scanintv
2015-01-02 15:25:22 +00:00
sharedpullerstate_test.go
Don't leave read only dir around, fails clean
2014-11-20 23:34:14 +01:00
sharedpullerstate.go
Handle read only temp files after crash/restart
2014-12-31 13:06:28 +01:00
tempname_windows.go
…
tempname.go
…
util.go
…