..
mutable_test_torrents
…
ssl
update SSL certificate for test
2016-10-27 18:21:04 -04:00
test_torrents
make pad-file and symlink support conform to BEP47 ( #992 )
2016-08-07 22:37:10 -04:00
Jamfile
optimized dht_get_peers_reply_alert storage and created alerts unit test ( #1714 )
2017-02-18 00:13:46 -05:00
Makefile.am
merge RC_1_1 into master
2017-03-08 18:01:59 -05:00
bittorrent_peer.cpp
clean up tests
2016-11-12 17:39:34 -05:00
bittorrent_peer.hpp
replace boost::function with std::function
2016-08-13 07:07:26 -04:00
corrupt.gz
update puff.c for gzip inflation ( #1022 )
2016-08-21 14:43:44 -04:00
dht_server.cpp
make tests print to stdout instead of stderr
2017-01-02 11:28:41 -05:00
dht_server.hpp
…
enum_if.cpp
clean up tests
2016-11-12 17:39:34 -05:00
http.py
…
main.cpp
use string_view instead of strcmp
2017-03-18 15:54:38 -04:00
make_torrent.cpp
factor out some common storage utilities out of storage.cpp ( #1515 )
2017-01-11 00:42:10 -05:00
make_torrent.hpp
refactor to use torrent_info with std::shared_ptr ( #1006 )
2016-08-17 17:26:35 -04:00
peer_server.cpp
simplify print statements in tests
2016-10-09 20:23:45 -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
add a default DHT bootstrap node when it's enabled on session startup ( #1008 )
2016-08-21 12:15:19 -04:00
settings.hpp
…
setup_transfer.cpp
merged RC_1_1 into master
2017-03-14 12:55:13 -04:00
setup_transfer.hpp
merged RC_1_1 into master
2017-03-14 12:55:13 -04:00
socks.py
…
swarm_suite.cpp
various cleanup ( #1497 )
2017-01-06 01:39:01 -05:00
swarm_suite.hpp
deprecate explicit cache feature
2016-03-18 12:15:03 -04:00
test.cpp
merge RC_1_1 into master
2017-02-26 00:48:12 -05:00
test.hpp
merge RC_1_1 into master
2017-02-18 13:29:12 -05:00
test_alert_manager.cpp
strengthened type safety in handling of piece and file indices ( #1409 )
2016-12-22 10:42:33 -05:00
test_alert_types.cpp
expand alerts_types test of static class values to all alerts
2017-03-23 17:46:26 -04:00
test_auto_unchoke.cpp
various cleanup ( #1497 )
2017-01-06 01:39:01 -05:00
test_bandwidth_limiter.cpp
minor cleanup refactor
2017-02-06 18:26:59 -05:00
test_bdecode.cpp
remove whitespace at end of line ( #1245 )
2016-10-22 11:47:24 -04:00
test_bencoding.cpp
merge RC_1_1 into master
2016-10-08 14:17:51 -04:00
test_bitfield.cpp
fix in DHT counters, alert types test, typos, formatting ( #1747 )
2017-02-22 17:40:14 -05:00
test_block_cache.cpp
factor out some common storage utilities out of storage.cpp ( #1515 )
2017-01-11 00:42:10 -05:00
test_bloom_filter.cpp
clean up tests
2016-11-12 17:39:34 -05:00
test_buffer.cpp
optimize chained buffer a bit and factor out nop into non_owning_handle
2016-12-29 07:05:18 -08:00
test_checking.cpp
simplify print statements in tests
2016-10-09 20:23:45 -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
fix ABI compatibility issue introduced with preformatted entry type
2017-02-12 20:42:30 -05:00
test_dht.cpp
allow DHT bootstrap to use nodes of both IP protocols
2017-03-17 20:51:38 -04:00
test_dht_storage.cpp
merged RC_1_1 into master
2017-03-14 12:55:13 -04:00
test_direct_dht.cpp
various cleanup ( #1497 )
2017-01-06 01:39:01 -05:00
test_dos_blocker.cpp
make tests print to stdout instead of stderr
2017-01-02 11:28:41 -05:00
test_ed25519.cpp
fix makefile
2017-02-25 23:01:28 -05:00
test_enum_net.cpp
is_ip_address refactor and minor code cleanup ( #1828 )
2017-03-18 11:07:17 -04:00
test_fast_extension.cpp
moved alloca.hpp to private aux_ and size refactor ( #1634 )
2017-01-27 12:43:34 -05:00
test_fence.cpp
factor out storage_piece_set into its own file
2017-01-22 09:29:52 -05:00
test_ffs.cpp
simplify print statements in tests
2016-10-09 20:23:45 -04:00
test_file.cpp
use string_view instead of strcmp
2017-03-18 15:54:38 -04:00
test_file_progress.cpp
strengthened type safety in handling of piece and file indices ( #1409 )
2016-12-22 10:42:33 -05:00
test_file_storage.cpp
fix build
2017-01-15 08:25:10 -05:00
test_gzip.cpp
simplify print statements in tests
2016-10-09 20:23:45 -04:00
test_hasher.cpp
aux::to_hex(sha1) -> sha1.to_hex() ( #1418 )
2016-12-22 10:44:36 -05:00
test_hasher512.cpp
adding support for a more configurable sha512 hasher ( #1028 )
2016-08-25 19:07:16 -04:00
test_heterogeneous_queue.cpp
fix alignment issues in heterogeneous_queue ( #1834 )
2017-03-20 17:41:00 -04:00
test_http_connection.cpp
factor out some common storage utilities out of storage.cpp ( #1515 )
2017-01-11 00:42:10 -05:00
test_http_parser.cpp
use string_view instead of strcmp
2017-03-18 15:54:38 -04:00
test_identify_client.cpp
…
test_ip_filter.cpp
fixing sign-conversion warnings, part 12, minor refactor, eol cleanup ( #1670 )
2017-02-07 00:22:30 -05:00
test_ip_voter.cpp
support separate external ip for each interface ( #1383 )
2016-12-04 15:58:51 -05: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_listen_socket.cpp
split tests and only use IPv4 addresses
2016-11-23 01:09:05 -05:00
test_lsd.cpp
various cleanup ( #1497 )
2017-01-06 01:39:01 -05:00
test_magnet.cpp
merge RC_1_1 into master
2017-02-18 13:29:12 -05:00
test_merkle.cpp
…
test_natpmp.cpp
make tests print to stdout instead of stderr
2017-01-02 11:28:41 -05:00
test_packet_buffer.cpp
use unique_ptr for packets in utp_stream
2017-02-11 17:11:49 -05:00
test_part_file.cpp
factor out some common storage utilities out of storage.cpp ( #1515 )
2017-01-11 00:42:10 -05:00
test_pe_crypto.cpp
simplify print statements in tests
2016-10-09 20:23:45 -04:00
test_peer_classes.cpp
use strong_typedef for peer_class_t type ( #1595 )
2017-01-21 22:40:19 -05:00
test_peer_list.cpp
support separate external ip for each interface ( #1383 )
2016-12-04 15:58:51 -05:00
test_peer_priority.cpp
clean up tests
2016-11-12 17:39:34 -05:00
test_pex.cpp
various cleanup ( #1497 )
2017-01-06 01:39:01 -05:00
test_piece_picker.cpp
remove long-standing deprecated filter_pieces functions ( #1457 )
2016-12-27 12:42:23 -08:00
test_primitives.cpp
fix build without deprecated functions
2017-03-09 00:19:02 -05:00
test_priority.cpp
merge RC_1_1 into master
2017-03-08 18:01:59 -05:00
test_privacy.cpp
various cleanup ( #1497 )
2017-01-06 01:39:01 -05:00
test_random.cpp
simplify print statements in tests
2016-10-09 20:23:45 -04:00
test_read_piece.cpp
strengthened type safety in handling of piece and file indices ( #1409 )
2016-12-22 10:42:33 -05:00
test_read_resume.cpp
strengthened type safety in handling of piece and file indices ( #1409 )
2016-12-22 10:42:33 -05:00
test_receive_buffer.cpp
more use of span and std::shared_ptr ( #1018 )
2016-08-21 13:37:11 -04:00
test_recheck.cpp
simplify print statements in tests
2016-10-09 20:23:45 -04:00
test_remap_files.cpp
fix IndexType template parameter in typed_span member functions ( #1819 )
2017-03-17 18:15:11 -04:00
test_resolve_links.cpp
strengthened type safety in handling of piece and file indices ( #1409 )
2016-12-22 10:42:33 -05:00
test_resume.cpp
fix build without deprecated functions
2017-03-09 00:19:02 -05:00
test_session.cpp
fix setup of DHT logic in session_impl::init ( #1830 )
2017-03-23 08:32:56 -04:00
test_session_params.cpp
created dht state and session params refactor ( #1100 )
2016-09-17 09:42:04 -04:00
test_settings_pack.cpp
merge RC_1_1 into master
2017-03-08 18:01:59 -05:00
test_sha1_hash.cpp
simplify print statements in tests
2016-10-09 20:23:45 -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
clean up tests
2016-11-12 17:39:34 -05:00
test_ssl.cpp
fix test_ssl.cpp build with newer versions of boost
2017-03-12 21:10:14 -04:00
test_stack_allocator.cpp
use string_view instead of strcmp
2017-03-18 15:54:38 -04:00
test_stat_cache.cpp
strengthened type safety in handling of piece and file indices ( #1409 )
2016-12-22 10:42:33 -05:00
test_storage.cpp
fix build without deprecated functions
2017-03-09 00:19:02 -05:00
test_string.cpp
deprecated (undocumented) file:// urls, added torrent_file_path alternative
2017-03-23 20:26:55 -04:00
test_tailqueue.cpp
various cleanup and formatting updates ( #1158 )
2016-09-26 20:05:04 -04:00
test_threads.cpp
simplify print statements in tests
2016-10-09 20:23:45 -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
remove torrent_file_path asynchronous loading of .torrent files. ( #1848 )
2017-03-26 09:16:42 -04:00
test_torrent_info.cpp
merged RC_1_1 into master
2017-01-21 02:28:29 -05:00
test_tracker.cpp
fix master build after merge ( #1813 )
2017-03-15 07:15:36 -04:00
test_transfer.cpp
factor out some common storage utilities out of storage.cpp ( #1515 )
2017-01-11 00:42:10 -05:00
test_upnp.cpp
various cleanup ( #1497 )
2017-01-06 01:39:01 -05:00
test_url_seed.cpp
…
test_utf8.cpp
simplify print statements in tests
2016-10-09 20:23:45 -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
refactor to use torrent_info with std::shared_ptr ( #1006 )
2016-08-17 17:26:35 -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
factor out some common storage utilities out of storage.cpp ( #1515 )
2017-01-11 00:42:10 -05:00
test_web_seed_socks4.cpp
…
test_web_seed_socks5.cpp
…
test_web_seed_socks5_no_peers.cpp
…
test_web_seed_socks5_pw.cpp
…
test_xml.cpp
clean up xml parser, to use string_view ( #1731 )
2017-02-19 07:34:55 -05:00
udp_tracker.cpp
fix master build after merge ( #1813 )
2017-03-15 07:15:36 -04:00
udp_tracker.hpp
add support for IPv6 peers from udp trackers ( #1802 )
2017-03-11 02:46:51 -05:00
utf8_test.txt
…
valgrind_suppressions.txt
…
vsinstr_excludes.rsp
…
web_seed_suite.cpp
use string_view instead of strcmp
2017-03-18 15:54:38 -04:00
web_seed_suite.hpp
refactor to use torrent_info with std::shared_ptr ( #1006 )
2016-08-17 17:26:35 -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
…