Arvid Norberg
|
1e80629770
|
make printing of file progress more compact in client_test
|
2015-02-08 21:59:52 +00:00 |
Arvid Norberg
|
266760b70b
|
improve client_test output
|
2015-02-08 03:24:56 +00:00 |
Arvid Norberg
|
aa9647b5d0
|
fix client_test build
|
2015-01-19 04:46:06 +00:00 |
Arvid Norberg
|
58d93e5aa1
|
add new (non-deprecated) access to dht stats, asynchronously via an alert
|
2015-01-17 17:02:58 +00:00 |
Arvid Norberg
|
a7add1787f
|
the piece bar is no longer optional in client test
|
2015-01-15 07:30:51 +00:00 |
Arvid Norberg
|
05f8569f9f
|
don't rely on internal utf8 functions from libtorrent
|
2015-01-08 18:19:35 +00:00 |
Arvid Norberg
|
774c3b536a
|
fix winows build
|
2015-01-07 16:47:37 +00:00 |
Arvid Norberg
|
35b41858cf
|
deprecated session_status and session::status() in favor of performance counters
|
2015-01-04 21:31:02 +00:00 |
Arvid Norberg
|
21d1f6f649
|
more dynamic link build fixes
|
2015-01-02 11:11:09 +00:00 |
Arvid Norberg
|
5c04eb7d00
|
fix client_test bug introduced by recent patch
|
2015-01-01 21:42:55 +00:00 |
Arvid Norberg
|
c2a05228fd
|
fix dynamic linking (Jamfile and dependencies on internals)
|
2015-01-01 18:03:56 +00:00 |
Arvid Norberg
|
f77ba409fa
|
fix typo
|
2014-12-30 17:05:34 +00:00 |
Arvid Norberg
|
c443193ce0
|
add option to client_test to remove web seeds
|
2014-12-30 16:59:37 +00:00 |
Arvid Norberg
|
a3d1a493fd
|
disable logging alerts in client_test
|
2014-12-10 09:45:38 +00:00 |
Arvid Norberg
|
0b960615b1
|
fix another build warning
|
2014-12-09 09:49:14 +00:00 |
Arvid Norberg
|
4eaec6d87f
|
instead of using a fixed request timeout for every peer, have an adaptable one based on the average download time for a block
|
2014-12-08 17:06:04 +00:00 |
Arvid Norberg
|
c4e5df8e4d
|
remove the concept of timeout_extend in piece request timeouts. if a request times out, cancel it as soon as it holds up the completion of a piece
|
2014-12-07 22:22:38 +00:00 |
Arvid Norberg
|
cc1a4dcdd7
|
fix examples build
|
2014-12-03 09:05:09 +00:00 |
Arvid Norberg
|
95fbf93e52
|
apply Steven Siloti's patch to client_test to enable fixed slots choker when specifying the number of unchoke slots
|
2014-11-30 04:57:54 +00:00 |
Arvid Norberg
|
f98c7223b2
|
merged changes from RC_1_0
|
2014-11-29 01:53:22 +00:00 |
Arvid Norberg
|
8b4dcb2959
|
merged changes from RC_1_0
|
2014-11-28 04:53:21 +00:00 |
Arvid Norberg
|
12a29ea281
|
client_test print fix
|
2014-11-24 04:35:52 +00:00 |
Arvid Norberg
|
29fb79f60c
|
merged changes from RC_1_0
|
2014-11-24 04:25:05 +00:00 |
Arvid Norberg
|
658e2ceefd
|
merged Steven Siloti's peer crypto patch into trunk
|
2014-11-23 06:14:47 +00:00 |
Arvid Norberg
|
3f61ee0ff3
|
merged changes from RC_1_0
|
2014-11-19 09:23:08 +00:00 |
Arvid Norberg
|
edfa38cd30
|
merged changes from RC_1_0
|
2014-11-17 03:41:01 +00:00 |
Arvid Norberg
|
aae56c991c
|
merged changes from RC_1_0
|
2014-11-08 16:58:18 +00:00 |
Arvid Norberg
|
3742fd2699
|
merged changes from RC_1_0
|
2014-11-02 09:41:29 +00:00 |
Arvid Norberg
|
34af25beaa
|
merged chagnes from RC_1_0
|
2014-11-01 22:47:56 +00:00 |
Arvid Norberg
|
9338aa6c60
|
some more refactoring in choker
|
2014-10-24 00:18:01 +00:00 |
Arvid Norberg
|
a3b18b8a41
|
fix some of the build errors in examples
|
2014-10-15 05:07:26 +00:00 |
Arvid Norberg
|
d8cf0d49e3
|
optimize piece printing in client_test
|
2014-10-07 03:09:32 +00:00 |
Arvid Norberg
|
9c2472f7bb
|
fix build with deprecated functions disabled
|
2014-10-05 19:32:29 +00:00 |
Arvid Norberg
|
862844e546
|
merged changes from RC_1_0
|
2014-08-22 07:56:10 +00:00 |
Arvid Norberg
|
fcf2f6234b
|
more missing include fixes
|
2014-08-16 17:33:25 +00:00 |
Arvid Norberg
|
3f88389f05
|
merged changes from RC_1_0
|
2014-08-16 07:46:06 +00:00 |
Arvid Norberg
|
8833f27a46
|
fix deprecated-functions=off build
|
2014-08-16 06:51:48 +00:00 |
Arvid Norberg
|
622981d2cd
|
client_test fixes
|
2014-07-10 08:32:32 +00:00 |
Arvid Norberg
|
8fc07e6e89
|
more work towards making client_test event-driven and use session stats counters instead of session_status + some refactoring
|
2014-07-08 22:37:13 +00:00 |
Arvid Norberg
|
a63370f650
|
overhauled client_test. refactored and simplified. still in progress
|
2014-07-08 15:35:14 +00:00 |
Arvid Norberg
|
7351389ce8
|
land libtorrent_aio branch in trunk
|
2014-07-06 19:18:00 +00:00 |
Arvid Norberg
|
35141733fb
|
remove some old unmaintained example code. make examples depend less on libtorrent internals
|
2014-05-10 20:20:57 +00:00 |
Arvid Norberg
|
4b9f4c7690
|
merged console output fix for client_test from RC_0_16
|
2014-05-08 16:43:24 +00:00 |
Arvid Norberg
|
0398dfe498
|
merged storage allocation mode fix from RC_0_16
|
2014-02-07 08:58:52 +00:00 |
Arvid Norberg
|
11038aeecb
|
attempt to speed up client_test's loading of torrents
|
2014-01-19 04:11:49 +00:00 |
Arvid Norberg
|
926cb44953
|
fix client_test
|
2014-01-03 05:02:39 +00:00 |
Arvid Norberg
|
41573e084c
|
fix terminal window size issue in client_test under lldb. make client_test respond to keyboard input quicker
|
2013-12-05 07:43:54 +00:00 |
Arvid Norberg
|
54d5222347
|
deprecate announce_entry::will_announce
|
2013-11-28 08:44:31 +00:00 |
Arvid Norberg
|
58b4d85445
|
fix client_test build
|
2013-11-02 09:14:39 +00:00 |
Arvid Norberg
|
cbe3a72a6e
|
merged i2p fix from RC_0_16
|
2013-10-27 19:56:37 +00:00 |
Arvid Norberg
|
01c42720e1
|
fix some deprecation issues (use interfa)
|
2013-10-14 02:25:21 +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
|
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
|
bbe62564ad
|
low level network primitives should not be exported. Moved enum_if into tests (since it uses internal functions)
|
2013-07-20 01:02:15 +00:00 |
Arvid Norberg
|
6e28e33b32
|
documentation polish + todo comments in client_test.cpp
|
2013-07-20 00:38:29 +00:00 |
Arvid Norberg
|
3e9f456f73
|
fix typo
|
2013-07-19 23:16:57 +00:00 |
Arvid Norberg
|
24ea524731
|
is_hex should not be exported
|
2013-07-19 22:47:17 +00:00 |
Arvid Norberg
|
facbf9c178
|
don't expose load_file as a public function
|
2013-07-19 21:41:33 +00:00 |
Arvid Norberg
|
a2f9337b69
|
fix client_test
|
2013-07-17 20:38:25 +00:00 |
Arvid Norberg
|
50ecb07d19
|
merged silencing of warnings from RC_0_16
|
2013-06-14 16:41:47 +00:00 |
Arvid Norberg
|
9c3f3b8455
|
merged error message fix from RC_0_16
|
2013-06-08 20:14:26 +00:00 |
Arvid Norberg
|
0682272661
|
make libtorrent and examples build with deprecated functions disabled (with some slight performance improvements). use hex encoding instead of base32 in create_magnet_uri
|
2013-03-04 03:24:53 +00:00 |
Arvid Norberg
|
5033960045
|
merged fix from RC_0_16
|
2013-02-28 04:31:55 +00:00 |
Arvid Norberg
|
c384bd6561
|
merged client_test fix from RC_0_16
|
2012-12-16 19:07:00 +00:00 |
Arvid Norberg
|
d081842a31
|
merged client_test change from libtorrent_aio
|
2012-10-07 20:08:47 +00:00 |
Arvid Norberg
|
84ccb31a6d
|
merged client_test from libtorrent_aio
|
2012-10-06 14:04:24 +00:00 |
Arvid Norberg
|
5bc322c031
|
merged get_torrent_info deprecation from libtorrent_aio, replaced by torrent_file()
|
2012-10-02 16:07:55 +00:00 |
Arvid Norberg
|
726950f936
|
merged client_test fix from libtorrent_aio
|
2012-09-23 02:16:03 +00:00 |
Arvid Norberg
|
e4727df459
|
merged client_test help screen from libtorrent_aio
|
2012-09-23 01:57:31 +00:00 |
Arvid Norberg
|
fde9b653e8
|
merge magnet link feature in client_test from libtorrent_aio
|
2012-09-23 01:52:46 +00:00 |
Arvid Norberg
|
fa1c071c2f
|
merged fixes from RC_0_16
|
2012-06-09 04:48:53 +00:00 |
Arvid Norberg
|
a2521bd23c
|
fix a bunch of issues to properly support dynamic linking of libtorrent with visibility=hidden. Still requires a small patch to boost
|
2012-03-18 23:31:04 +00:00 |
Arvid Norberg
|
250f1645b3
|
fix windows directory separator issue on windows with UNC paths
|
2012-03-13 04:50:12 +00:00 |
Arvid Norberg
|
3442534085
|
fixed no-deprecate build
|
2012-03-09 06:34:23 +00:00 |
Arvid Norberg
|
f221b3d931
|
export session_settings_map and fix rss issue in client_test
|
2012-02-24 16:11:31 +00:00 |
Arvid Norberg
|
50b299b89b
|
save torrents on metadata_received_alert in client_test
|
2012-02-21 05:56:22 +00:00 |
Arvid Norberg
|
d24a2e30fc
|
rss feed fixes
|
2012-02-20 23:44:34 +00:00 |
Arvid Norberg
|
079a8f8314
|
ignore failures when asking for local address of sockets and parsing a string into an IP address
|
2012-02-20 04:13:39 +00:00 |
Arvid Norberg
|
cd72238c25
|
fix update issue in client_test
|
2012-02-11 22:04:22 +00:00 |
Arvid Norberg
|
48e7b35a93
|
initialize counters in client_test.cpp
|
2012-01-20 04:51:08 +00:00 |
Arvid Norberg
|
b5f456f839
|
fixed documentation typo in client_test
|
2012-01-18 03:37:17 +00:00 |
Arvid Norberg
|
74b745e876
|
back port torrent sorting fix into trunk
|
2012-01-17 02:27:20 +00:00 |
Arvid Norberg
|
ae90a8f85e
|
verify that torrent names matches the DNS name in its certificate (RFC 2818-style). Fix issues that was breaking SSL support and tidy up a bit
|
2012-01-15 23:34:43 +00:00 |
Arvid Norberg
|
4a40e68a82
|
landed ssl branch back into trunk
|
2012-01-14 16:04:25 +00:00 |
Arvid Norberg
|
2af0ab6e2f
|
option to force encrypted connections in client_test
|
2012-01-11 08:48:49 +00:00 |
Arvid Norberg
|
67d6f5aeb4
|
fix post_torrent_update patch in client_test
|
2011-12-24 04:30:27 +00:00 |
Arvid Norberg
|
d7103ab5b0
|
updated client_test to use post_torrent_updates()
|
2011-12-23 05:36:13 +00:00 |
Arvid Norberg
|
78f16cedd9
|
deprecate torrent::set_ratio
|
2011-12-18 07:18:42 +00:00 |
Arvid Norberg
|
3f572d43ef
|
support force started in client_test
|
2011-12-11 03:32:53 +00:00 |
Arvid Norberg
|
981e6472b2
|
support udp trackers in tracker-less command line to client_test
|
2011-11-13 23:49:56 +00:00 |
Arvid Norberg
|
2330520c51
|
change the add_torrent_params API to use flags instead of a bunch of bools (but leave it backwards compatible)
|
2011-11-08 05:36:22 +00:00 |
Arvid Norberg
|
92661b2a71
|
fix iterator issue in client_test
|
2011-11-01 21:08:21 +00:00 |
Arvid Norberg
|
b80aa035a2
|
removed debugging code
|
2011-10-24 04:47:51 +00:00 |
Arvid Norberg
|
9afd09d797
|
optimize sending buffers on peer sockets by corking and uncorking
|
2011-10-24 04:22:53 +00:00 |
Arvid Norberg
|
01405f32ee
|
added async_add_torrent for increased performance when adding many torrents (no documentation yet though)
|
2011-10-12 10:27:17 +00:00 |
Arvid Norberg
|
469414d486
|
initial BitTorrent over SSL support
|
2011-09-12 03:51:49 +00:00 |
Arvid Norberg
|
51ed06304e
|
deprecated compact storage allocation
|
2011-08-22 00:51:14 +00:00 |
Arvid Norberg
|
f6554bad08
|
back ported feature to expose which pieces have been verified in seed_mode and exposes it in client_test (initially implemented in the libtorrent_aio branch)
|
2011-08-07 07:19:18 +00:00 |
Arvid Norberg
|
9564636fd2
|
expose seed_mode feature to client_test
|
2011-08-07 06:34:27 +00:00 |
Arvid Norberg
|
4f7c9e2be2
|
fix state rendering in client_test for checking and queued-for-checking torrents
|
2011-08-06 20:45:21 +00:00 |