premiere-libtorrent/simulation
arvidn 9ca12d6db5 restore aspects of the previous behavior of force-proxy. Instead of not opening any TCP listen sockets at all, open them but reject any incoming connection. This is because in RC_1_1, the UDP and TCP sockets are tied in subtle and unintuitive ways. This is much cleaner in the next major release and this patch will not need to be merged 2018-05-13 12:31:00 +02:00
..
libsimulator@8209dcf79b update libsimulator with a fix for boost-1.66 2018-05-10 14:04:10 +02:00
Jamfile add feature to periodically close files (to make windows clear disk cache) 2017-03-06 23:46:47 -05:00
create_torrent.cpp
create_torrent.hpp track whether a file is eligible for using the partfile on a per-file basis. This is intended to improve backwards compatibility, to better support resuming files downloaded with older versions of libtorrent 2018-03-11 12:52:56 +01:00
fake_peer.hpp undo the patch to restore incoming TCP connections over SOCKS5 2018-02-19 00:01:42 +01:00
make_proxy_settings.hpp
setup_dht.cpp fix build against boost-1.66, specifically the boost.asio changes 2017-12-15 11:29:53 +01:00
setup_dht.hpp
setup_swarm.cpp fix torrent_status test (#1499) 2017-01-08 09:51:01 -05:00
setup_swarm.hpp
test_auto_manage.cpp fix division by zero when setting tick_interval > 1000 2017-01-07 15:21:02 -05:00
test_checking.cpp track whether a file is eligible for using the partfile on a per-file basis. This is intended to improve backwards compatibility, to better support resuming files downloaded with older versions of libtorrent 2018-03-11 12:52:56 +01:00
test_dht.cpp
test_dht_bootstrap.cpp hint DHT bootstrap nodes of actual bootstrap request 2016-08-30 21:15:35 -04:00
test_dht_storage.cpp
test_fast_extensions.cpp clear alert nofify function when calling abort on a session, to avoid touching a destructed session object (#1015) 2016-08-20 11:04:44 -04:00
test_file_pool.cpp fix bug where settings_pack::file_pool_size setting was not being honored 2017-03-09 08:18:10 -05:00
test_http_connection.cpp fix IPv6 tracker announce issue 2017-11-23 10:11:59 +01:00
test_ip_filter.cpp clear alert nofify function when calling abort on a session, to avoid touching a destructed session object (#1015) 2016-08-20 11:04:44 -04:00
test_metadata_extension.cpp remove incorrect deleted-storages assert and add some more test coverage in test_metadata_extensions (#1286) 2016-11-03 19:39:42 -04:00
test_optimistic_unchoke.cpp clear alert nofify function when calling abort on a session, to avoid touching a destructed session object (#1015) 2016-08-20 11:04:44 -04:00
test_pe_crypto.cpp
test_session.cpp restore aspects of the previous behavior of force-proxy. Instead of not opening any TCP listen sockets at all, open them but reject any incoming connection. This is because in RC_1_1, the UDP and TCP sockets are tied in subtle and unintuitive ways. This is much cleaner in the next major release and this patch will not need to be merged 2018-05-13 12:31:00 +02:00
test_socks5.cpp undo the patch to restore incoming TCP connections over SOCKS5 2018-02-19 00:01:42 +01:00
test_super_seeding.cpp
test_swarm.cpp add test for suggests- and seed mode combined 2018-05-10 17:40:23 +02:00
test_torrent_status.cpp Changing file priorities while checking interrupts checking. 2018-03-26 02:59:10 +02:00
test_tracker.cpp fix issue where the current tracker would be skipped for the next tracker in the same tier 2018-03-25 14:40:38 +02:00
test_trackers_extension.cpp
test_transfer.cpp undo the patch to restore incoming TCP connections over SOCKS5 2018-02-19 00:01:42 +01:00
test_utp.cpp
test_web_seed.cpp add urlseed timeout test (#1340) 2016-11-20 10:32:20 -05:00
utils.cpp fix socks5 support for UDP. based on patch in https://github.com/arvidn/libtorrent/issues/1373 2016-12-19 23:52:53 -05:00
utils.hpp