syncthing/lib/config
Jakob Borg 8559e20237 lib/osutil: Don't chmod in atomic file creation (fixes #2472)
Instead, trust (and test) that the temp file has appropriate permissions
from the start. The only place where this changes our behavior is for
ignores which go from 0644 to 0600. I'm OK with that.

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3756
2016-11-23 14:06:08 +00:00
..
testdata lib/model: Add fsync of files and directories, option to disable (fixes #3711) 2016-11-21 18:09:51 +01:00
commit_test.go lib/config: Raw() -> RawCopy() 2016-11-13 09:29:35 +01:00
config.go lib/model: Add fsync of files and directories, option to disable (fixes #3711) 2016-11-21 18:09:51 +01:00
config_test.go lib/model: Add fsync of files and directories, option to disable (fixes #3711) 2016-11-21 18:09:51 +01:00
debug.go Implement facility based logger, debugging via REST API 2015-10-03 18:09:53 +02:00
deviceconfiguration.go lib/model: Introducer can remove stuff it introduced (fixes #1015) 2016-11-13 09:29:33 +01:00
folderconfiguration.go lib/model: Log folder IDs and labels (fixes #3724) 2016-11-21 20:09:18 +01:00
foldertype.go lib/config: Change folder type attribute to a FolderType type 2016-05-04 11:26:36 +00:00
guiconfiguration.go lib/config, cmd/syncthing: Enforce localhost only connections 2016-09-03 08:33:34 +00:00
optionsconfiguration.go gui: Add one-off notifications that need to be acked 2016-08-02 08:07:30 +00:00
pullorder.go pulorder.go -> pullorder.go 2015-10-27 12:14:14 +01:00
versioningconfiguration.go Fix some config Copy() things we had forgotten 2015-10-27 11:53:42 +01:00
wrapper.go lib/osutil: Don't chmod in atomic file creation (fixes #2472) 2016-11-23 14:06:08 +00:00