arvidn
|
af5fe587c0
|
fix regression in left= reporting to trackers when adding a seeding torrent
|
2019-08-19 13:49:25 +02:00 |
arvidn
|
c9f953f487
|
saturate failed-bytes and redundant-bytes counters in torrent object, rather than asserting on overflow. This happens in the fuzzer, which keeps a torrent open for the entire run, causing it to max out redundant bytes
|
2019-07-29 21:53:16 -07:00 |
arvidn
|
7a20850632
|
feature to disable DHT, PEX and LSD per torrent
|
2019-07-20 10:20:41 -07:00 |
Arvid Norberg
|
d113816ae6
|
fix issue where trackers from magnet links were not included in create_torrent()
|
2019-07-04 12:53:36 +02:00 |
arvidn
|
8506f93507
|
fix more warnings
|
2019-04-11 18:18:11 +02:00 |
arvidn
|
a845afe6d9
|
fix warnings
|
2019-04-10 08:05:36 +02:00 |
arvidn
|
4473a8d0ce
|
fix seed_mode flag
|
2019-02-24 10:20:20 +01:00 |
arvidn
|
7f2a78d0c9
|
make random_shuffle() take a range instead of two iterators. use random_bytes() instead of std::generate() and random_byte(). Remove unused hasher.hpp includes
|
2019-02-19 01:48:08 +01:00 |
Alden Torres
|
bcda184e59
|
[WIP] refactor in file_progress to avoid dependency of alert_manager
|
2019-01-13 02:40:15 +01:00 |
arvidn
|
f4f1425115
|
use UNC paths pervasively on windows
|
2019-01-12 21:00:40 +01:00 |
arvidn
|
8b067310b1
|
merged RC_1_1 into master
|
2019-01-12 00:53:45 +01:00 |
airium
|
33fa7454d0
|
Avoid announcing local ip to private tracker
|
2019-01-11 01:57:41 +01:00 |
arvidn
|
54fd03529e
|
move variable scope into its build configuration block. prevent invariant-checks enabled and asserts disabled build. remove some redundant preprocessor ifdefs
|
2018-12-14 00:08:08 +01:00 |
arvidn
|
507fffe872
|
move where socket buffers are set up, to happen after the socket is opened. log errors in the peer's log instead of session and torrent
|
2018-12-02 04:03:03 +01:00 |
arvidn
|
7a51813d32
|
improve peer debug logging
|
2018-12-02 04:03:03 +01:00 |
arvidn
|
1b2832e018
|
convert some for-loops into std algorithms
|
2018-11-27 19:43:01 +01:00 |
arvidn
|
88c733ef2d
|
attempt to fix an assert for a newly connected peer that disconnects just as we receive the metadata. disconnecting peers don't have their bitfield properly initialized, so we can't use it
|
2018-11-27 11:47:16 +01:00 |
arvidn
|
bac57a6e69
|
merged RC_1_1 into master
|
2018-11-24 01:23:10 +01:00 |
airium
|
3406f12ab3
|
Include &ipv4= for private trackers
|
2018-11-20 13:50:22 +01:00 |
arvidn
|
0d8a5a8a44
|
add support for &ipv4= tracker argument
|
2018-11-19 09:08:16 +01:00 |
Alden Torres
|
295bcc08e5
|
more use of should_log in torrent.cpp
|
2018-11-18 21:55:35 +01:00 |
arvidn
|
5383854768
|
make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts
|
2018-11-16 14:06:22 +01:00 |
arvidn
|
0c76a3a0c5
|
require tracker_request objects be moved into queue_manager. also replace non-const reference parameter with rvalue reference
|
2018-11-14 17:09:04 +01:00 |
arvidn
|
13dd7cfe1e
|
a better fix to the ssl port announce bug
|
2018-11-14 07:36:22 +01:00 |
arvidn
|
a233d3cc28
|
actually fix the issue with the second tracker announce with port 0
|
2018-11-12 18:02:15 +01:00 |
pavel.pimenov
|
0ad3bb139d
|
fix cppcheck
|
2018-11-08 13:45:41 +01:00 |
arvidn
|
d0e146eb75
|
merged RC_1_1 into master
|
2018-11-01 09:48:41 +01:00 |
Arvid Norberg
|
e1eb12e60f
|
ssl listen port fix and improved tracker announce logging
|
2018-10-29 18:38:14 +01:00 |
Arvid Norberg
|
ede7dbf0aa
|
add LGTM badge to README and fix warnings
|
2018-10-19 16:28:33 +02:00 |
Alden Torres
|
e2a8fbf020
|
cleanup of special code for valgrind
|
2018-09-12 07:49:11 -07:00 |
arvidn
|
16249b8135
|
fix overflow in calc_bytes(), add more tests, fix bug in piece picker accounting of filtered pad blocks.
|
2018-09-09 20:17:32 -07:00 |
Arvid Norberg
|
fc7b61a6f3
|
improve type-safety of the severity parameter to peer_connection::disconnect()
|
2018-09-06 16:42:04 -07:00 |
Alden Torres
|
9b2f6042bb
|
more use of index range and lint oriented refactor in torrent.cpp
|
2018-09-05 22:32:58 -07:00 |
arvidn
|
78a344bd8b
|
merged RC_1_1 into master
|
2018-09-05 08:25:14 -07:00 |
Steven Siloti
|
a9bccceccd
|
fix seed count when attaching a peer is aborted
|
2018-09-04 13:45:13 +02: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
|
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
|
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 |
Steven Siloti
|
92f1937b97
|
fix typo in #if tests for TORRENT_DISABLE_ENCRYPTION
|
2018-07-29 09:04:16 +02:00 |