Matt Joiner
|
ddbba214da
|
Fix test for dht query context changes
|
2019-01-21 22:36:40 +01:00 |
Matt Joiner
|
6bb761ab6d
|
Simplify single case select
|
2018-11-28 10:32:44 +11:00 |
Matt Joiner
|
4f5387cbbd
|
Fix benchmark broken by changes to client listeners
|
2018-11-04 17:51:32 +11:00 |
Matt Joiner
|
1a4950ad4a
|
Add default DHT servers when UTP disabled
Also ensures that UDP and TCP sockets are reserved, even if not used, and fixes tests. Fixes #289.
|
2018-11-04 17:43:47 +11:00 |
Matt Joiner
|
8a0f333bb9
|
Add test for dht servers when utp disabled
#289
|
2018-11-04 17:42:12 +11:00 |
Matt Joiner
|
fc4fab91f5
|
Switch to goimports import sorting
Used to use sortimports, but it's old, and goimports seems to have an opinion now.
|
2018-11-02 23:12:01 +11:00 |
Matt Joiner
|
2940f27f9f
|
Use the new firewall callback support in go-libutp
|
2018-07-25 17:11:09 +10:00 |
Matt Joiner
|
6dd3b9c12c
|
Law of Demeter Client.mu
|
2018-07-25 13:42:28 +10:00 |
Matt Joiner
|
50def7a688
|
Move PEX stuff into peer_protocol
|
2018-07-10 11:21:24 +10:00 |
Matt Joiner
|
57849844ae
|
Rework status export in tests to allow count > 1 without a server for every test
|
2018-06-26 19:54:48 +10:00 |
Matt Joiner
|
0f5a2f0c05
|
Disable accept rate limiting by default in tests
|
2018-06-17 21:20:41 +10:00 |
Matt Joiner
|
68e88977d5
|
Remove TestUTPRawConn
It's a bit racy and depends on flaky network. Something like this belongs in the utp package anyway.
|
2018-06-16 20:17:05 +10:00 |
Matt Joiner
|
e97f487d2e
|
Rename Config->ClientConfig and change how defaults work
This is a very breaking change.
|
2018-06-16 16:30:04 +10:00 |
Matt Joiner
|
c9187bf736
|
Update some tests now that adding connections is more reliable
|
2018-06-13 22:02:30 +10:00 |
Matt Joiner
|
360e1dbdd1
|
Track ConnStats with atomics
|
2018-06-12 20:21:53 +10:00 |
Matt Joiner
|
2007f2c234
|
Make download cancellable tests more reliable
|
2018-06-12 20:19:53 +10:00 |
Matt Joiner
|
a9bdb438dc
|
Fix timing failures in download cancel tests
|
2018-06-10 09:20:33 +10:00 |
Matt Joiner
|
e04b6f0ba0
|
Try to make test more reliable
|
2018-04-14 11:23:26 +10:00 |
Matt Joiner
|
e9386d1016
|
Fix #246
|
2018-04-12 23:34:31 +10:00 |
Matt Joiner
|
485d8cdf61
|
Use new DHT stats fields
|
2018-04-12 16:11:22 +10:00 |
Matt Joiner
|
83e4c65fc4
|
Add LoopbackListenHost
|
2018-04-12 15:21:31 +10:00 |
Matt Joiner
|
b5df073217
|
Support different hosts for each network
CircleCI's localhost hostname doesn't resolve for IPv6.
|
2018-04-12 15:06:53 +10:00 |
Matt Joiner
|
319e57d1c6
|
Rework conns to/and allow multiple DHT servers
This will help with #229, and IPv6 support.
|
2018-04-12 11:41:07 +10:00 |
Matt Joiner
|
8f7408b1f9
|
IPv6 tracker support
|
2018-02-19 16:19:18 +11:00 |
Matt Joiner
|
b92e8b7814
|
Add support for disabling IPv4 and IPv4 peers
|
2018-02-16 10:46:11 +11:00 |
Matt Joiner
|
6773fa9a7e
|
Fix TestSetMaxEstablishedConn and allow it to be run with -count > 1
Similar changes should occur to other tests exporting StatusWriters.
|
2018-02-11 15:14:31 +11:00 |
Matt Joiner
|
5a4e8cd4c5
|
Rename and rearrange some conn stats
|
2018-02-03 00:41:13 +11:00 |
Matt Joiner
|
45aff24188
|
TestClientTransferRateLimitedUpload: Export client status
|
2018-02-01 14:43:57 +11:00 |
Matt Joiner
|
50c1cdb601
|
Some test tidying and improvements
|
2018-01-29 18:22:21 +11:00 |
Matt Joiner
|
77806c1f49
|
More development of the new logging interface
|
2018-01-29 18:22:21 +11:00 |
Matt Joiner
|
53e32ca9dd
|
Start using new log package
|
2018-01-28 16:07:11 +11:00 |
Matt Joiner
|
37272a391b
|
Avoid race in test
|
2018-01-27 14:31:46 +11:00 |
Matt Joiner
|
51b3374015
|
Add very tentative UPnP NAT traversal
Relates to #230
|
2018-01-25 13:14:20 +11:00 |
Matt Joiner
|
89ea4c0e29
|
Fix mentions of TorrentDataOpener
|
2018-01-11 17:11:54 +11:00 |
Matt Joiner
|
659be3d366
|
Add some TODOs and tidy a test
|
2018-01-09 17:26:46 +11:00 |
Matt Joiner
|
47622fad36
|
Fix the Stats panic in #214
|
2017-12-02 09:58:08 +11:00 |
themihai
|
6ab65a49a8
|
feat(config): Allows the torrent client to customise the client identity and connection config
|
2017-11-07 20:14:13 +02:00 |
Matt Joiner
|
9757f04cf8
|
Apply megacheck to torrent package
|
2017-11-07 16:11:59 +11:00 |
Matt Joiner
|
be3f32e962
|
Fix a lot of noisy logging and test warnings
|
2017-11-07 16:00:08 +11:00 |
Matt Joiner
|
dd083a4e11
|
Track completion known to implementation state
Addresses #193
|
2017-10-12 16:09:32 +11:00 |
Matt Joiner
|
083d2120f3
|
Avoid race condition in test
|
2017-10-12 16:06:14 +11:00 |
Matt Joiner
|
cfa54ead7c
|
Use badStorage for TestPeerInvalidHave
|
2017-09-18 12:15:14 +10:00 |
Matt Joiner
|
07679c3895
|
Remove test temporary directories when finished
They're all grouped together in a parent directory that gets removed. Testing with mmap storage can generate very large files on bad filesystems.
|
2017-09-18 12:14:16 +10:00 |
Matt Joiner
|
2aa20b3e22
|
Don't verify data at startup, add Torrent.Piece.VerifyData and Torrent.VerifyData for this purpose
This has the side effect of deflaking a lot of tests that race to verify data when a torrent is added.
|
2017-09-15 19:22:32 +10:00 |
Matt Joiner
|
5d3ee0a531
|
Fix panic when error occurs binding uTP socket
Fixes #187.
|
2017-09-14 00:25:29 +10:00 |
Matt Joiner
|
705de83a5a
|
TestUTPRawConn: More tidying, and slow down the rate
|
2017-09-01 15:22:08 +10:00 |
Matt Joiner
|
158dab71c9
|
Use require in some places in TestUTPRawConn
|
2017-09-01 15:09:10 +10:00 |
Matt Joiner
|
a8a1ea755d
|
Remove unused functions
|
2017-08-26 13:23:04 +10:00 |
Matt Joiner
|
c0dd0f63a1
|
Fix test
|
2017-08-07 22:11:25 +10:00 |
Matt Joiner
|
2624281842
|
Changes for dht-cleanup
|
2017-07-21 00:40:49 +10:00 |