Audrius Butkevicius
745cd4744a
lib/connections: Revert add more methods to the quic conn wrapper ( #7651 )
...
This reverts commit faf15b4567 .
2021-05-09 19:43:16 +02:00
Audrius Butkevicius
87a0eecc31
lib/fs, lib/api, lib/model: Expose mtime remappings as part of /db/file ( #7624 )
...
* lib/fs, lib/api, lib/model: Expose mtime remappings as part of /db/file
* Fix wrong error returned by CLI
* Gofmt
* Better names
* Review comments
* Review comments
2021-05-03 11:28:25 +01:00
Audrius Butkevicius
f7929229c8
cmd/strelaysrv: Increase default strelaysrv network buffer size ( fixes #7514 ) ( #7517 )
...
Increases throughput at the cost of more memory per connection
2021-03-22 21:47:51 +01:00
Audrius Butkevicius
4b02b7e6f1
lib/connections: Silence "connected to myself" messages. ( #7500 )
2021-03-17 23:53:20 +01:00
Audrius Butkevicius
fb078068b4
cmd/syncthing: Add cli as a subcommand ( fixes #6566 , fixes #4719 ) ( #7364 )
...
* cmd/syncthing: Add cli as a subcommand (fixes #6566 , fixes #4719 )
* Hijack help
* Add comment
* Revert go.mod/go.sum
2021-02-15 18:50:53 +01:00
Audrius Butkevicius
a7d9268e4d
lib/model: Make /browse endpoint return sane objects ( #7306 )
2021-02-01 09:27:34 +01:00
Audrius Butkevicius
af13f0cd35
lib/stun: Don't notify about address changes if it's not useful ( fixes #7144 ) ( #7159 )
2020-11-27 07:34:30 +01:00
Audrius Butkevicius
a17a8cd48b
lib/connections: Fix LAN addresses begin advertised even when disabled ( fixes #7035 ) ( #7045 )
2020-10-21 09:16:44 +02:00
Audrius Butkevicius
e027175446
all: Move remaining protos to use the vanity plugin ( #7009 )
2020-10-02 08:07:05 +02:00
Audrius Butkevicius
02744cd73f
Update config.yml
2020-09-23 08:30:46 +01:00
Audrius Butkevicius
b19b5c95d3
lib/connections: Announce LAN addresses by default ( fixes #6928 ) ( #6896 )
2020-08-25 11:48:14 +02:00
Audrius Butkevicius
d507d932b8
all: Use protobuf to generate config structs ( fixes #6734 ) ( #6900 )
2020-08-25 08:11:14 +02:00
cbbc262161
lib/db: Dont recurse on flush ( fixes #6905 ) ( #6906 )
...
Or else we crash.
Co-authored-by: Jakob Borg <jakob@kastelo.net >
Co-authored-by: Simon Frei <freisim93@gmail.com >
2020-08-19 13:13:44 +02:00
Audrius Butkevicius
758a1a6a37
lib/fs: Disable ioctl on ppc ( fixes #6898 ) ( #6901 )
2020-08-19 07:56:35 +02:00
Audrius Butkevicius
d0c6c18b4f
lib/dialer: Try dialing without reuse in parallel ( fixes #6892 ) ( #6893 )
2020-08-18 13:11:12 +02:00
Audrius Butkevicius
bf9ff17267
all: Remove need to restart syncthing ( #6883 )
2020-08-18 09:26:33 +02:00
Audrius Butkevicius
b2e7ecdbf0
lib/fs: Unwrap mtimeFile, get fd the "correct" way (ref #6875 ) ( #6877 )
2020-08-07 07:49:32 +02:00
Audrius Butkevicius
00008994e4
lib/model: Don't close file early ( fixes #6875 ) ( #6876 )
2020-08-07 07:49:28 +02:00
Audrius Butkevicius
e9bb17307d
lib/fs: Unwrap mtimeFile, get fd the "correct" way (ref #6875 ) ( #6877 )
2020-08-07 07:47:48 +02:00
Audrius Butkevicius
96e197e502
lib/model: Don't close file early ( fixes #6875 ) ( #6876 )
2020-08-03 21:54:42 +02:00
Audrius Butkevicius
55147f5901
lib/db: Rework flush hooks ( #6838 )
2020-07-19 08:55:27 +02:00
Audrius Butkevicius
9d4a700829
lib/ur: Track new folder feature usage ( #6803 )
2020-06-28 20:35:22 +02:00
Audrius Butkevicius
bb76311ec6
lib/ur: Zero our the value before unmarshal ( #6790 )
...
* lib/ur: Zero our the value before unmarshal
* Comment
* Complete rewrite
2020-06-23 21:23:32 +01:00
Audrius Butkevicius
689cf2a5ee
lib/ur: Normalise contract between syncthing and ursrv ( #6770 )
...
* Fix ui, hide report date
* Undo Goland madness
* UR now web scale
* Fix migration
* Fix marshaling, force tick on start
* Fix tests
* Darwin build
* Split "all" build target, add package name as a tag
* Remove pq and sql dep from syncthing, split build targets
* Empty line
* Revert "Empty line"
This reverts commit f74af2b067 .
* Revert "Remove pq and sql dep from syncthing, split build targets"
This reverts commit 8fc295ad00 .
* Revert "Split "all" build target, add package name as a tag"
This reverts commit f4dc889951 .
* Normalise contract types
* Fix build add more logging
2020-06-23 09:47:15 +01:00
Audrius Butkevicius and Simon Frei
5fb3992275
lib/model: More connection closing ( #6778 )
...
* lib/model: More connection closing
* Revert "lib/model: More connection closing"
This reverts commit 5397c3a55c .
* Add tests, fix one broken-ness
* Update lib/model/model.go
Co-authored-by: Simon Frei <freisim93@gmail.com >
* Update model.go
* Update model.go
Co-authored-by: Simon Frei <freisim93@gmail.com >
2020-06-22 21:26:26 +01:00
Audrius Butkevicius
cbaef624cf
lib/nat: Make service termination faster ( #6777 )
...
* lib/nat: Make service termination faster
* Newline
2020-06-22 09:01:57 +01:00
Audrius Butkevicius
deaccc7f8d
lib/fs: Add support for Windows duplicate extents ( #6764 )
2020-06-18 22:32:26 +01:00
Audrius Butkevicius
4812fd3ec1
all: Add copy-on-write filesystem support ( fixes #4271 ) ( #6746 )
2020-06-18 08:15:47 +02:00
Audrius Butkevicius
f310bbaaac
cmd/stdiscosrv: Don't abuse wrong header ( #6749 )
2020-06-16 10:58:25 +02:00
Audrius Butkevicius
f619a7f4cc
lib/connections: Try TCP punchthrough ( fixes #4259 ) ( #5753 )
2020-06-16 09:17:07 +02:00
Audrius Butkevicius
36e6f8b082
cmd/ursrv: Attempt to fix js failure to load ( #6747 )
...
Following what was said in:
https://support.google.com/maps/thread/44057943?hl=en
2020-06-15 22:08:56 +01:00
Audrius Butkevicius
258341f8bf
lib/model: Fix rename handling (ref #6650 ) ( #6652 )
2020-05-16 14:40:20 +02:00
Audrius Butkevicius
a1c5b44c74
lib/model: Fix rename handling (ref #6650 ) ( #6652 )
2020-05-16 14:39:27 +02:00
Audrius Butkevicius
6201eebc98
lib/model: Add support for different puller block ordering ( #6587 )
...
* WIP
* Tests
* Header and format
* WIP
* Fix tests
* Goland you disappoint me
* Remove CC storage
* Update blockpullreorderer.go
2020-05-11 22:44:04 +01:00
Audrius Butkevicius
decb967969
all: Reorder sequences for better rename detection ( #6574 )
2020-05-11 20:15:11 +02:00
Audrius Butkevicius
7dc290c3ed
lib/connections: React to listeners going up and down faster ( #6590 )
2020-05-11 15:02:22 +02:00
Audrius Butkevicius
da99203dcd
lib/db: Fix non-truncated fileinfo loading ( #6621 )
2020-05-08 20:31:43 +01:00
Audrius Butkevicius
bd0c2bf237
lib/model: Do file recheck in folder loop ( fixes #6583 ) ( #6585 )
2020-05-01 11:08:59 +02:00
Audrius Butkevicius
f86deedd9c
lib/model: Progress emitter network operations dont need to be blocking ( #6589 )
...
* lib/model: Progress emitter network operations dont need to be blocking
* Do sends outside of the lock
2020-05-01 08:54:15 +01:00
Audrius Butkevicius
782bd08aad
lib/model: Add option to disable fsync ( #6588 )
...
* lib/model: Add option to disable fsync
* Fix test
* Dont open stuff for no reason
2020-05-01 08:36:46 +01:00
Audrius Butkevicius
ac7338f1f2
lib/connections: Update quic ( #6591 )
...
* lib/connections: Update quic
* Fix freebsd builds?
* Undo x/sys and gopsutil update
* Update quic_dial.go
* Update quic_listen.go
2020-05-01 08:14:28 +01:00
Audrius Butkevicius
71aecc5cd4
lib/dialer: Bring back address faking connection ( fixes #6289 ) ( #6363 )
2020-02-26 12:37:23 +01:00
Audrius Butkevicius
17b441c993
lib/relays: Fix incorrect timeout, bring back logging (ref #6289 ) ( #6291 )
...
* lib/relays: Fix incorrect timeout, bring back logging (ref #6289 )
* Fix format strings
2020-01-23 21:37:35 +00:00
Audrius Butkevicius
d3d7408b17
lib/api: Make theme paths relative ( #6142 )
...
* Update theme.css
* Update syncthingController.js
2019-11-09 12:07:46 +00:00
Audrius Butkevicius
65c172cd8d
lib/api: Reset mtime after theme change ( fixes #5810 ) ( #6140 )
2019-11-08 22:37:42 +01:00
Audrius Butkevicius
98a1adebe1
all: Remove dead code, fix lost msgLen checks ( #6129 )
2019-11-06 07:09:58 +01:00
Audrius Butkevicius
c4f161d8c5
lib/connections: Rate limit quic accept loop ( fixes #6081 ) ( #6082 )
2019-10-18 09:55:37 +02:00
Audrius Butkevicius
8fb576ed54
lib/model: Adjust blocks reported in usage reporting ( fixes #5995 ) ( #6037 )
...
* lib/model: Adjust blocks reported in usage reporting (fixes #5995 )
* Use variables, fix go.mod
2019-10-04 12:03:13 +01:00
Audrius Butkevicius
58ef5368f8
lib/connections: Validate device id before assuming success ( fixes #5934 ) ( #5935 )
...
* lib/connections: Validate device id before assuming success (fixes #5934 )
* Vet
2019-08-09 12:31:42 +01:00
Audrius Butkevicius
afde0727fe
lib/versioner: Revert naming change ( fixes #5807 ) ( #5808 )
2019-06-25 08:56:11 +03:00
Audrius Butkevicius
21f50e2f8f
lib/versioner: Use mtime for version cleanup ( fixes #5765 ) ( #5769 )
2019-06-11 09:16:55 +02:00
Audrius Butkevicius
b7c70a9817
lib/fs: Enhance mtimefs, use everywhere ( fixes #5777 ) ( #5776 )
2019-06-11 08:27:12 +02:00
Audrius Butkevicius
e714df013f
lib/connections: Add QUIC protocol support ( fixes #5377 ) ( #5737 )
2019-05-29 09:56:40 +02:00
Audrius Butkevicius
f0f79a3e3e
lib/scanner: Use standard adler32 when we don't need rolling ( #5556 )
...
* lib/scanner: Use standard adler32 when we don't need rolling
Seems the rolling adler32 implementation is super slow when executed on large blocks, even tho I can't explain why.
BenchmarkFind1MFile-16 100 18991667 ns/op 55.21 MB/s 398844 B/op 20 allocs/op
BenchmarkBlock/adler32-131072/#00-16 200 9726519 ns/op 1078.06 MB/s 2654936 B/op 163 allocs/op
BenchmarkBlock/bozo32-131072/#00-16 20 73435540 ns/op 142.79 MB/s 2654928 B/op 163 allocs/op
BenchmarkBlock/buzhash32-131072/#00-16 20 61482005 ns/op 170.55 MB/s 2654928 B/op 163 allocs/op
BenchmarkBlock/buzhash64-131072/#00-16 20 61673660 ns/op 170.02 MB/s 2654928 B/op 163 allocs/op
BenchmarkBlock/vanilla-adler32-131072/#00-16 300 4377307 ns/op 2395.48 MB/s 2654935 B/op 163 allocs/op
BenchmarkBlock/adler32-16777216/#00-16 2 544010100 ns/op 19.27 MB/s 65624 B/op 5 allocs/op
BenchmarkBlock/bozo32-16777216/#00-16 1 4678108500 ns/op 2.24 MB/s 51970144 B/op 24 allocs/op
BenchmarkBlock/buzhash32-16777216/#00-16 1 3880370700 ns/op 2.70 MB/s 51970144 B/op 24 allocs/op
BenchmarkBlock/buzhash64-16777216/#00-16 1 3875911700 ns/op 2.71 MB/s 51970144 B/op 24 allocs/op
BenchmarkBlock/vanilla-adler32-16777216/#00-16 300 4010279 ns/op 2614.72 MB/s 65624 B/op 5 allocs/op
BenchmarkRoll/adler32-131072/#00-16 2000 974279 ns/op 134.53 MB/s 270 B/op 0 allocs/op
BenchmarkRoll/bozo32-131072/#00-16 2000 791770 ns/op 165.54 MB/s 270 B/op 0 allocs/op
BenchmarkRoll/buzhash32-131072/#00-16 2000 917409 ns/op 142.87 MB/s 270 B/op 0 allocs/op
BenchmarkRoll/buzhash64-131072/#00-16 2000 881125 ns/op 148.76 MB/s 270 B/op 0 allocs/op
BenchmarkRoll/adler32-16777216/#00-16 10 124000400 ns/op 135.30 MB/s 7548937 B/op 0 allocs/op
BenchmarkRoll/bozo32-16777216/#00-16 10 118008080 ns/op 142.17 MB/s 7548928 B/op 0 allocs/op
BenchmarkRoll/buzhash32-16777216/#00-16 10 126794440 ns/op 132.32 MB/s 7548928 B/op 0 allocs/op
BenchmarkRoll/buzhash64-16777216/#00-16 10 126631960 ns/op 132.49 MB/s 7548928 B/op 0 allocs/op
* Update benchmark_test.go
* gofmt
* fixup benchmark
2019-02-25 19:25:08 +01:00
Audrius Butkevicius
fafd30f804
lib/scanner: Use standard adler32 when we don't need rolling ( #5556 )
...
* lib/scanner: Use standard adler32 when we don't need rolling
Seems the rolling adler32 implementation is super slow when executed on large blocks, even tho I can't explain why.
BenchmarkFind1MFile-16 100 18991667 ns/op 55.21 MB/s 398844 B/op 20 allocs/op
BenchmarkBlock/adler32-131072/#00-16 200 9726519 ns/op 1078.06 MB/s 2654936 B/op 163 allocs/op
BenchmarkBlock/bozo32-131072/#00-16 20 73435540 ns/op 142.79 MB/s 2654928 B/op 163 allocs/op
BenchmarkBlock/buzhash32-131072/#00-16 20 61482005 ns/op 170.55 MB/s 2654928 B/op 163 allocs/op
BenchmarkBlock/buzhash64-131072/#00-16 20 61673660 ns/op 170.02 MB/s 2654928 B/op 163 allocs/op
BenchmarkBlock/vanilla-adler32-131072/#00-16 300 4377307 ns/op 2395.48 MB/s 2654935 B/op 163 allocs/op
BenchmarkBlock/adler32-16777216/#00-16 2 544010100 ns/op 19.27 MB/s 65624 B/op 5 allocs/op
BenchmarkBlock/bozo32-16777216/#00-16 1 4678108500 ns/op 2.24 MB/s 51970144 B/op 24 allocs/op
BenchmarkBlock/buzhash32-16777216/#00-16 1 3880370700 ns/op 2.70 MB/s 51970144 B/op 24 allocs/op
BenchmarkBlock/buzhash64-16777216/#00-16 1 3875911700 ns/op 2.71 MB/s 51970144 B/op 24 allocs/op
BenchmarkBlock/vanilla-adler32-16777216/#00-16 300 4010279 ns/op 2614.72 MB/s 65624 B/op 5 allocs/op
BenchmarkRoll/adler32-131072/#00-16 2000 974279 ns/op 134.53 MB/s 270 B/op 0 allocs/op
BenchmarkRoll/bozo32-131072/#00-16 2000 791770 ns/op 165.54 MB/s 270 B/op 0 allocs/op
BenchmarkRoll/buzhash32-131072/#00-16 2000 917409 ns/op 142.87 MB/s 270 B/op 0 allocs/op
BenchmarkRoll/buzhash64-131072/#00-16 2000 881125 ns/op 148.76 MB/s 270 B/op 0 allocs/op
BenchmarkRoll/adler32-16777216/#00-16 10 124000400 ns/op 135.30 MB/s 7548937 B/op 0 allocs/op
BenchmarkRoll/bozo32-16777216/#00-16 10 118008080 ns/op 142.17 MB/s 7548928 B/op 0 allocs/op
BenchmarkRoll/buzhash32-16777216/#00-16 10 126794440 ns/op 132.32 MB/s 7548928 B/op 0 allocs/op
BenchmarkRoll/buzhash64-16777216/#00-16 10 126631960 ns/op 132.49 MB/s 7548928 B/op 0 allocs/op
* Update benchmark_test.go
* gofmt
* fixup benchmark
2019-02-25 13:29:31 +04:00
Audrius Butkevicius
dc929946fe
all: Use new reflect based CLI ( #5487 )
2019-02-12 07:58:24 +01:00
Audrius Butkevicius
c5a79bdfe6
Fix builds on Windows without CGO ( #5518 )
2019-02-10 15:58:29 +01:00
Audrius Butkevicius
96bd691f55
lib/fs: Skip some tests on OpenBSD ( fixes #5077 ) ( #5466 )
2019-01-19 08:28:57 +01:00
Audrius Butkevicius
a80c0fdae8
vendor: Update minio/sha256-simd
2019-01-18 20:30:40 +00:00
Audrius Butkevicius
801e9b57eb
Update config ( #5444 )
...
* gui: Update config from remote after saving (fixes #5354 )
* Refresh is async :(
2019-01-13 23:28:17 +00:00
Audrius Butkevicius
d4f0544d9e
build: Add -cc argument that is not used by build.go ( #5447 )
2019-01-11 23:07:53 +00:00
Audrius Butkevicius
ad30192dca
vendor: Update minio/sha256-simd ( #5433 )
...
* vendor: Update minio/sha256-simd
* Add go module stuff
2019-01-05 10:21:42 +01:00
Audrius Butkevicius
ff2cde469e
lib/model: Allow limiting number of concurrent scans ( fixes #2760 ) ( #4888 )
2018-12-05 08:40:05 +01:00
Audrius Butkevicius
710dba7f84
gui: Add arrays for pending/ignored folders ( fixes #5190 ) ( #5192 )
2018-09-13 22:52:16 +02:00
Audrius Butkevicius
aec66045ef
lib/config: Rewrite pending notifications ( fixes #2291 )
2018-08-25 11:36:10 +01:00
Audrius Butkevicius
24d307531d
gui: Use one instead of on to have callbacks fire one ( #5085 )
2018-07-29 21:15:24 +02:00
Audrius Butkevicius
93fdd1c012
cmd/strelaypoolsrv: Prevent scraped metrics moving backwards ( #5068 )
2018-07-27 07:59:55 +02:00
Audrius Butkevicius
5161f03f02
lib/config: Fix aliased append, copy config inputs and outputs ( fixes #5063 ) ( #5069 )
2018-07-26 23:14:12 +02:00
Audrius Butkevicius
9f87fd1fcf
lib/model: More auto accept tests ( #5014 )
2018-07-15 20:26:20 +03:00
Audrius Butkevicius
b3007c03bd
gui: Stop log tailing on scroll ( #5013 )
2018-06-18 12:27:54 +01:00
Audrius Butkevicius
d60f0e734c
lib/scanner: Copy execute bits from previous version on Windows ( fixes #4969 ) ( #4970 )
2018-05-29 07:01:23 +01:00
Audrius Butkevicius
e125f8b05b
gui: Enable proper asset caching ( #4931 )
2018-05-10 07:53:39 +02:00
Audrius Butkevicius
baa3aa4bad
gui: Don't save ignores if they haven't been loaded ( fixes #4915 ) ( #4930 )
2018-05-08 23:39:17 +02:00
Audrius Butkevicius
a48a31e3f5
lib/ignores: Fix ignore loading, report errors to UI ( fixes #4901 ) ( #4932 )
2018-05-08 23:37:13 +02:00
Audrius Butkevicius
ef0dcea6a4
lib/model: Verify request content against weak (and possibly strong) hash ( #4767 )
2018-05-05 10:24:44 +02:00
Audrius Butkevicius
afb27f7f02
cmd/strelaypoolsrv: Move metric scraping to the server itself ( #4866 )
2018-04-08 20:13:55 +01:00
Audrius Butkevicius
29e7e54bb4
assets: Use icon from synctrayzor (ref #4839 ) ( #4859 )
2018-04-02 19:57:01 -04:00
Audrius Butkevicius
1ff5fc9620
cmd/syncthing: Correct --paths in some cases ( #4845 )
2018-03-28 18:02:43 +01:00
Audrius Butkevicius
720e8dedbc
lib/osutil: Use unix lowprio implementation on Android ( #4844 )
2018-03-27 22:03:09 +01:00
Audrius Butkevicius
3c920c61e9
gui: Add folder label to global changes, use bootstrap table ( fixes #4828 ) ( #4838 )
2018-03-26 11:29:06 +02:00
Audrius Butkevicius
a5e40563de
lib/model: Don't log ignored files ( fixes #4832 ) ( #4837 )
2018-03-25 22:12:50 +02:00
Audrius Butkevicius
862eec34db
cmd/syncthing: Rename weak to rolling ( #4830 )
2018-03-20 23:42:36 +01:00
Audrius Butkevicius
2751be57dc
lib/connections: Fix relay connections when two devices use the same relay ( fixes #4778 ) ( #4779 )
2018-02-25 16:12:46 +01:00
Audrius Butkevicius
8df90bb475
lib/scanner: Track modified by in symlinks ( #4777 )
2018-02-25 14:51:37 +01:00
Audrius Butkevicius
27d5b17096
lib/osutil: Fix priority lowering on Windows
...
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4686
2018-01-19 07:21:05 +01:00
Audrius Butkevicius
8e9c9b9553
lib/osutil: Fix priority lowering on Windows
...
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4686
2018-01-18 17:03:24 +00:00
Audrius Butkevicius
53f4dfe83c
lib/model: Fix panic when auto-accepting existing paused folder ( fixes #4636 )
...
This no longer pokes at model internals, and only touches the config.
As a result, model handles this in CommitConfiguration, which restarts
the folders if things change, which repopulate m.folderDevice, m.deviceFolder
and other interal mappings.
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4639
2018-01-03 07:42:25 +00:00
Audrius Butkevicius
b0e2050cdb
cmd/syncthing: UI for version restoration ( fixes #2599 ) ( #4602 )
...
cmd/syncthing: Add UI for version restoration (fixes #2599 )
2018-01-01 15:39:23 +01:00
Audrius Butkevicius
c7f136c2b8
lib/upnp: Each service is it's own NAT device
...
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4625
2017-12-30 19:16:08 +00:00
Audrius Butkevicius
72172d853c
vendor: Move back to upstream KCP ( fixes #4407 )
...
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4614
2017-12-27 11:33:12 +00:00
Audrius Butkevicius
c58b383b6d
gui: Add debug tab to settings (ref #2644 )
...
Just because there are a ton of people struggling to set env vars.
Perhaps this should live in advanced settings, and perhaps we should have a button to view the log.
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4604
LGTM: calmh, imsodin
2017-12-24 22:26:05 +00:00
Audrius Butkevicius
2547a29dd7
lib/connections: Don't close nil connections ( fixes #4605 )
2017-12-18 14:40:51 +00:00
Audrius Butkevicius
445c4edeca
gui, lib/config, lib/model: Support auto-accepting folders ( fixes #2299 )
...
Also introduces a new Waiter interface for config changes and segments the
configuration GUI.
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4551
2017-12-07 07:08:24 +00:00
Audrius Butkevicius
b9ed6c4c2c
vendor: Update pfilter and go-stun ( fixes #4561 )
...
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4575
2017-12-06 21:28:36 +00:00
Audrius Butkevicius
60bceb0f09
vendor: Update pfilter (ref #4561 )
...
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4572
2017-12-06 06:19:49 +00:00
Audrius Butkevicius
95a65bf0d0
lib/config: Support symlinked root ( fixes #4542 , fixes #4353 )
...
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4545
LGTM: imsodin, calmh
2017-11-26 07:51:22 +00:00
Audrius Butkevicius
99b00b6a5e
vendor: Update pfilter ( fixes #4537 )
...
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4539
2017-11-23 08:29:56 +01:00
Audrius Butkevicius
67c39b2512
vendor: Update pfilter ( fixes #4537 )
...
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4539
2017-11-22 21:16:49 +00:00
Audrius Butkevicius
d62820acf9
Few tweaks
2017-11-22 20:52:07 +00:00
Audrius Butkevicius
0dd7934405
lib/connections: Fix local address priority
...
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4534
LGTM: imsodin, calmh
2017-11-22 08:06:34 +01:00