syncthing/internal/model
Jakob Borg d3ddfa31f7 Merge branch 'pr/909'
* pr/909:
  Add Vilbrekin
  Correctly check whether parent directory is writable for current user. "&04" was checking if file is readable by others, while "&0200" checks if it's writable for current user.
2014-10-26 13:59:09 +01:00
..
testdata Revert removal of test files 2014-10-26 11:36:40 +00:00
debug.go Break out logger as a reusable component 2014-10-26 13:16:54 +01:00
deviceactivity_test.go Relicense to GPL 2014-10-01 07:53:59 +02:00
deviceactivity.go Relicense to GPL 2014-10-01 07:53:59 +02:00
doc.go Relicense to GPL 2014-10-01 07:53:59 +02:00
model_test.go Fix tests 2014-10-16 12:26:28 +02:00
model.go Don't panic on queries for nonexistent folders (fixes #765) 2014-10-24 14:54:36 +02:00
puller_test.go Recover from corrupt block maps 2014-10-24 23:20:08 +01:00
puller.go Recover from corrupt block maps 2014-10-24 23:20:08 +01:00
scanner.go Only do initial scan if scanInterval==0 (fixes #856) 2014-10-15 10:51:09 +02:00
sharedpullerstate_test.go Correctly check whether parent directory is writable for current user. 2014-10-26 02:26:40 +01:00
sharedpullerstate.go Correctly check whether parent directory is writable for current user. 2014-10-26 02:26:40 +01:00
tempname_windows.go Relicense to GPL 2014-10-01 07:53:59 +02:00
tempname.go Relicense to GPL 2014-10-01 07:53:59 +02:00
util.go Relicense to GPL 2014-10-01 07:53:59 +02:00