syncthing/internal/model
KAMADA Ken'ichi ac7097b4d0 Preserve the permission of a newly created directory
We need an explicit chmod() when creating a new directory.
Otherwise a new directory may be created with a different permission
from the one received from an originating device, because the umask
is applied to the mode given to mkdir().
The incorrect permission is later sent back to the originating device
and the original permission will be lost.
2015-03-23 22:39:16 +09:00
..
testdata Don't leave read only dir around, fails clean 2014-11-20 23:34:14 +01:00
debug.go MPLv2 2015-03-17 16:02:27 +01:00
deviceactivity.go MPLv2 2015-03-17 16:02:27 +01:00
deviceactivity_test.go MPLv2 2015-03-17 16:02:27 +01:00
doc.go MPLv2 2015-03-17 16:02:27 +01:00
folderstate.go Refactor state tracking (...) 2015-03-17 19:37:06 +01:00
model.go Automatically fix file name normalization errors (fixes #430) 2015-03-19 00:21:48 +01:00
model_test.go Refactor state tracking (...) 2015-03-17 19:37:06 +01:00
progressemitter.go MPLv2 2015-03-17 16:02:27 +01:00
progressemitter_test.go MPLv2 2015-03-17 16:02:27 +01:00
queue.go MPLv2 2015-03-17 16:02:27 +01:00
queue_test.go MPLv2 2015-03-17 16:02:27 +01:00
rofolder.go Rename files to match type names 2015-03-17 19:37:06 +01:00
rwfolder.go Preserve the permission of a newly created directory 2015-03-23 22:39:16 +09:00
rwfolder_test.go Rename files to match type names 2015-03-17 19:37:06 +01:00
sharedpullerstate.go MPLv2 2015-03-17 16:02:27 +01:00
sharedpullerstate_test.go MPLv2 2015-03-17 16:02:27 +01:00
tempname.go MPLv2 2015-03-17 16:02:27 +01:00
tempname_windows.go MPLv2 2015-03-17 16:02:27 +01:00
util.go MPLv2 2015-03-17 16:02:27 +01:00