..
mutable_test_torrents
landed mutable torrents branch in trunk
2015-03-21 00:12:40 +00:00
ssl
update ssl certificate for tests
2015-10-25 10:29:42 -04:00
test_torrents
optimize copying torrent_info and file_storage objects
2014-12-17 05:33:16 +00:00
Jamfile
merged RC_1_1 into master
2016-05-23 00:56:16 -04:00
Makefile.am
merged RC_1_1 into master
2016-05-06 01:08:05 -04:00
bdecode_benchmark.cpp
Fix compilation with cmake ( #767 )
2016-05-29 12:58:16 -04:00
bittorrent_peer.cpp
replace uses of boost::bind with std::bind and lambdas ( #745 )
2016-05-25 00:31:52 -04:00
bittorrent_peer.hpp
improvements to socks5 support (for 1.1.1 release) ( #567 )
2016-05-05 17:09:11 -04:00
dht_server.cpp
replace uses of boost::bind with std::bind and lambdas ( #745 )
2016-05-25 00:31:52 -04:00
dht_server.hpp
more linking issues
2013-06-23 22:36:07 +00:00
enum_if.cpp
factor out includes from config.hpp into the files actually using it. primarily, printf family of functions, since C++11 version is used now. This removes the need for an snprintf-wrapper on windows ( #732 )
2016-05-17 09:24:06 -04:00
http.py
Add/fix shebang in python scripts, add execute permission (linux), remove whitespace/tabs at end of line
2015-07-12 14:24:01 +08:00
main.cpp
factor out includes from config.hpp into the files actually using it. primarily, printf family of functions, since C++11 version is used now. This removes the need for an snprintf-wrapper on windows ( #732 )
2016-05-17 09:24:06 -04:00
make_torrent.cpp
factor out includes from config.hpp into the files actually using it. primarily, printf family of functions, since C++11 version is used now. This removes the need for an snprintf-wrapper on windows ( #732 )
2016-05-17 09:24:06 -04:00
make_torrent.hpp
fix missing EXPORT annotation of functions in the test utility library ( #631 )
2016-04-20 07:51:25 -04:00
peer_server.cpp
replace uses of boost::bind with std::bind and lambdas ( #745 )
2016-05-25 00:31:52 -04:00
peer_server.hpp
fix missing EXPORT annotation of functions in the test utility library ( #631 )
2016-04-20 07:51:25 -04:00
print_alerts.cpp
factor out includes from config.hpp into the files actually using it. primarily, printf family of functions, since C++11 version is used now. This removes the need for an snprintf-wrapper on windows ( #732 )
2016-05-17 09:24:06 -04:00
print_alerts.hpp
fix missing EXPORT annotation of functions in the test utility library ( #631 )
2016-04-20 07:51:25 -04: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
root3.xml
Add test case for igd_version
2015-07-09 20:11:24 +08:00
settings.cpp
port sim tests to use the new setup_swarm API
2015-12-12 00:41:47 -05:00
settings.hpp
fix shared linking against libtorrent_test
2015-08-08 18:13:43 -04:00
setup_transfer.cpp
remove some old cruft and defines ( #785 )
2016-06-04 10:03:13 -04:00
setup_transfer.hpp
remove some old cruft and defines ( #785 )
2016-06-04 10:03:13 -04:00
socks.py
Add/fix shebang in python scripts, add execute permission (linux), remove whitespace/tabs at end of line
2015-07-12 14:24:01 +08:00
swarm_suite.cpp
Fix compilation with cmake ( #767 )
2016-05-29 12:58:16 -04:00
swarm_suite.hpp
deprecate explicit cache feature
2016-03-18 12:15:03 -04:00
test.cpp
factor out includes from config.hpp into the files actually using it. primarily, printf family of functions, since C++11 version is used now. This removes the need for an snprintf-wrapper on windows ( #732 )
2016-05-17 09:24:06 -04:00
test.hpp
factor out includes from config.hpp into the files actually using it. primarily, printf family of functions, since C++11 version is used now. This removes the need for an snprintf-wrapper on windows ( #732 )
2016-05-17 09:24:06 -04:00
test_alert_manager.cpp
replace uses of boost::bind with std::bind and lambdas ( #745 )
2016-05-25 00:31:52 -04:00
test_auto_unchoke.cpp
factor out includes from config.hpp into the files actually using it. primarily, printf family of functions, since C++11 version is used now. This removes the need for an snprintf-wrapper on windows ( #732 )
2016-05-17 09:24:06 -04:00
test_bandwidth_limiter.cpp
replace uses of boost::bind with std::bind and lambdas ( #745 )
2016-05-25 00:31:52 -04:00
test_bdecode.cpp
factor out includes from config.hpp into the files actually using it. primarily, printf family of functions, since C++11 version is used now. This removes the need for an snprintf-wrapper on windows ( #732 )
2016-05-17 09:24:06 -04:00
test_bencoding.cpp
merged RC_1_1 into master
2016-05-27 12:35:53 -07:00
test_bitfield.cpp
factor out includes from config.hpp into the files actually using it. primarily, printf family of functions, since C++11 version is used now. This removes the need for an snprintf-wrapper on windows ( #732 )
2016-05-17 09:24:06 -04:00
test_block_cache.cpp
replace uses of boost::bind with std::bind and lambdas ( #745 )
2016-05-25 00:31:52 -04:00
test_bloom_filter.cpp
msvc fixes
2015-05-31 12:21:16 +00:00
test_buffer.cpp
fix x64 build with VS2015 UP2 compiler ( #640 )
2016-04-25 17:22:09 -04:00
test_checking.cpp
deprecated public to_hex() and from_hex() functions ( #784 )
2016-06-04 10:01:43 -04:00
test_crc32.cpp
msvc fixes
2015-05-31 12:21:16 +00:00
test_create_torrent.cpp
added new preformatted type to bencode entry ( #698 )
2016-05-05 21:38:57 -04:00
test_dht.cpp
changed min_distance_exp for correctness and clarity ( #789 )
2016-06-06 18:22:33 -04:00
test_dht_storage.cpp
changed min_distance_exp for correctness and clarity ( #789 )
2016-06-06 18:22:33 -04:00
test_direct_dht.cpp
some cleanup of the dht_socket_interface and fix tests and simulations to build with the dht disabled
2016-01-18 14:34:42 -05:00
test_dos_blocker.cpp
clean up natpmp logging infrastructure a bit as well as test_peer_list ( #735 )
2016-05-18 01:54:37 -04:00
test_enum_net.cpp
split out some more tests from test_primitives
2015-08-24 17:40:29 +02:00
test_fast_extension.cpp
revert handshake round-trip optimization ( #797 )
2016-06-10 01:14:37 -04:00
test_fence.cpp
factor out includes from config.hpp into the files actually using it. primarily, printf family of functions, since C++11 version is used now. This removes the need for an snprintf-wrapper on windows ( #732 )
2016-05-17 09:24:06 -04:00
test_file.cpp
merged RC_1_1 into master
2016-05-27 12:35:53 -07:00
test_file_progress.cpp
fix release build with VS2015 UP2 compiler warnings for: examples, test, tools ( #627 )
2016-04-20 00:45:32 -04:00
test_file_storage.cpp
factor out includes from config.hpp into the files actually using it. primarily, printf family of functions, since C++11 version is used now. This removes the need for an snprintf-wrapper on windows ( #732 )
2016-05-17 09:24:06 -04:00
test_gzip.cpp
factor out includes from config.hpp into the files actually using it. primarily, printf family of functions, since C++11 version is used now. This removes the need for an snprintf-wrapper on windows ( #732 )
2016-05-17 09:24:06 -04:00
test_hasher.cpp
deprecated public to_hex() and from_hex() functions ( #784 )
2016-06-04 10:01:43 -04:00
test_heterogeneous_queue.cpp
remove variadic template emulation for c++98, and introduce emplace_back to heterogeneous_queue as well, to avoid all moves of alert objects ( #658 )
2016-04-28 10:30:29 -04:00
test_http_connection.cpp
factor out includes from config.hpp into the files actually using it. primarily, printf family of functions, since C++11 version is used now. This removes the need for an snprintf-wrapper on windows ( #732 )
2016-05-17 09:24:06 -04:00
test_http_parser.cpp
merged RC_1_1 into master
2016-06-04 14:09:19 -04:00
test_identify_client.cpp
fix test_identify_client build with deprecated functions turned off
2015-06-19 23:54:38 -04:00
test_ip_filter.cpp
remove some old cruft and defines ( #785 )
2016-06-04 10:03:13 -04:00
test_ip_voter.cpp
factor out includes from config.hpp into the files actually using it. primarily, printf family of functions, since C++11 version is used now. This removes the need for an snprintf-wrapper on windows ( #732 )
2016-05-17 09:24:06 -04:00
test_linked_list.cpp
fix typo
2015-08-31 00:19:58 -04:00
test_lsd.cpp
Threads ( #671 )
2016-04-30 18:54:23 -04:00
test_magnet.cpp
some cleanup and transition to std::unique_ptr ( #786 )
2016-06-05 14:07:24 -04:00
test_merkle.cpp
msvc fixes
2015-05-31 12:21:16 +00:00
test_natpmp.cpp
replace uses of boost::bind with std::bind and lambdas ( #745 )
2016-05-25 00:31:52 -04:00
test_packet_buffer.cpp
factor out includes from config.hpp into the files actually using it. primarily, printf family of functions, since C++11 version is used now. This removes the need for an snprintf-wrapper on windows ( #732 )
2016-05-17 09:24:06 -04:00
test_part_file.cpp
factor out includes from config.hpp into the files actually using it. primarily, printf family of functions, since C++11 version is used now. This removes the need for an snprintf-wrapper on windows ( #732 )
2016-05-17 09:24:06 -04:00
test_pe_crypto.cpp
remove dependency on libtommath and use boost.multiprecision instead
2016-05-30 14:33:24 -04:00
test_peer_classes.cpp
some msvc fixes
2015-05-30 21:46:59 +00:00
test_peer_list.cpp
fix warning
2016-05-21 22:53:14 -04:00
test_peer_priority.cpp
polish some behavior when setting piece and file priorities for torrents with no metadata. Fix the initialization order of peers once we do get the metadata
2015-08-29 10:21:15 -04:00
test_pex.cpp
Threads ( #671 )
2016-04-30 18:54:23 -04:00
test_piece_picker.cpp
replace uses of boost::bind with std::bind and lambdas ( #745 )
2016-05-25 00:31:52 -04:00
test_primitives.cpp
deprecated public to_hex() and from_hex() functions ( #784 )
2016-06-04 10:01:43 -04:00
test_priority.cpp
replace uses of boost::bind with std::bind and lambdas ( #745 )
2016-05-25 00:31:52 -04:00
test_privacy.cpp
general cleanup. remove valgrind markup, log_hash_failures and C headers ( #752 )
2016-05-23 08:15:39 -04:00
test_random.cpp
factor out includes from config.hpp into the files actually using it. primarily, printf family of functions, since C++11 version is used now. This removes the need for an snprintf-wrapper on windows ( #732 )
2016-05-17 09:24:06 -04:00
test_read_piece.cpp
deprecated public to_hex() and from_hex() functions ( #784 )
2016-06-04 10:01:43 -04:00
test_read_resume.cpp
fix x64 build with VS2015 UP2 compiler ( #640 )
2016-04-25 17:22:09 -04:00
test_receive_buffer.cpp
Msvc warnings ( #685 )
2016-05-02 12:36:21 -04:00
test_recheck.cpp
replace uses of boost::bind with std::bind and lambdas ( #745 )
2016-05-25 00:31:52 -04:00
test_remap_files.cpp
remove dependency on libtommath and use boost.multiprecision instead
2016-05-30 14:33:24 -04:00
test_resolve_links.cpp
deprecated public to_hex() and from_hex() functions ( #784 )
2016-06-04 10:01:43 -04:00
test_resume.cpp
relax test_resume
2016-05-17 21:42:57 -04:00
test_session.cpp
replace uses of boost::bind with std::bind and lambdas ( #745 )
2016-05-25 00:31:52 -04:00
test_settings_pack.cpp
clean up settings_pack ( #665 )
2016-04-29 12:01:33 -04:00
test_sha1_hash.cpp
deprecated public to_hex() and from_hex() functions ( #784 )
2016-06-04 10:01:43 -04:00
test_sliding_average.cpp
factor out includes from config.hpp into the files actually using it. primarily, printf family of functions, since C++11 version is used now. This removes the need for an snprintf-wrapper on windows ( #732 )
2016-05-17 09:24:06 -04:00
test_socket_io.cpp
Fix of parse_endpoint with invalid port character separator ( #757 )
2016-05-27 12:00:54 -04:00
test_ssl.cpp
replace uses of boost::bind with std::bind and lambdas ( #745 )
2016-05-25 00:31:52 -04:00
test_stat_cache.cpp
factor out includes from config.hpp into the files actually using it. primarily, printf family of functions, since C++11 version is used now. This removes the need for an snprintf-wrapper on windows ( #732 )
2016-05-17 09:24:06 -04:00
test_storage.cpp
some cleanup and transition to std::unique_ptr ( #786 )
2016-06-05 14:07:24 -04:00
test_string.cpp
deprecated public to_hex() and from_hex() functions ( #784 )
2016-06-04 10:01:43 -04:00
test_tailqueue.cpp
dial up cppcheck ( #663 )
2016-04-30 00:24:45 -04:00
test_threads.cpp
replace uses of boost::bind with std::bind and lambdas ( #745 )
2016-05-25 00:31:52 -04:00
test_time.cpp
replace uses of boost::bind with std::bind and lambdas ( #745 )
2016-05-25 00:31:52 -04:00
test_time_critical.cpp
some msvc fixes
2015-05-30 21:46:59 +00:00
test_timestamp_history.cpp
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
test_torrent.cpp
merged RC_1_1 into master
2016-05-27 12:35:53 -07:00
test_torrent_info.cpp
deprecated public to_hex() and from_hex() functions ( #784 )
2016-06-04 10:01:43 -04:00
test_tracker.cpp
some cleanup and transition to std::unique_ptr ( #786 )
2016-06-05 14:07:24 -04:00
test_transfer.cpp
replace uses of boost::bind with std::bind and lambdas ( #745 )
2016-05-25 00:31:52 -04:00
test_upnp.cpp
replace uses of boost::bind with std::bind and lambdas ( #745 )
2016-05-25 00:31:52 -04:00
test_url_seed.cpp
fix SSL web-seed test
2015-07-16 00:44:03 -04:00
test_utf8.cpp
factor out includes from config.hpp into the files actually using it. primarily, printf family of functions, since C++11 version is used now. This removes the need for an snprintf-wrapper on windows ( #732 )
2016-05-17 09:24:06 -04:00
test_utils.cpp
factor out includes from config.hpp into the files actually using it. primarily, printf family of functions, since C++11 version is used now. This removes the need for an snprintf-wrapper on windows ( #732 )
2016-05-17 09:24:06 -04:00
test_utils.hpp
move time_now_string out to the unit test library (basically unused in libtorrent itself)
2015-04-24 03:48:08 +00:00
test_utp.cpp
replace uses of boost::bind with std::bind and lambdas ( #745 )
2016-05-25 00:31:52 -04:00
test_web_seed.cpp
some test fixes
2015-05-31 16:14:46 +00:00
test_web_seed_ban.cpp
separate some more test cases to improve test output
2015-06-17 00:50:58 -04:00
test_web_seed_chunked.cpp
fix test_web_seed_chunked
2015-06-17 18:05:27 -04:00
test_web_seed_http.cpp
some test fixes
2015-05-31 16:14:46 +00:00
test_web_seed_http_pw.cpp
some test fixes
2015-05-31 16:14:46 +00:00
test_web_seed_redirect.cpp
factor out includes from config.hpp into the files actually using it. primarily, printf family of functions, since C++11 version is used now. This removes the need for an snprintf-wrapper on windows ( #732 )
2016-05-17 09:24:06 -04:00
test_web_seed_socks4.cpp
separate some more test cases to improve test output
2015-06-17 00:50:58 -04:00
test_web_seed_socks5.cpp
separate some more test cases to improve test output
2015-06-17 00:50:58 -04:00
test_web_seed_socks5_no_peers.cpp
fix build
2015-10-03 12:27:01 -04:00
test_web_seed_socks5_pw.cpp
separate some more test cases to improve test output
2015-06-17 00:50:58 -04:00
test_xml.cpp
replace uses of boost::bind with std::bind and lambdas ( #745 )
2016-05-25 00:31:52 -04:00
udp_tracker.cpp
replace uses of boost::bind with std::bind and lambdas ( #745 )
2016-05-25 00:31:52 -04: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
factor out includes from config.hpp into the files actually using it. primarily, printf family of functions, since C++11 version is used now. This removes the need for an snprintf-wrapper on windows ( #732 )
2016-05-17 09:24:06 -04:00
web_seed_suite.hpp
forward port fix to proxy_peer_connections to master
2015-10-03 11:20:10 -04:00
web_server.py
rewrite most of web_peer_connection::on_receive to make it a lot simpler and fix edge cases with pad-files
2016-01-28 01:58:33 -05:00
zeroes.gz
fixed bug in gunzip
2014-05-02 16:11:25 +00:00