syncthing/internal
Jakob Borg 2a886576a6 Fix announce timers on Solaris (and others, given the right timing) (...)
In the successfull case, we start the timer with NewTimer(0), then do a
bunch of stuff during which time it can fire, then reset it with
Reset(0). The result is that two timer firings are queued when we enter
the select loop, so we do two announcements back to back and fail the
tests.
2014-12-03 08:36:45 +01:00
..
auto Check if announcement data is available 2014-12-01 19:53:13 +00:00
beacon Use more inclusive copyright header 2014-11-17 12:54:42 +01:00
config Change to URL based announce server addresses (fixes #943) 2014-12-01 10:30:25 +00:00
discover Fix announce timers on Solaris (and others, given the right timing) (...) 2014-12-03 08:36:45 +01:00
events Showing detailed sync progress (fixes #476) 2014-11-25 20:18:35 +01:00
files Move filename conversion into osutil 2014-11-20 16:32:00 +01:00
fnmatch Use more inclusive copyright header 2014-11-17 12:54:42 +01:00
ignore Use more inclusive copyright header 2014-11-17 12:54:42 +01:00
lamport Use more inclusive copyright header 2014-11-17 12:54:42 +01:00
luhn Use more inclusive copyright header 2014-11-17 12:54:42 +01:00
model DisableSymlinks -> !SymlinksEnabled 2014-12-01 11:27:07 +01:00
osutil Dependency update, new golang.org/x package names 2014-11-30 00:17:00 +01:00
protocol Dependency update, new golang.org/x package names 2014-11-30 00:17:00 +01:00
scanner Dependency update, new golang.org/x package names 2014-11-30 00:17:00 +01:00
stats Correct file mode bits 2014-11-19 07:39:01 +04:00
symlinks Don't panic when lacking symlink support on XP (fixes #1016) 2014-11-24 23:32:11 +01:00
upgrade Use runtime info to determine ARM version for upgrade (fixes #1051) 2014-12-01 10:24:13 +01:00
upnp Use more inclusive copyright header 2014-11-17 12:54:42 +01:00
versioner Use unique versions in staggered versioner (fixes #1063) 2014-12-02 19:04:12 +00:00