Arvid Norberg
|
cc4536b122
|
make socks proxy work on windows
|
2013-09-28 06:02:18 +00:00 |
Arvid Norberg
|
ddfd485425
|
merged identify client patch from RC_0_16
|
2013-09-26 00:30:14 +00:00 |
Arvid Norberg
|
89c3db477d
|
merge build fix with C++11 from RC_0_16
|
2013-09-25 19:44:29 +00:00 |
Arvid Norberg
|
7ce6425534
|
merged removing assert from RC_0_16
|
2013-09-25 07:31:04 +00:00 |
Arvid Norberg
|
97c69cb041
|
merged IPv6 fix from RC_0_16
|
2013-09-25 06:50:08 +00:00 |
Arvid Norberg
|
4f6f383e8b
|
fix typo in test Jamfile
|
2013-09-25 01:45:23 +00:00 |
Arvid Norberg
|
52613b312c
|
don't buffer incoming uTP packets indefinitely
|
2013-09-25 01:37:12 +00:00 |
Arvid Norberg
|
7bbb0e4e6c
|
don't use random_seed in test_dht
|
2013-09-24 15:33:25 +00:00 |
Arvid Norberg
|
e6f41c0d16
|
remove randomness from test_dht, to make it pass consistently
|
2013-09-24 08:14:50 +00:00 |
Arvid Norberg
|
4991a601c6
|
support proxy authentication in http.py and tests
|
2013-09-23 06:25:27 +00:00 |
Arvid Norberg
|
60f0af860f
|
fix mingw build of tests
|
2013-09-23 05:36:50 +00:00 |
Arvid Norberg
|
adc4280f50
|
merged mingw build fixes from RC_0_16
|
2013-09-22 19:19:45 +00:00 |
Arvid Norberg
|
5586df1a03
|
don't use python process pool for regression tests. add -s flag to always build the latest version (for slow machines)
|
2013-09-22 13:47:33 +00:00 |
Arvid Norberg
|
04825115b4
|
attempt to fix windows usage of new python based proxies
|
2013-09-22 13:34:32 +00:00 |
Arvid Norberg
|
52fcfecf24
|
improve benchmark script
|
2013-09-22 13:23:47 +00:00 |
Arvid Norberg
|
9c99220dd1
|
make tests not rely on delegated anymore, but instead use simple python implementations for socks and http proxy
|
2013-09-22 03:37:33 +00:00 |
Arvid Norberg
|
fcff201356
|
make tests buildable both as shared and static linkage. static builds make it easier to debug
|
2013-09-20 14:14:29 +00:00 |
Arvid Norberg
|
1fb0511c51
|
minor typo in test launching of delegated
|
2013-09-20 12:18:53 +00:00 |
Arvid Norberg
|
8311c170f0
|
launch delegated.exe without waiting on it returning (windows)
|
2013-09-20 03:06:26 +00:00 |
Arvid Norberg
|
362a16c161
|
update todo
|
2013-09-19 02:19:35 +00:00 |
Arvid Norberg
|
86864b0a0c
|
merged todo comment from RC_0_16
|
2013-09-18 18:48:01 +00:00 |
Arvid Norberg
|
dfaddedc6f
|
another attempt to not make delegated stall
|
2013-09-18 09:05:27 +00:00 |
Arvid Norberg
|
413f7b00ba
|
run delegated.exe as a background process in case it can't daemonize
|
2013-09-18 08:43:08 +00:00 |
Arvid Norberg
|
40682837c9
|
minimal support for building tests with static linking
|
2013-09-18 08:42:30 +00:00 |
Arvid Norberg
|
b754e5391a
|
merge max allowed outstanding piece requests from peers from RC_0_16
|
2013-09-18 06:50:49 +00:00 |
Arvid Norberg
|
89b6c51725
|
make test_swarm test with a smaller torrent, making the test complete faster
|
2013-09-17 09:33:42 +00:00 |
Arvid Norberg
|
93cd697d8f
|
fix link error of test_dht
|
2013-09-17 08:46:50 +00:00 |
Arvid Norberg
|
bb925ad671
|
fix build error in test_dht
|
2013-09-16 03:49:30 +00:00 |
Arvid Norberg
|
82b81b7f71
|
build examples and tools as part of regression tests
|
2013-09-15 12:53:53 +00:00 |
Arvid Norberg
|
9b93085e1d
|
regenerate todo.html
|
2013-09-15 12:32:11 +00:00 |
Arvid Norberg
|
3d6145f713
|
resolve duplicate torrents by URL as well (by linear scan)
|
2013-09-15 12:29:09 +00:00 |
Arvid Norberg
|
00cbb91601
|
make dump_torrent build without deprecated functions
|
2013-09-15 12:18:27 +00:00 |
Arvid Norberg
|
b81dbc4669
|
fix stats logging
|
2013-09-15 05:14:03 +00:00 |
Arvid Norberg
|
4ec97bfaaa
|
make verbose dht logging work again
|
2013-09-14 22:00:41 +00:00 |
Arvid Norberg
|
40941608a9
|
improve DHT routing table some, by replacing high RTT nodes within a node ID prefix
|
2013-09-14 21:49:08 +00:00 |
Arvid Norberg
|
2df72d276e
|
when evicting peers waiting to establish connection, evict the ones that have been trying for the longest first
|
2013-09-14 21:47:31 +00:00 |
Arvid Norberg
|
a386d8aca0
|
merged build fix without exceptions from RC_0_16
|
2013-09-14 10:26:55 +00:00 |
Arvid Norberg
|
908e29957e
|
include error code in metadata failure alert
|
2013-09-14 10:09:30 +00:00 |
Arvid Norberg
|
f1f89123e8
|
don't count pad-files as partial download pieces in the piece picker. prioritize which immutable dht items to keep also based on distance from our ID. remove some todo comments that probably should not be done
|
2013-09-14 10:08:31 +00:00 |
Arvid Norberg
|
1aa47fc13e
|
add more utp statistics and make the congestion controller less aggressive when the up-link is not saturated
|
2013-09-14 10:06:48 +00:00 |
Arvid Norberg
|
84fcc0baf0
|
merged utp fix from RC_0_16
|
2013-09-12 11:28:54 +00:00 |
Arvid Norberg
|
f2e16c36b3
|
merged fix from RC_0_16
|
2013-09-12 07:10:52 +00:00 |
Arvid Norberg
|
d42ca11ef3
|
merged changes from RC_0_16
|
2013-09-12 00:57:26 +00:00 |
Arvid Norberg
|
955c369168
|
fix backwards compatibility with tracker_url and async_add_torrent
|
2013-09-10 23:35:37 +00:00 |
Arvid Norberg
|
730bc38515
|
extend benchmark to run both upload and download tests
|
2013-09-10 21:04:56 +00:00 |
Arvid Norberg
|
aace9e68e9
|
add script that runs a cpu benchmark of downloading
|
2013-09-10 05:48:38 +00:00 |
Arvid Norberg
|
39264c5ad3
|
introduce new, optional, get_peers mechanism that is more privacy preserving (doesn't leak the info-hash to as many DHT nodes)
|
2013-09-09 07:08:02 +00:00 |
Arvid Norberg
|
b94f3d8b9a
|
fix build with old asio (boost-1.42 era)
|
2013-09-09 07:07:09 +00:00 |
Arvid Norberg
|
a780b8469d
|
abstract generic_category() to build on boost-1.42 and older. fix some include issues in tests
|
2013-09-09 07:06:12 +00:00 |
Arvid Norberg
|
42ae69979f
|
restore commented out function
|
2013-09-09 06:12:08 +00:00 |