syncthing/internal/config
Jakob Borg f0684d83e9 Add osutil.AtomicWriter
This captures the common pattern of writing to a temp file and moving it
to it's real name only if everything went well. It reduces the amount of
code in some places where we do this, but maybe not as much as I
expected because the upgrade thing is still a special snowflake...
2015-07-20 14:27:14 +02:00
..
testdata Make ping timeout configurable (fixes #1751) 2015-06-27 12:34:41 +01:00
commit_test.go Add missing copyright notice 2015-06-11 08:46:57 +02:00
config.go Make ping timeout configurable (fixes #1751) 2015-06-27 12:34:41 +01:00
config_test.go Make ping timeout configurable (fixes #1751) 2015-06-27 12:34:41 +01:00
debug.go Refactor config commit stuff to support restartless updates better 2015-06-09 15:41:22 +02:00
wrapper.go Add osutil.AtomicWriter 2015-07-20 14:27:14 +02:00