syncthing/internal/osutil
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
..
hidden_unix.go Relicense to GPL 2014-10-01 07:53:59 +02:00
hidden_windows.go Relicense to GPL 2014-10-01 07:53:59 +02:00
osutil.go Correctly check whether parent directory is writable for current user. 2014-10-26 02:26:40 +01:00
osutil_test.go Relicense to GPL 2014-10-01 07:53:59 +02:00
replacingwriter.go Write Windows line breaks on Windows; tee to stdout 2014-10-21 09:35:17 +02:00
replacingwriter_test.go Write Windows line breaks on Windows; tee to stdout 2014-10-21 09:35:17 +02:00