premiere-libtorrent/test
Arvid Norberg a52aadc713 add utf8 unit test 2014-05-03 05:09:21 +00:00
..
ssl merged SSL unit tests from RC_0_16 2013-12-15 21:10:45 +00:00
test_torrents merged fixes from RC_0_16 2013-12-23 01:40:05 +00:00
Jamfile add utf8 unit test 2014-05-03 05:09:21 +00:00
Makefile.am fixed bug in gunzip 2014-05-02 16:11:25 +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 improve regression testing framework 2014-03-16 23:55:18 +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 another msvc-7.1 fix 2014-03-25 04:13:58 +00:00
setup_transfer.hpp merge remap_files unit test from RC_0_16 2014-03-05 09:37:49 +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
test.hpp DHT refactoring and support for storing arbitrary data with put 2013-12-27 04:28:25 +00:00
test_auto_unchoke.cpp unittest polishing 2013-10-14 07:09:57 +00:00
test_bandwidth_limiter.cpp rate limiter overflow fix (for very high limits) 2014-01-13 06:49:47 +00:00
test_bdecode_performance.cpp added missing license headers 2012-06-04 06:30:45 +00:00
test_bencoding.cpp extend lazy_bdecode unit test 2014-05-02 07:49:56 +00:00
test_bitfield.cpp back ported bitfield test from libtorrent_aio 2013-12-24 08:34:30 +00:00
test_buffer.cpp fix potential buffer overrun in unit test 2014-01-18 06:54:13 +00:00
test_checking.cpp improve storage unit tests 2014-03-07 08:39:55 +00:00
test_coverage_win.bat windows helper scripts for test coverage 2014-05-03 01:59:07 +00:00
test_dht.cpp attempt at msvc-10.0 build fix for test_dhy + small documentation note 2014-04-01 00:09:23 +00:00
test_fast_extension.cpp improved multiple bitfield and have_all/have_none unit test and fixed peer_connection accordingly 2012-05-02 18:03:12 +00:00
test_file.cpp fix resume file issue related to daylight savings time on windows 2014-04-04 07:30:54 +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 add utf8 unit test 2014-05-03 05:09:21 +00:00
test_hasher.cpp more beos fixes 2009-12-15 13:11:07 +00:00
test_http_connection.cpp fix test_http_connection for windows 2014-01-22 02:59:09 +00:00
test_http_parser.cpp improved support for web seeds that don't support keep-alive 2013-10-20 02:40:43 +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 some more test fixes 2013-09-01 17:49:08 +00:00
test_magnet.cpp support web seeds in magnet links 2014-04-15 09:31:28 +00:00
test_metadata_extension.cpp fix build 2013-11-29 05:37:52 +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_pe_crypto.cpp member re-order and struct packing 2013-12-02 04:24:10 +00:00
test_peer_priority.cpp add test vector from bep40 to test_peer_priority 2014-03-26 16:09:31 +00:00
test_pex.cpp some more fixes around TORRENT_DISABLE_EXTENSIONS 2013-12-21 06:20:16 +00:00
test_piece_picker.cpp honor pieces with priority 7 in sequential download mode 2014-04-03 02:03:14 +00:00
test_primitives.cpp make all unit tests pass msvc's /RTCc instrumentation (no implicit integer truncation in casts) 2014-02-05 09:38:32 +00:00
test_priority.cpp clean up udp-tracker unit tests 2014-02-23 01:32:55 +00:00
test_privacy.cpp improve reliability of test_privacy 2014-03-11 07:12:49 +00:00
test_read_piece.cpp merge test_read_piece from RC_0_16 2013-11-24 01:32:51 +00:00
test_remap_files.cpp polish test_remap_files 2014-03-22 09:03:59 +00:00
test_rss.cpp clean up entry::print 2013-12-19 08:30:17 +00:00
test_session.cpp merged anonymous mode fix from RC_0_16 2013-06-12 07:57:13 +00:00
test_ssl.cpp wait for torrent to be seeding before trying to connect to it, in test_ssl 2014-01-20 03:00:25 +00:00
test_storage.cpp merged file priority fix from RC_0_16 and keep the disk thread's file priorities up to date 2014-02-28 10:19:29 +00:00
test_string.cpp fix unit tests build 2013-09-02 09:35:15 +00:00
test_swarm.cpp make test_swarm test with a smaller torrent, making the test complete faster 2013-09-17 09:33:42 +00:00
test_threads.cpp fix race condition in test_threads 2013-08-18 06:03:59 +00:00
test_time.cpp add unit test for timer functions 2013-11-01 16:05:48 +00:00
test_torrent.cpp make test_torrent cheaper 2013-10-20 08:06:18 +00:00
test_torrent_info.cpp improve duplicate file detection in torrent files 2013-11-18 06:59:47 +00:00
test_torrent_parse.cpp merged fixes from RC_0_16 2013-12-23 01:40:05 +00:00
test_tracker.cpp fix merge typo 2014-03-23 01:36:58 +00:00
test_trackers_extension.cpp some more fixes around TORRENT_DISABLE_EXTENSIONS 2013-12-21 06:20:16 +00:00
test_transfer.cpp merged file priority fix from RC_0_16 and keep the disk thread's file priorities up to date 2014-02-28 10:19:29 +00:00
test_upnp.cpp fix test_upnp 2013-09-03 04:41:49 +00:00
test_utf8.cpp add utf8 unit test 2014-05-03 05:09:21 +00:00
test_utp.cpp optimize some invariant checks and make test_utp shorted, to complete much faster 2013-10-20 06:03:23 +00:00
test_web_seed.cpp split up the web seed tests further into chunked encoding and banning of web seeds as their own tests 2013-11-03 18:27:24 +00:00
test_web_seed_ban.cpp split up the web seed tests further into chunked encoding and banning of web seeds as their own tests 2013-11-03 18:27:24 +00:00
test_web_seed_chunked.cpp fix web_seed_chunked test 2013-11-04 21:08:19 +00:00
test_web_seed_http.cpp split up the web seed tests further into chunked encoding and banning of web seeds as their own tests 2013-11-03 18:27:24 +00:00
test_web_seed_http_pw.cpp split up the web seed tests further into chunked encoding and banning of web seeds as their own tests 2013-11-03 18:27:24 +00:00
test_web_seed_socks4.cpp split up the web seed tests further into chunked encoding and banning of web seeds as their own tests 2013-11-03 18:27:24 +00:00
test_web_seed_socks5.cpp split up the web seed tests further into chunked encoding and banning of web seeds as their own tests 2013-11-03 18:27:24 +00:00
test_web_seed_socks5_pw.cpp split up the web seed tests further into chunked encoding and banning of web seeds as their own tests 2013-11-03 18:27:24 +00:00
test_xml.cpp clean up upnp error category by moving it into upnp.cpp, it's not properly encapsulated. added some documentation to torrent_handle. reformatted some documentation comments to honor an 80 column display 2014-02-02 03:05:55 +00:00
udp_tracker.cpp clean up udp-tracker unit tests 2014-02-23 01:32:55 +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 windows helper scripts for test coverage 2014-05-03 01:59:07 +00:00
web_seed_suite.cpp improve robustness of web_seed unit tests 2014-03-15 21:55:12 +00:00
web_seed_suite.hpp split up the web seed tests further into chunked encoding and banning of web seeds as their own tests 2013-11-03 18:27:24 +00:00
web_server.py make all unit tests pass msvc's /RTCc instrumentation (no implicit integer truncation in casts) 2014-02-05 09:38:32 +00:00
zeroes.gz fixed bug in gunzip 2014-05-02 16:11:25 +00:00