premiere-libtorrent/test
Arvid Norberg 2514e7a0e2 fix file_progress 2014-11-11 09:08:47 +00:00
..
ssl merged ssl test keys from RC_1_0 2014-10-08 04:16:56 +00:00
test_torrents fix issue with symlink attributes 2014-06-18 06:20:12 +00:00
Jamfile add unit test for crc32c and fix cpuid warning 2014-11-10 02:05:46 +00:00
Makefile.am add unit test for crc32c and fix cpuid warning 2014-11-10 02:05:46 +00:00
cb.xml improved rss unit test and fixed one incompatibility. added feature to save which feed items have been added, in order to not re-add them 2012-02-21 03:14:54 +00:00
dht_server.cpp fix some uninitialized members 2014-01-18 06:53:47 +00:00
dht_server.hpp more linking issues 2013-06-23 22:36:07 +00:00
enum_if.cpp 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
eztv.xml improved rss unit test and fixed one incompatibility. added feature to save which feed items have been added, in order to not re-add them 2012-02-21 03:14:54 +00:00
fg.xml fix parse error in xml parser 2013-07-24 07:13:26 +00:00
http.py move web_server for unit tests over to python 2013-11-03 08:15:51 +00:00
kat.xml improved rss unit test and fixed one incompatibility. added feature to save which feed items have been added, in order to not re-add them 2012-02-21 03:14:54 +00:00
main.cpp land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
mn.xml improved rss unit test and fixed one incompatibility. added feature to save which feed items have been added, in order to not re-add them 2012-02-21 03:14:54 +00:00
pb.xml improved rss unit test and fixed one incompatibility. added feature to save which feed items have been added, in order to not re-add them 2012-02-21 03:14:54 +00:00
peer_server.cpp fix some uninitialized members 2014-01-18 06:53:47 +00:00
peer_server.hpp more linking issues 2013-06-23 22:36:07 +00:00
root1.xml improve and extend the upnp unit test 2012-06-28 06:47:59 +00:00
root2.xml improve and extend the upnp unit test 2012-06-28 06:47:59 +00:00
setup_transfer.cpp fix bug in setup_transfer (for unit tests). fix verbose logging build. make sure test_pex is reliable 2014-10-21 02:08:46 +00:00
setup_transfer.hpp fix test builds without deprecated functions 2014-09-03 03:17:47 +00:00
socks.py make all unit tests pass msvc's /RTCc instrumentation (no implicit integer truncation in casts) 2014-02-05 09:38:32 +00:00
swarm_suite.cpp merged changes from RC_1_0 2014-10-12 18:16:46 +00:00
swarm_suite.hpp split time_critical and super_seeding tests out of test_swarm 2014-10-12 08:39:14 +00:00
test.hpp merged fixes from RC_1_0 2014-09-04 08:55:24 +00:00
test_auto_unchoke.cpp deprecated auto_expand_choker. started factoring out choker logic into its own translation unit (preparing for making it unit testable) 2014-10-22 22:06:56 +00:00
test_bandwidth_limiter.cpp land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
test_bdecode_performance.cpp added missing license headers 2012-06-04 06:30:45 +00:00
test_bencoding.cpp merged fix from RC_1_0 2014-09-29 08:30:11 +00:00
test_bitfield.cpp merge bitfield fix from RC_1_0 (although, fix doesn't apply) 2014-07-28 04:41:40 +00:00
test_block_cache.cpp fix test builds without deprecated functions 2014-09-03 03:17:47 +00:00
test_buffer.cpp land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
test_checking.cpp merged changes from RC_1_0 2014-10-22 07:05:10 +00:00
test_coverage_win.bat don't include deprecated functions in test coverage 2014-05-04 00:44:30 +00:00
test_crc32.cpp add unit test for crc32c and fix cpuid warning 2014-11-10 02:05:46 +00:00
test_dht.cpp merged changes from RC_1_0 2014-11-08 16:58:18 +00:00
test_dos_blocker.cpp land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
test_fast_extension.cpp merged fixes from RC_1_0 2014-09-04 08:55:24 +00:00
test_fence.cpp deprecate most of cache_status type (use session stats instead) 2014-10-25 20:07:50 +00:00
test_file.cpp land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
test_file_storage.cpp fix set_naem() on file_storage actually affecting save paths 2013-11-17 08:02:16 +00:00
test_gzip.cpp merge error code fix from RC_1_0 2014-07-20 20:49:56 +00:00
test_hasher.cpp more beos fixes 2009-12-15 13:11:07 +00:00
test_http_connection.cpp land branch to remove half-open connection limit / connection queue 2014-10-03 20:56:57 +00:00
test_http_parser.cpp merged unit test from RC_1_0 2014-09-17 02:10:48 +00:00
test_ip_filter.cpp extend ip_filter test to include some IPv6 2013-02-27 04:14:50 +00:00
test_lsd.cpp land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
test_magnet.cpp merged unit test from RC_1_0 2014-09-21 20:19:37 +00:00
test_metadata_extension.cpp fix bug in peer_connection causing it to not connect when not having metadata 2014-10-12 06:29:34 +00:00
test_natpmp.cpp added missing license headers 2012-06-04 06:30:45 +00:00
test_packet_buffer.cpp split up test_primitives some more 2013-09-01 06:52:50 +00:00
test_part_file.cpp land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
test_pe_crypto.cpp transition to use boost.random instead of rand() and custom pseudo random generator 2014-08-16 20:26:00 +00:00
test_peer_classes.cpp land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
test_peer_list.cpp finally rename policy to peer_list 2014-10-26 07:34:31 +00:00
test_peer_priority.cpp finally rename policy to peer_list 2014-10-26 07:34:31 +00:00
test_pex.cpp fix bug in setup_transfer (for unit tests). fix verbose logging build. make sure test_pex is reliable 2014-10-21 02:08:46 +00:00
test_piece_picker.cpp merged fixes from RC_1_0 2014-09-04 08:55:24 +00:00
test_primitives.cpp land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
test_priority.cpp merged changes from RC_1_0 2014-11-09 11:17:13 +00:00
test_privacy.cpp land branch to remove half-open connection limit / connection queue 2014-10-03 20:56:57 +00:00
test_random.cpp transition to use boost.random instead of rand() and custom pseudo random generator 2014-08-16 20:26:00 +00:00
test_read_piece.cpp land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
test_recheck.cpp land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
test_remap_files.cpp land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
test_resume.cpp merged changes from RC_1_0 2014-11-09 11:17:13 +00:00
test_rss.cpp land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
test_session.cpp merged changes from RC_1_0 2014-11-09 11:17:13 +00:00
test_settings_pack.cpp land branch to remove half-open connection limit / connection queue 2014-10-03 20:56:57 +00:00
test_sliding_average.cpp merged changes from RC_1_0 2014-09-12 22:38:07 +00:00
test_socket_io.cpp merged changes from RC_1_0 2014-08-22 07:56:10 +00:00
test_ssl.cpp support SSL over uTP (unit test is still failing with same errors as previously, this has not been fixed yet) 2014-10-06 03:03:01 +00:00
test_stat_cache.cpp land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
test_storage.cpp deprecate parts of cache_status and move those counters to session_stats counters. make the performance counters thread safe. fix some issues recently introduced to performance counters and the usage of them in client_test 2014-08-01 06:07:48 +00:00
test_string.cpp land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
test_super_seeding.cpp split time_critical and super_seeding tests out of test_swarm 2014-10-12 08:39:14 +00:00
test_swarm.cpp split time_critical and super_seeding tests out of test_swarm 2014-10-12 08:39:14 +00:00
test_tailqueue.cpp land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
test_threads.cpp merged changes from RC_1_0 2014-08-16 07:46:06 +00:00
test_time.cpp add unit test for timer functions 2013-11-01 16:05:48 +00:00
test_time_critical.cpp split time_critical and super_seeding tests out of test_swarm 2014-10-12 08:39:14 +00:00
test_torrent.cpp fix file_progress 2014-11-11 09:08:47 +00:00
test_torrent_info.cpp land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
test_torrent_parse.cpp land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
test_tracker.cpp land branch to remove half-open connection limit / connection queue 2014-10-03 20:56:57 +00:00
test_trackers_extension.cpp land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
test_transfer.cpp merged changes from RC_1_0 2014-07-12 06:20:16 +00:00
test_upnp.cpp land branch to remove half-open connection limit / connection queue 2014-10-03 20:56:57 +00:00
test_url_seed.cpp land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
test_utf8.cpp extend utf8 unit test 2014-05-03 21:00:59 +00:00
test_utp.cpp merge changes from RC_1_0 2014-10-12 04:18:34 +00:00
test_web_seed.cpp land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
test_web_seed_ban.cpp land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
test_web_seed_chunked.cpp land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
test_web_seed_http.cpp land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
test_web_seed_http_pw.cpp land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
test_web_seed_redirect.cpp merged changes from RC_1_0 2014-10-22 07:05:10 +00:00
test_web_seed_socks4.cpp land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
test_web_seed_socks5.cpp land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
test_web_seed_socks5_pw.cpp land libtorrent_aio branch in trunk 2014-07-06 19:18:00 +00:00
test_xml.cpp extend xml parser unit tests 2014-05-03 06:26:39 +00:00
udp_tracker.cpp first steps towards removing session_impl dependency from tracker connections, to improve their testability 2014-10-21 00:28:51 +00:00
udp_tracker.hpp clean up udp-tracker unit tests 2014-02-23 01:32:55 +00:00
utf8_test.txt add utf8 unit test 2014-05-03 05:09:21 +00:00
valgrind_suppressions.txt fix suppressions file 2014-01-26 01:28:16 +00:00
vsinstr_excludes.rsp extend ignore patterns for windows test coverage 2014-05-03 06:27:21 +00:00
web_seed_suite.cpp deprecate most of cache_status type (use session stats instead) 2014-10-25 20:07:50 +00:00
web_seed_suite.hpp merged changes from RC_1_0 2014-10-12 18:16:46 +00:00
web_server.py fix support for web servers not supporting keepalive 2014-06-15 18:02:59 +00:00
zeroes.gz fixed bug in gunzip 2014-05-02 16:11:25 +00:00