arvidn
|
3988be348f
|
simplify SFINAE on write_impl to just use enable_if
|
2018-11-03 11:57:16 +01:00 |
arvidn
|
bf496c6b14
|
use span for picker_log_alert
|
2018-11-03 11:56:09 +01:00 |
Arvid Norberg
|
ede7dbf0aa
|
add LGTM badge to README and fix warnings
|
2018-10-19 16:28:33 +02:00 |
arvidn
|
2d99e994c3
|
make throwing versions of read_resume_data
|
2018-10-07 12:41:53 +02:00 |
Arvid Norberg
|
1a27ff7107
|
parse_magnet_uri simplification
|
2018-10-05 11:01:45 +02:00 |
Arvid Norberg
|
761384bcf1
|
minor piece picker cleanup
|
2018-10-05 10:58:09 +02:00 |
Arvid Norberg
|
a4267d61e7
|
fix overflow in sliding_average in the case of very high download rates
|
2018-10-03 00:53:05 +02:00 |
Arvid Norberg
|
949867eca9
|
factor out some parts of print function for entry
|
2018-10-03 00:50:02 +02:00 |
arvidn
|
c437a24d78
|
renamed debug_notification to connect_notification
|
2018-09-28 17:28:34 -07:00 |
Arvid Norberg
|
6724c1eec0
|
fix some warnings
|
2018-09-19 22:12:45 -07:00 |
Arvid Norberg
|
81356cfce1
|
add make_tcp() and make_udp() to convert endpoint types
|
2018-09-19 10:57:28 -07:00 |
Steven Siloti
|
c5b415b89f
|
remove dead code udp_tracker_connection::pick_target_endpoint
Endpoints are filtered by address family in name_lookup() so this
function will always return the first endpoint.
|
2018-09-16 12:07:52 -07:00 |
Arvid Norberg
|
fc7b61a6f3
|
improve type-safety of the severity parameter to peer_connection::disconnect()
|
2018-09-06 16:42:04 -07:00 |
arvidn
|
c9cbb122e2
|
fix some warnings from sonar-cube
|
2018-09-05 18:10:57 -07:00 |
arvidn
|
78a344bd8b
|
merged RC_1_1 into master
|
2018-09-05 08:25:14 -07:00 |
Arvid Norberg
|
2647ca2412
|
add option to ignore min-interval from tracker, when force-reannouncing a tracker
|
2018-09-04 08:46:24 +02:00 |
arvidn
|
2e313de898
|
remove unused member variables in torrent object
|
2018-08-29 15:01:40 +02:00 |
arvidn
|
7c837be651
|
make the print function for entry actually be json-like. when logging bencode entries, print it all on a single line. add test for entry print function
|
2018-08-27 13:56:04 +02:00 |
arvidn
|
55215742af
|
merged RC_1_1 into master
|
2018-08-25 14:13:51 +02:00 |
Arvid Norberg
|
11a8f46921
|
add some noexcept and assume std::function is not nothrow move constructible on clang
|
2018-08-21 11:12:34 +02:00 |
arvidn
|
37d85ac2f7
|
improve piece picker performance in tracking pad-blocks
|
2018-08-20 17:13:20 +02:00 |
arvidn
|
c9043dec53
|
force proxy no longer disables the DHT
|
2018-08-20 08:24:31 +02:00 |
arvidn
|
058419a77c
|
simplify total_have/have_want/total_want. make piece_picker track pad blocks and compute byte-progress at block granularity
|
2018-08-19 22:21:24 +02:00 |
Arvid Norberg
|
b90564d418
|
remove the IPv6 enable/disable build config
|
2018-08-19 22:20:54 +02:00 |
Arvid Norberg
|
fef1b947f3
|
fix issue in self-connection detection introduced with the change to generate unique peer-ids for each connection. Now, the torrent keeps track of all of our peer-ids generated for outgoing (bittorrent) connections, and we check them against incoming peers' peer-ids
|
2018-08-19 22:19:53 +02:00 |
arvidn
|
b3dbce5790
|
merge RC_1_1 into master
|
2018-08-13 09:32:17 +02:00 |
arvidn
|
d55200af9d
|
minor simplification of bytes_left(), remove quantized_bytes_done()
|
2018-08-11 08:29:45 +02:00 |
arvidn
|
6d2541f131
|
improve connect-boost feature, to make new torrents quickly connect peers
|
2018-08-09 20:12:56 +02:00 |
arvidn
|
7be9547817
|
add a few more stats counters measuring outgoing connection attempts. simplify session_stats_header_alert by posting it on first call to post_session_stats() instead of making it gated by the alert_mask
|
2018-08-09 20:10:35 +02:00 |
Arvid Norberg
|
0a5b3c1bb0
|
update documentation for save_resume_data() and stop_when_ready()
|
2018-08-09 00:57:21 +02:00 |
arvidn
|
f1d2105afb
|
remove dead code from piece picker
|
2018-08-08 23:41:46 +02:00 |
arvidn
|
51fb1e3d6b
|
tweak the auto-cache-size logic to have slightly smaller cache
|
2018-08-06 14:06:32 +02:00 |
Arvid Norberg
|
a11bdecfcd
|
update fwd.hpp
|
2018-08-03 09:39:16 +02:00 |
arvidn
|
4cfe2b7c1b
|
fix warning for calling a virtual function in constructor
|
2018-08-01 12:03:14 +02:00 |
arvidn
|
3de4e42fb7
|
slight cleanup of the ephemeral flag passed to add_web_seed()
|
2018-08-01 12:02:51 +02:00 |
arvidn
|
4096085bf8
|
merged RC_1_1 into master
|
2018-07-30 13:44:44 +02:00 |
arvidn
|
19df645012
|
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 |
Arvid Norberg
|
a477a53b80
|
simplify natpmp gateway and local address discovery
|
2018-07-29 13:10:36 +02:00 |
Steven Siloti
|
92f1937b97
|
fix typo in #if tests for TORRENT_DISABLE_ENCRYPTION
|
2018-07-29 09:04:16 +02:00 |
arvidn
|
33685c6c85
|
merge RC_1_1 into master
|
2018-07-28 10:10:01 +02:00 |
arvidn
|
c92f527b60
|
in torrent_handle::id(), only shift down the pointer by 10 bits
|
2018-07-28 10:03:30 +02:00 |
Arvid Norberg
|
b3856d3027
|
narrow the scope affected by TORRENT_DISABLE_EXTENSIONS to only disable the user extensions, but always support the extension message and the built-in extensions, like lt_donthave and seed_mode
|
2018-07-26 09:31:49 +02:00 |
Arvid Norberg
|
8f0cf7e1a9
|
some refactor to reduce duplicate code
|
2018-07-25 18:48:34 +02:00 |
Arvid Norberg
|
4282dd072a
|
factor out generate_peer_id into its own file
|
2018-07-25 08:49:18 +02:00 |
arvidn
|
a1f2995716
|
add piece index range checks on have_piece() and read_piece()
|
2018-07-25 00:20:18 +02:00 |
arvidn
|
730ef15b08
|
minor cleanups
|
2018-07-24 16:34:46 +02:00 |
arvidn
|
c2ebae7dbb
|
make metric_type_t an enum class, deprecate the in-class enum values
|
2018-07-24 15:29:56 +02:00 |
Arvid Norberg
|
dcb8b816a3
|
only post alerts for newly opened listen sockets, and only attempt to map ports for newly opened sockets. track has_incoming_connections per listen socket
|
2018-07-23 15:04:23 +02:00 |
Arvid Norberg
|
2f56fa6c3e
|
bump version to 1.1.9
|
2018-07-20 13:06:12 +02:00 |
arvidn
|
f4b0dbf115
|
merged RC_1_1 into master
|
2018-07-20 09:28:21 +02:00 |