syncthing/internal
Audrius Butkevicius 604a4e7dbc Scrap IsSymlink for native support on Go 1.4
Obviously needs Go 1.4 to go back in.

I am still open to doing fix-up's on rescan interval on Windows, which
would still allow getting rid of all the Windows code.

Frankly, we could just defer creations of links (like we defer deletions of files)
in hopes that the target gets created, and if it doesn't, well tough luck, you'll
get a file symlink.

To be honest, nobody would even notice this 'issue' as I am sure nobody on
Windows uses symlinks.

But at the same time, this ugly code is hidden away in some creppy file in
it's own module far far away, and the interface that it exports is fine'ish,
so I wouldn't mind keeping it as it is.
2014-12-04 23:02:57 +00: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 Rewrite ignores to fix data race, use fewer maps 2014-12-03 08:39:59 +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 Scrap IsSymlink for native support on Go 1.4 2014-12-04 23:02:57 +00: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 Scrap IsSymlink for native support on Go 1.4 2014-12-04 23:02:57 +00:00
stats Correct file mode bits 2014-11-19 07:39:01 +04:00
symlinks Scrap IsSymlink for native support on Go 1.4 2014-12-04 23:02:57 +00: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