arvidn
|
0a67a2dd67
|
fix test_web_seed_chunked
|
2015-06-17 18:05:27 -04:00 |
arvidn
|
27c5da9a31
|
attempt to make test_tracker a bit more reliable
|
2015-06-17 01:34:26 -04:00 |
arvidn
|
f7de7abec0
|
separate some more test cases to improve test output
|
2015-06-17 00:50:58 -04:00 |
arvidn
|
8d408c4c86
|
add shortcut in async resolver for raw IPs.
|
2015-06-16 23:45:05 -04:00 |
arvidn
|
ee6847293f
|
attempt to make test_tracker more reliable by disabling unnecessary features
|
2015-06-16 01:31:06 -04:00 |
arvidn
|
c1913a97f3
|
attempt to make setup_transfer more reliable by waiting for torrents to transition to downloading state before connecting peers
|
2015-06-15 22:00:02 -04:00 |
arvidn
|
bd2bcf12bc
|
fix bug on write-only disk errors (it's not supposed to stop the torrent)
|
2015-06-15 02:27:09 -04:00 |
arvidn
|
3c74ab01a4
|
disable local peer discovery in test_privacy, to avoid finding random peers, polluting the test
|
2015-06-14 22:05:27 -04:00 |
arvidn
|
4224310c6f
|
disable tests of extensions when they are disabled by the build config
|
2015-06-14 21:19:27 -04:00 |
arvidn
|
e4e46241a8
|
fix reliability of swarm tests
|
2015-06-14 16:41:32 -04:00 |
arvidn
|
5cb095f6d2
|
support using 0 disk threads (to perform disk I/O in network thread)
|
2015-06-14 16:00:04 -04:00 |
arvidn
|
db76ba759d
|
improve some tests
|
2015-06-14 15:48:11 -04:00 |
arvidn
|
99c0542289
|
add option to not redirect output from tests
|
2015-06-13 18:52:17 -04:00 |
arvidn
|
cfb96f2a35
|
fix silly typo
|
2015-06-10 21:39:14 -04:00 |
arvidn
|
5e5e31cf9a
|
fix test privacy to not destruct session, potentially, after other global destructors
|
2015-06-10 21:10:22 -04:00 |
arvidn
|
0d6e65ec24
|
improve reliability of some of the unit tests
|
2015-06-10 01:22:01 -04:00 |
arvidn
|
6e68429117
|
split out test_upnp as its own test
|
2015-06-09 23:04:33 -04:00 |
arvidn
|
3f3b7d494c
|
disable some redundant features in tests to make them not interfere with the test itself
|
2015-06-07 17:54:08 -04:00 |
arvidn
|
72d3bc0b8e
|
split up test_fast_extension into multiple test cases
|
2015-06-07 15:31:34 -04:00 |
arvidn
|
025d1857c1
|
disable some more tests that aren't reliable yet
|
2015-06-07 09:29:42 -04:00 |
arvidn
|
d997181524
|
split up super seeding unit test
|
2015-06-07 09:27:23 -04:00 |
arvidn
|
ac04ee5ef3
|
fix typo in settings_pack
|
2015-06-07 09:23:04 -04:00 |
arvidn
|
9957c00def
|
disable test_priority for now
|
2015-06-06 14:59:04 -04:00 |
arvidn
|
9af8841244
|
remove some unnecessary asio typedefs in the libtorrent namespace, just pull ip::tcp and ip::udp
|
2015-06-06 13:49:18 -04:00 |
arvidn
|
09a01a777a
|
simplified test_priority
|
2015-06-06 12:10:43 -04:00 |
arvidn
|
b5a477d7fd
|
split up some more tests into smaller test cases for easier diagnosing
|
2015-06-06 02:42:23 -04:00 |
arvidn
|
7d2708405b
|
split up test_privacy to more easily identify failures (and to suppress output from successfult tests)
|
2015-06-06 02:23:56 -04:00 |
arvidn
|
41533205be
|
drop support for boost 1.35 and fix some more references to the asio namespace
|
2015-06-06 02:10:53 -04:00 |
arvidn
|
389ffc622c
|
don't pull in the asio namespace in libtorrent. refer to it by boost::asio
|
2015-06-06 01:24:25 -04:00 |
arvidn
|
48bc00cbb7
|
attempt to make unit tests more deterministic
|
2015-06-05 23:02:07 -04:00 |
arvidn
|
15dd15d0d6
|
fix no-deprecated build. extend .travis.yml to build the 3 test configurations too. rename README to README.rst
|
2015-06-05 02:31:52 -04:00 |
arvidn
|
393f98f9ee
|
fix gcc build of test_dos_blocker. update README and travis.yml
|
2015-06-04 21:58:02 -04:00 |
Arvid Norberg
|
5cc701df54
|
improve test_tracker
|
2015-06-03 02:37:59 +00:00 |
Arvid Norberg
|
d8c0632c78
|
add some bdecoding unit tests
|
2015-06-02 03:06:48 +00:00 |
Arvid Norberg
|
5d6cba438d
|
merged changes from RC_1_0
|
2015-06-02 01:14:52 +00:00 |
Arvid Norberg
|
e35d8d3933
|
fix unit test
|
2015-05-31 17:28:37 +00:00 |
Arvid Norberg
|
f6eb3e8c74
|
test names
|
2015-05-31 17:16:44 +00:00 |
Arvid Norberg
|
b0eabd532c
|
some test fixes
|
2015-05-31 16:14:46 +00:00 |
Arvid Norberg
|
c8443d0c7c
|
msvc fixes
|
2015-05-31 12:21:16 +00:00 |
Arvid Norberg
|
84849f3afd
|
some msvc fixes
|
2015-05-30 21:46:59 +00:00 |
Arvid Norberg
|
d9813ca56d
|
split up file unit tests into smaller pieces
|
2015-05-30 21:10:34 +00:00 |
Arvid Norberg
|
3073be4bbd
|
fix ip_voter test and try to narrow down flapping in test heterogeneous test
|
2015-05-30 18:42:04 +00:00 |
Arvid Norberg
|
2714e3d4ba
|
fix ip_voter unit test
|
2015-05-30 18:28:09 +00:00 |
Arvid Norberg
|
f9c9d0ad0d
|
merge small unit tests to make running the tests quicker. expand the test framework a bit. add ax_boost_random.m4 script to link against boost.random correctly from makefile.
|
2015-05-30 04:31:23 +00:00 |
Arvid Norberg
|
e44c8e9002
|
optimize logging of DHT packets by deferring copying and printing, to only do it if the alert category is enabled
|
2015-05-28 20:36:22 +00:00 |
Arvid Norberg
|
647a6dba54
|
moved some tests to the correct place and factor out some tests from test_primitives.cpp in order to be able to track test coverage better
|
2015-05-27 21:27:41 +00:00 |
Arvid Norberg
|
027789b475
|
fix test_primitives build
|
2015-05-23 02:00:38 +00:00 |
Arvid Norberg
|
9856a1fe0c
|
break out more tests from test_primitives
|
2015-05-23 01:38:47 +00:00 |
Arvid Norberg
|
607e708bc4
|
fix warnings
|
2015-05-19 03:13:49 +00:00 |
Arvid Norberg
|
051ca6b22c
|
fix warnings
|
2015-05-18 05:32:18 +00:00 |
Arvid Norberg
|
9ee98b3ed1
|
fix build warnings
|
2015-05-18 05:04:55 +00:00 |
Arvid Norberg
|
71ee44ae5e
|
fix build issue, some warnings
|
2015-05-17 23:32:13 +00:00 |
Arvid Norberg
|
b480f40a98
|
fix linux build and update code coverage script
|
2015-05-17 21:00:47 +00:00 |
Arvid Norberg
|
be60dfc0a9
|
minor whitespace cleanup
|
2015-05-17 18:59:35 +00:00 |
Arvid Norberg
|
58ae099cf8
|
clean up disk_io_job a bit to avoid old-style casts
|
2015-05-16 20:41:37 +00:00 |
Arvid Norberg
|
99de70604a
|
remove dht-verbose logging build configuration. tie it to the main logging configuration (which now is on by default) and make it less costly when dht logging alerts are disabled
|
2015-05-16 19:29:49 +00:00 |
Arvid Norberg
|
12c9d3de26
|
fix more warnings
|
2015-05-16 18:35:47 +00:00 |
Arvid Norberg
|
6a87dc7d84
|
fix some warnings
|
2015-05-16 16:24:11 +00:00 |
Arvid Norberg
|
72e0e331a5
|
fix SSL build
|
2015-05-11 05:30:59 +00:00 |
Arvid Norberg
|
0029ac62a8
|
add unit test for extract_peer_info
|
2015-05-10 18:24:38 +00:00 |
Arvid Norberg
|
ca577796d3
|
fix test build
|
2015-05-10 05:25:31 +00:00 |
Arvid Norberg
|
0358badb82
|
remove test print
|
2015-05-10 05:12:24 +00:00 |
Arvid Norberg
|
ca581f2258
|
rename dht::node_impl -> dht::node, since this hasn't been a pimpl for quite a while
|
2015-05-09 19:00:22 +00:00 |
Arvid Norberg
|
6557910c7f
|
remove the DHT's last dependency on session_impl
|
2015-05-09 18:06:02 +00:00 |
Arvid Norberg
|
202b4921b6
|
merged changes from RC_1_0
|
2015-05-08 04:28:24 +00:00 |
Arvid Norberg
|
5dc00969f8
|
fix more warninigs
|
2015-05-06 02:13:03 +00:00 |
Arvid Norberg
|
4f216dece3
|
factor out strings of peer logs to be enums instead, in peer_log_alert
|
2015-05-03 02:53:54 +00:00 |
Arvid Norberg
|
f0336017d1
|
fix gcc warnings and missing header files in makefiles
|
2015-04-26 00:51:44 +00:00 |
Arvid Norberg
|
821e34c795
|
fix examples build. fix print formatting bugs. fix some gcc warnings
|
2015-04-25 04:22:51 +00:00 |
Arvid Norberg
|
f7e4f83469
|
separate out session_stats into its own header. silences warning and cleans up
|
2015-04-25 02:12:02 +00:00 |
Arvid Norberg
|
3bf9fa8fca
|
move out merkle functions into their own file and test
|
2015-04-24 06:06:41 +00:00 |
Arvid Norberg
|
3ea67e2bf5
|
move time_now_string out to the unit test library (basically unused in libtorrent itself)
|
2015-04-24 03:48:08 +00:00 |
Arvid Norberg
|
f5629eb403
|
cleanup and fixing of more warnings
|
2015-04-21 00:23:00 +00:00 |
Arvid Norberg
|
60d1b8fa7c
|
fix gcc build
|
2015-04-18 21:21:22 +00:00 |
Arvid Norberg
|
1faf2e201f
|
inversed TORRENT_LOGGING build config to enable logging by default. It's now disabled by TORRENT_DISABLE_LOGGING
|
2015-04-17 01:15:33 +00:00 |
Arvid Norberg
|
a4d99188ba
|
test_peer_list extension
|
2015-04-16 23:11:37 +00:00 |
Arvid Norberg
|
8200f33925
|
fix gcc build issue in test_peer_list
|
2015-04-13 00:50:55 +00:00 |
Arvid Norberg
|
daacbbfbb4
|
extend test_peer_list
|
2015-04-12 22:29:41 +00:00 |
Arvid Norberg
|
208fbe8545
|
extend test_peer_list
|
2015-04-12 06:39:16 +00:00 |
Arvid Norberg
|
b148f21314
|
fix typo in test
|
2015-04-12 02:54:43 +00:00 |
Arvid Norberg
|
8e6efd7fea
|
fix
|
2015-04-12 00:39:07 +00:00 |
Arvid Norberg
|
55a9e98dd0
|
extend test_alert_manager and clean up test_fast_extension and extend a little bit
|
2015-04-12 00:14:07 +00:00 |
Arvid Norberg
|
6f839a6d66
|
extend some unit tests. primarily test_alert_manager and fixed a bug in alert_manager
|
2015-04-11 22:02:30 +00:00 |
Arvid Norberg
|
baaeac7809
|
extend some unit tests. primarily test_alert_manager and fixed a bug in alert_manager
|
2015-04-11 18:44:43 +00:00 |
Arvid Norberg
|
b3e061ca94
|
clean up of some test and fix warnings
|
2015-04-11 15:25:24 +00:00 |
Arvid Norberg
|
5838073691
|
fix bug in test_priority
|
2015-04-05 23:16:01 +00:00 |
Arvid Norberg
|
2a3a34bf8d
|
fix warnings in alert_manager and fix test_resolve_links for windows
|
2015-04-04 19:11:14 +00:00 |
Arvid Norberg
|
d019f3d4c3
|
fix linux python build and test_ssl build
|
2015-04-04 18:03:55 +00:00 |
Arvid Norberg
|
fb597ca4b3
|
symbols export fix and test_ssl fix
|
2015-04-04 13:31:33 +00:00 |
Arvid Norberg
|
721d93cb28
|
fix typos and msvc build issues
|
2015-04-04 04:50:20 +00:00 |
Arvid Norberg
|
013ed36f09
|
landed alert_queue feature branch into trunk
|
2015-04-03 20:15:48 +00:00 |
Arvid Norberg
|
663aa7b546
|
remove outdated todo comment
|
2015-03-28 21:42:37 +00:00 |
Arvid Norberg
|
837e709628
|
deprecate RSS API
|
2015-03-28 17:31:27 +00:00 |
Arvid Norberg
|
0aece517ce
|
fix some undefined behavior in tests. and fix test_file_storage
|
2015-03-22 05:31:55 +00:00 |
Arvid Norberg
|
9af3066b56
|
fix file collision logic in torrent_info
|
2015-03-21 16:55:23 +00:00 |
Arvid Norberg
|
ccc7e45406
|
landed mutable torrents branch in trunk
|
2015-03-21 00:12:40 +00:00 |
Arvid Norberg
|
1b07ec491d
|
fix build issue out of recent changes of exported functions
|
2015-03-16 04:38:28 +00:00 |
Arvid Norberg
|
bbcfeeab8d
|
fix test_time unit test build
|
2015-03-15 23:54:00 +00:00 |
Arvid Norberg
|
33ada6a92d
|
fix test_time build
|
2015-03-15 20:47:48 +00:00 |
Arvid Norberg
|
8cd5853ceb
|
fix build
|
2015-03-15 18:04:45 +00:00 |