syncthing/test
Jakob Borg c4ba580cbb all: Remove symlink support on Windows, SymlinksEnabled config
After this change,

- Symlinks on Windows are always unsupported. Sorry.

- Symlinks are always enabled on other platforms. They are just a small
  file like anything else. There is no need to special case them. If you
  don't want to sync some symlinks, ignore them.

- The protocol doesn't differentiate between different "types" of
  symlinks. If that distinction ever does become relevant the individual
  devices can figure it out by looking at the destination when they
  create the link.

It's backwards compatible in that all the old symlink types are still
understood to be symlinks, and the new SYMLINK type is equivalent to the
old SYMLINK_UNKNOWN which was always a valid way to do it.

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3962
LGTM: AudriusButkevicius
2017-02-07 08:34:24 +00:00
..
h1 gui: Hide "Failed Items" unless there is an actual failure (fixes #3647) 2016-10-17 23:57:58 +02:00
h2 lib/model, lib/scanner: Efficient inserts/deletes in the middle of the file 2016-12-14 23:30:29 +00:00
h3 lib/model, lib/scanner: Efficient inserts/deletes in the middle of the file 2016-12-14 23:30:29 +00:00
h4 cmd/syncthing, lib/config: Enable HTTP CPU/heap profile collection for users 2016-08-02 11:06:45 +00:00
logs Improvements to integration tests 2015-01-22 00:18:08 +00:00
.gitignore Add devices without restart (fixes #2083) 2015-07-22 10:43:47 +02:00
cli_test.go mv internal lib 2015-08-09 09:35:26 +02:00
conflict_test.go Use pause/resume device to ensure TestConflictsDefault can run 2015-11-17 13:32:57 +01:00
delay_scan_test.go Refactored integration tests 2015-06-19 08:47:47 +02:00
filetype_test.go Fix import paths 2015-09-22 19:38:46 +02:00
http_test.go Add API service for local disk changes 2016-09-28 15:54:13 +00:00
httpstress_test.go Refactored integration tests 2015-06-19 08:47:47 +02:00
ignore_test.go all: Remove symlink support on Windows, SymlinksEnabled config 2017-02-07 08:34:24 +00:00
manypeers_test.go Fix import paths 2015-09-22 19:38:46 +02:00
norestart_test.go Fix import paths 2015-09-22 19:38:46 +02:00
override_test.go lib/model: Fix tests, clean up pool usage in protocol 2016-12-21 14:53:45 +01:00
parallell_scan_test.go Refactored integration tests 2015-06-19 08:47:47 +02:00
reconnect_test.go Refactored integration tests 2015-06-19 08:47:47 +02:00
reset_test.go This unexpected EOF is really quite expected 2015-09-24 14:19:21 +02:00
scan_test.go Fix typo introduced 2015-10-25 21:10:55 +00:00
symlink_test.go all: Remove symlink support on Windows, SymlinksEnabled config 2017-02-07 08:34:24 +00:00
sync_test.go lib/model: Fix tests, clean up pool usage in protocol 2016-12-21 14:53:45 +01:00
transfer-bench_test.go cmd, lib: Fix ineffectual assignments (ineffasign) and comment spelling 2016-07-15 14:23:20 +00:00
util.go all: Remove symlink support on Windows, SymlinksEnabled config 2017-02-07 08:34:24 +00:00