arvidn
|
269b71324e
|
improve log statement when not unchoking a peer
|
2018-08-27 13:43:48 +02:00 |
Arvid Norberg
|
c1b0c70c23
|
fall back to copy+remove if rename_file fails
|
2018-08-27 12:30:47 +02:00 |
arvidn
|
55215742af
|
merged RC_1_1 into master
|
2018-08-25 14:13:51 +02:00 |
Arvid Norberg
|
6e80f1f615
|
improve handling of filesystems not supporting fallocate()
|
2018-08-22 08:35:22 +02:00 |
Arvid Norberg
|
0550b7c5ab
|
fix documentation generation script, and fix running it on travis
|
2018-08-21 11:13:52 +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 |
Alden Torres
|
28c94b54ed
|
minor code refactor for more use of const and emplace
|
2018-08-20 08:06:37 +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 |
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 |