premiere-libtorrent/test
Arvid Norberg 4f803353cf transition part of http_parser to use span (#936)
transition parts of http_parser to use span
2016-07-24 00:52:20 -07:00
..
mutable_test_torrents
ssl update ssl certificate for tests 2015-10-25 10:29:42 -04:00
test_torrents
Jamfile modernize and improve type-safety of the DHT put implementation and test (#929) 2016-07-23 15:57:04 -07:00
Makefile.am build and run all tests in macOS (#859) 2016-07-02 00:41:48 -04:00
bittorrent_peer.cpp modernize misc (#898) 2016-07-10 07:34:45 -04:00
bittorrent_peer.hpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
dht_server.cpp clean-up more defines (#872) 2016-07-01 19:46:59 -04:00
dht_server.hpp
enum_if.cpp modernize replace deprecated headers (#897) 2016-07-09 23:17:55 -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 refactor the DHT test (#921) 2016-07-20 07:53:33 -07:00
make_torrent.cpp modernize hasher to use array_view (#931) 2016-07-22 07:29:39 -07: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 modernize-use-nullptr (#894) 2016-07-09 16:26:26 -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
root2.xml
root3.xml
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 modernize hasher to use array_view (#931) 2016-07-22 07:29:39 -07:00
setup_transfer.hpp fix test_remap_files (#905) 2016-07-15 14:35:57 -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 modernize-use-nullptr (#894) 2016-07-09 16:26:26 -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 fix test_remap_files (#905) 2016-07-15 14:35:57 -04:00
test_alert_manager.cpp apply modernization transforms to headers too. nullptr, explicit constructors, = default (#903) 2016-07-10 14:27:42 -04:00
test_auto_unchoke.cpp use standard library for suspending threads (#855) 2016-06-26 09:24:06 -04:00
test_bandwidth_limiter.cpp modernize misc (#898) 2016-07-10 07:34:45 -04:00
test_bdecode.cpp modernize and improve type-safety of the DHT put implementation and test (#929) 2016-07-23 15:57:04 -07:00
test_bencoding.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -04:00
test_bitfield.cpp refactor the DHT test (#921) 2016-07-20 07:53:33 -07:00
test_block_cache.cpp modernize misc (#898) 2016-07-10 07:34:45 -04:00
test_bloom_filter.cpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
test_buffer.cpp transition part of http_parser to use span (#936) 2016-07-24 00:52:20 -07:00
test_checking.cpp use standard library for suspending threads (#855) 2016-06-26 09:24:06 -04:00
test_crc32.cpp added support for arm crc32c and changed to test in arm 32 bits (#869) 2016-06-30 11:37:55 -04:00
test_create_torrent.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -04:00
test_dht.cpp modernize and improve type-safety of the DHT put implementation and test (#929) 2016-07-23 15:57:04 -07:00
test_dht_storage.cpp modernize and improve type-safety of the DHT put implementation and test (#929) 2016-07-23 15:57:04 -07:00
test_direct_dht.cpp modernize and improve type-safety of the DHT put implementation and test (#929) 2016-07-23 15:57:04 -07:00
test_dos_blocker.cpp modernize replace deprecated headers (#897) 2016-07-09 23:17:55 -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 modernize-use-nullptr (#894) 2016-07-09 16:26:26 -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 use standard library for suspending threads (#855) 2016-06-26 09:24:06 -04:00
test_file_progress.cpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
test_file_storage.cpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -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 apply modernization transforms to headers too. nullptr, explicit constructors, = default (#903) 2016-07-10 14:27:42 -04:00
test_http_connection.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -04:00
test_http_parser.cpp transition part of http_parser to use span (#936) 2016-07-24 00:52:20 -07:00
test_identify_client.cpp
test_ip_filter.cpp merge fix 2016-07-20 11:48:44 -07: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 apply modernization transforms to headers too. nullptr, explicit constructors, = default (#903) 2016-07-10 14:27:42 -04:00
test_lsd.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -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
test_natpmp.cpp clean up natpmp and upnp logging (#842) 2016-06-23 01:23:59 -04:00
test_packet_buffer.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -04:00
test_part_file.cpp modernize replace deprecated headers (#897) 2016-07-09 23:17:55 -04:00
test_pe_crypto.cpp using span in crypto_plugin encrypt/decrypt (#934) 2016-07-23 15:54:39 -07:00
test_peer_classes.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -04:00
test_peer_list.cpp apply modernization transforms to headers too. nullptr, explicit constructors, = default (#903) 2016-07-10 14:27:42 -04:00
test_peer_priority.cpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
test_pex.cpp use standard library for suspending threads (#855) 2016-06-26 09:24:06 -04:00
test_piece_picker.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -04:00
test_primitives.cpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
test_priority.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -04:00
test_privacy.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -04:00
test_random.cpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -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 using span in crypto_plugin encrypt/decrypt (#934) 2016-07-23 15:54:39 -07:00
test_recheck.cpp make test_recheck more robust 2016-07-02 22:32:35 -04:00
test_remap_files.cpp fix test_remap_files (#905) 2016-07-15 14:35:57 -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 modernize: remove redundant smart ptr get(), use fixed-width integer types (#900) 2016-07-10 07:31:58 -04:00
test_session.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -04:00
test_settings_pack.cpp clean-up more defines (#872) 2016-07-01 19:46:59 -04:00
test_sha1_hash.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -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 apply modernization transforms to headers too. nullptr, explicit constructors, = default (#903) 2016-07-10 14:27:42 -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 modernize hasher to use array_view (#931) 2016-07-22 07:29:39 -07:00
test_string.cpp modernize replace deprecated headers (#897) 2016-07-09 23:17:55 -04:00
test_tailqueue.cpp apply modernization transforms to headers too. nullptr, explicit constructors, = default (#903) 2016-07-10 14:27:42 -04:00
test_threads.cpp use standard library for suspending threads (#855) 2016-06-26 09:24:06 -04:00
test_time.cpp use standard library for suspending threads (#855) 2016-06-26 09:24:06 -04:00
test_time_critical.cpp
test_timestamp_history.cpp
test_torrent.cpp modernize hasher to use array_view (#931) 2016-07-22 07:29:39 -07:00
test_torrent_info.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -04:00
test_tracker.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -04:00
test_transfer.cpp apply modernization transforms to headers too. nullptr, explicit constructors, = default (#903) 2016-07-10 14:27:42 -04:00
test_upnp.cpp transition part of http_parser to use span (#936) 2016-07-24 00:52:20 -07:00
test_url_seed.cpp fix SSL web-seed test 2015-07-16 00:44:03 -04:00
test_utf8.cpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -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
test_utp.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -04:00
test_web_seed.cpp
test_web_seed_ban.cpp
test_web_seed_chunked.cpp
test_web_seed_http.cpp
test_web_seed_http_pw.cpp
test_web_seed_redirect.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -04:00
test_web_seed_socks4.cpp
test_web_seed_socks5.cpp
test_web_seed_socks5_no_peers.cpp fix build 2015-10-03 12:27:01 -04:00
test_web_seed_socks5_pw.cpp
test_xml.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -04:00
udp_tracker.cpp use cstdint intead of boost/cstdint.hpp (#833) 2016-06-18 14:01:38 -04:00
udp_tracker.hpp
utf8_test.txt
valgrind_suppressions.txt
vsinstr_excludes.rsp
web_seed_suite.cpp modernize-use-nullptr (#894) 2016-07-09 16:26:26 -04:00
web_seed_suite.hpp Msvc warnings (#822) 2016-06-18 19:24:27 -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