.. |
ssl
|
merged ssl fix from RC_0_16
|
2013-07-28 15:06:28 +00:00 |
test_torrents
|
fixed test_torrent_parse test
|
2013-03-05 00:32:57 +00:00 |
Jamfile
|
attempt to trigger valgrind errors earlier
|
2013-10-02 21:51:30 +00:00 |
Makefile.am
|
split up test_primitives some more
|
2013-09-01 06:52:50 +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
|
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 |
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
|
make socks.py and http.py shut themselves down after a timeout of inactivity (maybe that will fix the problem of them lingering, stalling tests). fix some issues in run_regression_tests.py
|
2013-10-03 05:44:38 +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
|
first steps towards supporting SSL over uTP. moved the TODO comment and made it describe the next step. Optimized session destruction in unit tests, hopefully shaving off a bit of test run-time (and now supports asio-debugging of unit tests)
|
2013-08-31 20:19:03 +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
|
test logging
|
2013-07-30 21:09:27 +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
|
disable debug output in test web server
|
2013-10-01 22:18:13 +00:00 |
setup_transfer.hpp
|
split up test_web_seed into smaller tests
|
2013-09-29 22:50:06 +00:00 |
socks.py
|
make socks.py and http.py shut themselves down after a timeout of inactivity (maybe that will fix the problem of them lingering, stalling tests). fix some issues in run_regression_tests.py
|
2013-10-03 05:44:38 +00:00 |
test.hpp
|
minimal support for building tests with static linking
|
2013-09-18 08:42:30 +00:00 |
test_auto_unchoke.cpp
|
some more test fixes
|
2013-09-01 17:49:08 +00:00 |
test_bandwidth_limiter.cpp
|
fixed build (with fresh boost)
|
2010-10-09 02:58:56 +00:00 |
test_bdecode_performance.cpp
|
added missing license headers
|
2012-06-04 06:30:45 +00:00 |
test_bencoding.cpp
|
merge build fix with C++11 from RC_0_16
|
2013-09-25 19:44:29 +00:00 |
test_buffer.cpp
|
boost detection fixes: now able to launch with boost1.34 and boost1.35
|
2008-06-13 12:20:55 +00:00 |
test_checking.cpp
|
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 |
test_dht.cpp
|
don't use random_seed in test_dht
|
2013-09-24 15:33:25 +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 unit tests build
|
2013-09-02 09:35:15 +00:00 |
test_file_storage.cpp
|
fixed typos
|
2013-07-25 06:14:50 +00:00 |
test_hasher.cpp
|
more beos fixes
|
2009-12-15 13:11:07 +00:00 |
test_http_connection.cpp
|
attempt to make unit tests more likely to clean up proxy processes after themselves
|
2013-08-03 23:30:37 +00:00 |
test_http_parser.cpp
|
split up test_primitives into more tests (in an attempt to get the link-time down within the regression test time limit)
|
2013-09-01 01:10:50 +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
|
fix valgrind issues in tests
|
2013-09-04 05:50:40 +00:00 |
test_metadata_extension.cpp
|
some more unit test fixes
|
2013-09-01 18:00:01 +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
|
fix tests
|
2013-09-03 16:02:24 +00:00 |
test_peer_priority.cpp
|
fix test support for platforms not supporting IPv6
|
2013-01-06 22:41:56 +00:00 |
test_pex.cpp
|
first steps towards supporting SSL over uTP. moved the TODO comment and made it describe the next step. Optimized session destruction in unit tests, hopefully shaving off a bit of test run-time (and now supports asio-debugging of unit tests)
|
2013-08-31 20:19:03 +00:00 |
test_piece_picker.cpp
|
disable invariant_check functions when invariant checks are disabled
|
2013-02-25 04:13:46 +00:00 |
test_primitives.cpp
|
fix test_pe_crypto build
|
2013-09-01 17:39:40 +00:00 |
test_privacy.cpp
|
fix test_privacy when DHT is disabled
|
2013-09-01 00:11:59 +00:00 |
test_rss.cpp
|
merge build fix with C++11 from RC_0_16
|
2013-09-25 19:44:29 +00:00 |
test_session.cpp
|
merged anonymous mode fix from RC_0_16
|
2013-06-12 07:57:13 +00:00 |
test_ssl.cpp
|
first steps towards supporting SSL over uTP. moved the TODO comment and made it describe the next step. Optimized session destruction in unit tests, hopefully shaving off a bit of test run-time (and now supports asio-debugging of unit tests)
|
2013-08-31 20:19:03 +00:00 |
test_storage.cpp
|
fix test_storage
|
2013-09-02 21:30:58 +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_torrent.cpp
|
don't use pointers to resume_data and file_priorities in add_torrent_params
|
2013-07-17 20:21:48 +00:00 |
test_torrent_parse.cpp
|
merge build fix with C++11 from RC_0_16
|
2013-09-25 19:44:29 +00:00 |
test_tracker.cpp
|
fix test_tracker again (synchronous session destruction is required)
|
2013-09-02 05:29:45 +00:00 |
test_trackers_extension.cpp
|
some more unit test fixes
|
2013-09-01 18:00:01 +00:00 |
test_transfer.cpp
|
support proxy authentication in http.py and tests
|
2013-09-23 06:25:27 +00:00 |
test_upnp.cpp
|
fix test_upnp
|
2013-09-03 04:41:49 +00:00 |
test_utp.cpp
|
some more test fixes
|
2013-09-01 17:49:08 +00:00 |
test_web_seed.cpp
|
split up test_web_seed into smaller tests
|
2013-09-29 22:50:06 +00:00 |
test_web_seed_http.cpp
|
split up test_web_seed into smaller tests
|
2013-09-29 22:50:06 +00:00 |
test_web_seed_http_pw.cpp
|
split up test_web_seed into smaller tests
|
2013-09-29 22:50:06 +00:00 |
test_web_seed_socks4.cpp
|
split up test_web_seed into smaller tests
|
2013-09-29 22:50:06 +00:00 |
test_web_seed_socks5.cpp
|
split up test_web_seed into smaller tests
|
2013-09-29 22:50:06 +00:00 |
test_web_seed_socks5_pw.cpp
|
split up test_web_seed into smaller tests
|
2013-09-29 22:50:06 +00:00 |
test_xml.cpp
|
split up test_primitives into more tests (in an attempt to get the link-time down within the regression test time limit)
|
2013-09-01 01:10:50 +00:00 |
web_seed_suite.cpp
|
minor unit test fixes
|
2013-10-01 16:47:05 +00:00 |
web_seed_suite.hpp
|
attempt to fix test link error on windows
|
2013-10-01 09:20:36 +00:00 |