arvidn
|
7538d68086
|
clean up integer_to_str() function
|
2018-11-17 17:21:06 +01:00 |
arvidn
|
66a8f133b0
|
merged RC_1_1 into master
|
2018-11-17 14:38:43 +01:00 |
airium
|
25a1f12991
|
Fix redundant bytes overflow
|
2018-11-17 12:17:24 +01:00 |
arvidn
|
3126e8f39e
|
improve type-safety a bit in the hole-punch code
|
2018-11-17 00:49:29 +01:00 |
arvidn
|
e3c5b6c13c
|
add rvalue ref overload of apply_settings() to avoid copying the whole settings_pack object
|
2018-11-17 00:44:25 +01:00 |
arvidn
|
7103b12cb7
|
remove typed_span type
|
2018-11-17 00:43:58 +01:00 |
arvidn
|
6381b35891
|
bump verson to 1.1.11.0
|
2018-11-16 15:52:16 +01:00 |
arvidn
|
8c18baf10e
|
check for self-assignment in bitfield operator=
|
2018-11-16 14:23:46 +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
|
5929ad4cae
|
merge RC_1_1 into master (again)
|
2018-11-15 22:55:52 +01:00 |
arvidn
|
29cddaa23e
|
merged RC_1_1 into master
|
2018-11-15 15:19:24 +01:00 |
arvidn
|
164982c63a
|
pass the dht item object by const reference instead of by value
|
2018-11-15 00:18:53 +01:00 |
arvidn
|
6d886f29a9
|
support moving the whole add_torrent_params object into the add_torrent call on session
|
2018-11-14 19:11:11 +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
|
437887ca37
|
pass add_torrent_params by const reference in deprecated add_magnet_uri functions. They are large to copy but since they're deprecated aren't worth the trouble of having an rvalue reference overload
|
2018-11-13 09:14:42 +01:00 |
arvidn
|
4d88c83576
|
add rvalue reference overloads for add_torrent_params, settings_pack and session_params. Those structures are pretty large so being able to take them by rvalue reference may be beneficial
|
2018-11-13 08:05:56 +01:00 |
arvidn
|
049b090e8d
|
detect cases where TORRENT_EXPORT is placed where gen_reference_doc.py ignores it, and fix the code
|
2018-11-13 07:44:28 +01:00 |
arvidn
|
87041b40d5
|
perfect forward async handlers for udp_socket to underlying asio socket
|
2018-11-13 07:42:19 +01:00 |
arvidn
|
2d6a6a24ae
|
move the whole add_torrent_params object into save_resume_data_alert
|
2018-11-13 01:03:16 +01:00 |
arvidn
|
e0c1b3403c
|
add header guards to ConvertUTP.h and fixedint.h
|
2018-11-12 17:56:16 +01:00 |
arvidn
|
8d40cf6227
|
remove redundant MTU boundary checks
|
2018-11-12 14:08:00 +01:00 |
arvidn
|
dc7cc3ef37
|
bump max size of read/write handlers
|
2018-11-12 09:07:58 +01:00 |
arvidn
|
f6e5007044
|
add include guards to assert.hpp
|
2018-11-12 08:55:23 +01:00 |
arvidn
|
ffdd34a41a
|
add include guard to puff.hpp
|
2018-11-12 08:54:56 +01:00 |
arvidn
|
69485558ef
|
factor out duplicate code in piece_picker, upnp and lazy_bdecode
|
2018-11-10 15:17:57 +01:00 |
arvidn
|
9d26f4f96c
|
fix asio-debugging build of dht test
|
2018-11-09 16:39:39 +01:00 |
arvidn
|
30706adfb7
|
convert classic for-loops to range-for loops. revert use of CHAR_BIT macro (we use fixed width types, not char)
|
2018-11-08 13:48:20 +01:00 |
arvidn
|
a06a78ee1c
|
fix of asio-debugging build in natpmp. resend_request could be called directly, not only as a handler for an async operation
|
2018-11-08 08:40:54 +01:00 |
arvidn
|
e2f8bce539
|
add tests for low level I/O functions, read_* and write_*. also turn some raw for loops into range-for loops in the I/O functions
|
2018-11-07 14:35:30 +01:00 |
arvidn
|
1f9e74f40d
|
merged RC_1_1 into master
|
2018-11-06 23:57:04 +01:00 |
Arvid Norberg
|
cec300234c
|
fix move_storage with save_path with a trailing slash
|
2018-11-06 23:46:18 +01:00 |
arvidn
|
6be8b395da
|
some cleanup turning memcmp() and memcpy() into span comparisons and std::copy(). some more use of random_bytes() instead of loops.
|
2018-11-05 18:52:45 +01:00 |
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
|
a5da48edd4
|
add missing boost/noncopyable include
|
2018-10-25 09:47:21 +02: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 |
Arvid Norberg
|
200bb494c3
|
bump version
|
2018-10-01 09:41:37 +02:00 |
arvidn
|
c437a24d78
|
renamed debug_notification to connect_notification
|
2018-09-28 17:28:34 -07:00 |
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 |
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 |