syncthing/internal/model
Vilbrekin 970e50d1f1 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.

(Fixes #904)
2014-10-26 02:26:40 +01:00
..
testdata Correctly check whether parent directory is writable for current user. 2014-10-26 02:26:40 +01:00
debug.go Relicense to GPL 2014-10-01 07:53:59 +02: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 Cleanup blockmap on update (fixes #889) 2014-10-22 22:18:07 +01:00
puller.go Be lenient towards malformed UPnP IGD UUIDs (fixes #890) 2014-10-21 17:07:11 +02: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