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 |
Alden Torres
|
6a13d14f11
|
more use of const modifier
|
2018-08-15 07:41:41 +02:00 |
arvidn
|
3d0e5fdec9
|
add python test for add_torrent_params and run the tests less verbose on travis and appveyor
|
2018-08-14 07:24:19 +02:00 |
arvidn
|
6620b6e774
|
dial back the connect boost a bit from recent update
|
2018-08-13 19:17:01 +02:00 |
arvidn
|
b3dbce5790
|
merge RC_1_1 into master
|
2018-08-13 09:32:17 +02:00 |
arvidn
|
0e96ae2906
|
fix building with newer version of boost build, remove old option to turn off PIC on darwin
|
2018-08-13 07:09:24 +02:00 |
arvidn
|
e229a36001
|
fix doozer script for macos
|
2018-08-12 22:49:08 +02:00 |
arvidn
|
d55200af9d
|
minor simplification of bytes_left(), remove quantized_bytes_done()
|
2018-08-11 08:29:45 +02:00 |
d_komarov
|
0bcf6cef23
|
Fix exporting files
To avoid overwriting existing files, before exporting anything from a
parts file, check whether it contains valid data.
|
2018-08-10 20:21:29 +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 |
arvidn
|
28bd7102be
|
fix some conversion warnings by using std::abs() instead of fabs()
|
2018-08-09 16:11:25 +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
|
b7adf89f55
|
make client_test able to include connection attempts in peer list
|
2018-08-08 15:45:09 +02:00 |
arvidn
|
51fb1e3d6b
|
tweak the auto-cache-size logic to have slightly smaller cache
|
2018-08-06 14:06:32 +02:00 |
arvidn
|
c426ba88d4
|
fix buffer offset bug recently introduced to disk_io_thread::do_read()
|
2018-08-06 13:16:41 +02:00 |
arvidn
|
eae4307da2
|
in client_test, print the number of pieces downloaded in the torrent list, and improve printing of padfiles in file list
|
2018-08-05 16:25:03 +02:00 |
arvidn
|
3416da41d9
|
fix narrowing warning
|
2018-08-03 21:02:44 +02:00 |
Arvid Norberg
|
6caddf6b8e
|
fix deprecation of mmap_cache
|
2018-08-03 12:51:04 +02:00 |
Arvid Norberg
|
a11bdecfcd
|
update fwd.hpp
|
2018-08-03 09:39:16 +02:00 |
Arvid Norberg
|
149c24e549
|
make test_ssl less likely to fail spuriously
|
2018-08-02 23:17:38 +02:00 |
arvidn
|
70d64327fd
|
bump checking_mem_usage to be higher than the default in the high_performance_seed preset
|
2018-08-02 23:15:51 +02:00 |
arvidn
|
5f7252b32b
|
add missing increment of on_disk_counter and num_blocks_hashed counters
|
2018-08-02 23:15:00 +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 |
Arvid Norberg
|
d7a60442bd
|
build enum_if with the same configuration as the other tests (to avoid building libtorrent twice)
|
2018-07-29 13:10:36 +02:00 |
Arvid Norberg
|
df3068ab19
|
fix doozer script
|
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
|
7980447480
|
added missing stats_metric python binding
|
2018-07-29 00:44:48 +02:00 |
arvidn
|
6f4f394f29
|
fix sonarcube badge typo
|
2018-07-28 14:34:02 +02:00 |
arvidn
|
15c9162f78
|
fix sonarcube badge and add a few more ones
|
2018-07-28 14:29:11 +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
|
27836ede70
|
run clang tidy on travis
|
2018-07-24 21:37:37 +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 |
arvidn
|
acbe3c1880
|
catch exceptions out of the python notify callback and ignore them
|
2018-07-24 15:07:40 +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 |
arvidn
|
32ec937f1e
|
fix python style
|
2018-07-21 20:55:47 +02:00 |
arvidn
|
6c6dfb3de5
|
merged RC_1_1 into master
|
2018-07-21 18:38:24 +02:00 |
arvidn
|
b3e26d08f0
|
fix GCC 7 warnings and improve test_primitives a bit
|
2018-07-20 23:35:49 +02:00 |