syncthing/internal
Audrius Butkevicius 80dca96ee8 Revisit -no-console option for Windows
The reason for ShowWindow opose to your FreeConsole is because if you start up
cmd.exe and do syncthing.exe -no-output it actually hides the existing cmd.exe
window oppose to opening a separate window and then hiding it, which keeps the
existing console hanging on syncthing.exe running.

I tried playing around with compiling as GUI, then given the option is not present
allocating a console, and redirecting the std streams to the new console, but that
seems ugly as I'd have to make quite a few calls. But that does get of the initial
flash.
2014-12-04 21:59:40 +00:00
..
auto Check if announcement data is available 2014-12-01 19:53:13 +00:00
beacon
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
fnmatch
ignore Rewrite ignores to fix data race, use fewer maps 2014-12-03 08:39:59 +01:00
lamport
luhn
model Revert "Merge pull request #1078 from syncthing/go1.4" 2014-12-04 22:24:49 +01:00
osutil Revisit -no-console option for Windows 2014-12-04 21:59:40 +00: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
symlinks Revert "Merge pull request #1078 from syncthing/go1.4" 2014-12-04 22:24:49 +01:00
upgrade Use runtime info to determine ARM version for upgrade (fixes #1051) 2014-12-01 10:24:13 +01:00
upnp
versioner Use unique versions in staggered versioner (fixes #1063) 2014-12-02 19:04:12 +00:00