syncthing/internal
Jakob Borg 44e3bec42e 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-12 14:28:59 +10:00
..
auto Fix advanced option saving (fixes #2042) 2015-07-09 21:58:58 +01:00
beacon Revert "Let suture logging bubble upwards" 2015-07-11 11:12:20 +10:00
config Add osutil.AtomicWriter 2015-07-12 14:28:59 +10:00
db Add label next to "Last file received" (fixes #1952) 2015-06-16 12:12:34 +01:00
discover More resilient broadcast handling (fixes #1907) 2015-06-11 15:06:05 +02:00
events Collect puller errors, send FolderErrors event 2015-06-30 14:41:47 +02:00
fnmatch Added test for combining case insensitive and negated patterns (fixes #1678) 2015-05-01 00:58:44 +02:00
ignore Run vet and lint. Make us lint clean. 2015-04-29 10:38:02 +02:00
model Add osutil.AtomicWriter 2015-07-12 14:28:59 +10:00
osutil Add osutil.AtomicWriter 2015-07-12 14:28:59 +10:00
rc Refactored integration tests 2015-06-19 08:47:47 +02:00
scanner Support the creation of top-level folders on Windows (fixes #1822) 2015-05-21 19:21:19 +02:00
stats Add label next to "Last file received" (fixes #1952) 2015-06-16 12:12:34 +01:00
symlinks Fix go lint warnings 2015-06-24 22:05:27 +01:00
sync Run vet and lint. Make us lint clean. 2015-04-29 10:38:02 +02:00
upgrade typos and spelling correction 2015-04-29 15:59:47 +02:00
upnp UPnP discovery results must not be collected in a background goroutine (fixes #1858) 2015-05-23 23:27:02 +02:00
versioner Add trash can file versioning (fixes #1931) 2015-06-12 13:30:49 +02:00