This website requires JavaScript.
Explore
Help
Register
Sign In
wornvirtue
/
premiere-libtorrent
forked from
premiere/premiere-libtorrent
Watch
1
Star
0
Fork
You've already forked premiere-libtorrent
0
Code
Pull Requests
Activity
786d78b6c9
premiere-libtorrent
/
simulation
History
arvidn
6c4d1b9143
back-port the patch to split up the progress_notification alert_mask into three new categories, file-, piece- and block progress
2018-09-24 08:52:30 -07: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
…
test_dht_storage.cpp
…
test_fast_extensions.cpp
…
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
…
test_metadata_extension.cpp
…
test_optimistic_unchoke.cpp
…
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
back-port the patch to split up the progress_notification alert_mask into three new categories, file-, piece- and block progress
2018-09-24 08:52:30 -07:00
test_torrent_status.cpp
Changing file priorities while checking interrupts checking.
2018-03-26 02:59:10 +02:00
test_tracker.cpp
apply piece priorities immediately, even though file priority updares are async. save both file- and piece priorities in fast resume. when loading, apply file prios first, then piece prios
2018-07-29 21:53:01 +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
…
utils.cpp
…
utils.hpp
…