Arvid Norberg
|
57e56d5070
|
factor out logic around adding torrents to the session into insert_torrent()
|
2019-03-03 12:56:24 +01:00 |
Amir Abrams
|
d733dd7e51
|
Add missing new line to DHT put test tool
|
2019-03-02 21:45:31 +01:00 |
Arvid Norberg
|
4dd9325277
|
minor fix for warning of infinite loops
|
2019-03-02 21:41:55 +01:00 |
Arvid Norberg
|
e106602f49
|
allow padfiles of equal size to share the same filename
|
2019-03-01 16:09:53 +01:00 |
Arvid Norberg
|
ed867e0062
|
improve test_torrent_info to make it easier to add more test cases for duplicate files
|
2019-03-01 16:09:53 +01:00 |
Arvid Norberg
|
57017e3ace
|
noreturn attribute is standard in C++11
|
2019-02-27 17:11:15 +01:00 |
arvidn
|
9bd5f424d3
|
use standard __func__ identifier instead of extensions
|
2019-02-26 23:59:43 +01:00 |
Amir Abrams
|
f5cf102e3c
|
Add examples, tools, and python binding binaries to gitignore
|
2019-02-24 12:28:17 +01:00 |
Amir Abrams
|
97c23366f3
|
Remove duplicate word in comments like "the the"
|
2019-02-24 12:28:17 +01:00 |
arvidn
|
4473a8d0ce
|
fix seed_mode flag
|
2019-02-24 10:20:20 +01:00 |
arvidn
|
3891f77253
|
fix naming in test_dht. don't include deprecated header (lazy_entry) unless required
|
2019-02-21 23:05:42 +01:00 |
arvidn
|
82900c441c
|
remove redundant virtual in custom_storage.cpp
|
2019-02-20 09:47:55 +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 |
arvidn
|
f67fb0850f
|
fix example of custom storage
|
2019-02-19 01:47:12 +01:00 |
arvidn
|
e08dc0b21d
|
use std::array<> and span<> in torrent_view and correct snprintf() usage
|
2019-02-18 13:48:34 +01:00 |
arvidn
|
c63c36880f
|
merged RC_1_1 into RC_1_2
|
2019-02-17 19:06:33 +01:00 |
arvidn
|
c9d9371065
|
add missing get_torrent_status() and refresh_torrent_status() to python binding
|
2019-02-17 02:52:22 +01:00 |
arvidn
|
1b7884b220
|
support numeric suffixes to magnet link parameter names
|
2019-02-15 23:15:38 +01:00 |
arvidn
|
42bf915437
|
update documentation for the seed_mode flag
|
2019-02-15 22:08:47 +01:00 |
arvidn
|
ffe56bdb26
|
update documentation regarding recommendations of post_torrent_updates()
|
2019-02-15 18:31:13 +01:00 |
arvidn
|
f88f95e477
|
remove outdated paragraph from the storage_interface documentation
|
2019-02-14 16:19:13 +01:00 |
arvidn
|
a24afe8524
|
consistently use lt namespace in examples and documentation
|
2019-02-13 18:13:55 +01:00 |
arvidn
|
aa7f29c17a
|
fix exporting of from_span type-tag
|
2019-02-13 00:15:41 +01:00 |
arvidn
|
748bb81570
|
include sha1.cpp in the build unconditionally, match build configuration options to using built-in sha1 and defining it
|
2019-02-13 00:14:53 +01:00 |
arvidn
|
9e376cae9f
|
fix warning in gcrypt usage
|
2019-02-12 21:01:21 +01:00 |
gubatron
|
69cff71cb6
|
Added FrostWire's client ID
As accepted in last amendment of bep_0020.rst on github.com/bittorrent/bittorrent.org
See: 7cb4ec93ea
|
2019-02-12 13:27:43 +01:00 |
arvidn
|
a2196a4194
|
fix warning in session_impl
|
2019-02-12 00:58:40 +01:00 |
Steven Siloti
|
d33b0506a0
|
don't try to hash empty read in do_uncached_hash
|
2019-02-11 10:38:28 +01:00 |
arvidn
|
0cbfef99b7
|
don't retry a failed *build* on travis
|
2019-02-09 22:21:11 +01:00 |
arvidn
|
8fc69f5d2e
|
don't copy a vector into the async_write operation for iovec. Since the chained_buffer will own the vector anyway, just make it return a span and copy that
|
2019-02-09 17:45:47 +01:00 |
Arvid Norberg
|
3ce277ba7f
|
merged RC_1_1 into RC_1_2
|
2019-01-23 00:11:59 +01:00 |
Arvid Norberg
|
26ebc289ae
|
remove unnecessary include of boost.endian header
|
2019-01-22 15:59:28 +01:00 |
Arvid Norberg
|
2bf42f2afd
|
hide internal make_udp and make_tcp functions
|
2019-01-22 15:56:48 +01:00 |
Arvid Norberg
|
71f275d92b
|
replace use of (deprecated) boost.endian with boost.prefef
|
2019-01-22 00:50:47 +01:00 |
arvidn
|
bfc579e61f
|
add missing cstdarg include
|
2019-01-21 01:26:15 +01:00 |
arvidn
|
8270751163
|
on linux, link against lbdl when using openssl
|
2019-01-21 01:25:44 +01:00 |
Arvid Norberg
|
77bd5c9c7e
|
remove some c++98 fallback code
|
2019-01-20 18:28:51 +01:00 |
arvidn
|
08bceec4c7
|
fix typo in win_crypto_provider assignment operator
|
2019-01-20 02:07:54 +01:00 |
Alden Torres
|
f23daa8262
|
marked final error category classes, avoid -Wnon-virtual-dtor
|
2019-01-20 00:38:25 +01:00 |
arvidn
|
c75dc073e1
|
update CI branches
|
2019-01-13 14:49:08 +01:00 |
Alden Torres
|
88d018bb67
|
simple test for file_progress::update
|
2019-01-13 02:40:15 +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
|
adeceb4b92
|
fix deprecation macro and auto in client_test
|
2019-01-12 23:24:41 +01:00 |
arvidn
|
f4f1425115
|
use UNC paths pervasively on windows
|
2019-01-12 21:00:40 +01:00 |
arvidn
|
3a1e546a6c
|
merged RC_1_1 int master
|
2019-01-12 16:02:46 +01:00 |
arvidn
|
8b067310b1
|
merged RC_1_1 into master
|
2019-01-12 00:53:45 +01:00 |
arvidn
|
434272519f
|
update Changelog
|
2019-01-11 12:25:31 +01:00 |
arvidn
|
b443d33430
|
bump version number
|
2019-01-11 11:30:37 +01:00 |
arvidn
|
786d78b6c9
|
only allow cwnd to be reduced so often
|
2019-01-11 02:15:11 +01:00 |
Alden Torres
|
c128afeebf
|
update minimum boost to 1.58, using xenial in travis
|
2019-01-11 02:04:52 +01:00 |