Commit Graph

1584 Commits

Author SHA1 Message Date
55024f9614 merged RC_1_2 into RC_2_0 2021-05-30 20:50:36 +02:00
fd572983f3 update Changelog 2021-05-30 20:15:28 +02:00
e87cfee693 merged RC_1_2 into RC_2_0 2021-05-27 09:56:19 +02:00
ccec090dfb bump version to 1.2.14 2021-05-25 14:44:18 +02:00
5715583c4a merged RC_1_2 into RC_2_0 2021-05-23 12:00:32 +02:00
7485773238 fix issue of accruing unlimited DHT node candidates when DHT is disabled 2021-05-22 01:45:39 +02:00
73d11f140a fix bug in chunked encoding 2021-05-21 21:34:15 +02:00
103e9fdbf0 active duration and graceful pause 2021-05-19 11:29:54 +02:00
ff8c2c8cb1 expose session_params in python bindings 2021-04-23 21:41:21 +02:00
c37c48a1cf fix (deprecated) use of add_torrent_params::info_hash 2021-04-18 22:23:56 +02:00
fd05f3be90 fix issue creating and loading v2 torrents with empty files 2021-04-18 17:17:52 +02:00
1dbda9293a merge RC_1_2 into RC_2_0 2021-04-13 14:55:51 +02:00
850753e750 update changelog 2021-04-12 02:37:20 +02:00
21f018beca merged RC_1_2 into RC_2_0 2021-03-28 08:51:56 +02:00
456c9448a5 add new torrent_file_with_hashes() which includes piece layers (#6083)
for creating .torrent files
2021-03-28 08:29:42 +02:00
e00a152678 use /etc/ssl/cert.pem to validate HTTPS trackers and web servers on MacOS 2021-03-28 08:15:23 +02:00
506f1f93c6 bump version 2021-03-22 00:58:51 +01:00
20f37f8253 add a file_prio_alert, posted when file priorities are applied 2021-03-21 13:56:31 +01:00
68daecdada merged RC_1_2 into RC_2_0 2021-03-16 20:59:46 +01:00
bbe554d4f6 allow no-interest timeouts of peer connections before all connections slots are full 2021-03-16 20:23:15 +01:00
861a6082ee merged RC_1_2 into RC_2_0 2021-03-13 00:24:33 +01:00
40a29c33e4 fix issue where a DHT message would count as an incoming connection 2021-03-12 21:37:19 +01:00
72a09da890 Merge branch 'RC_1_2' into RC_2_0 2021-03-07 15:39:29 +01:00
ed960c2562 fix issue when failing to parse outgoing_interfaces setting 2021-03-07 15:38:50 +01:00
a44057b6e9 fix issue where set_piece_hashes() would not propagate file errors 2021-03-06 22:49:15 +01:00
507e72d96e Merge branch 'RC_1_2' into RC_2_0 2021-03-05 23:27:44 +01:00
9cbedb49c3 fix super-seeding issue that could cause a segfault 2021-03-05 23:26:26 +01:00
6f26dc1001 clarify that torrent_info::total_size() include the size of pad-files 2021-03-04 15:10:03 +01:00
b28a83598f merged RC_1_2 into RC_2_0 2021-03-04 08:00:19 +01:00
18f578d54c fix python binding for get_torrent_status() where a predicate is passed in 2021-03-04 07:49:26 +01:00
a66f839cc6 fix need_save_resume_data() for renaming files, share-mode, upload-mode, disable- pex, lsd, and dht. 2021-03-04 07:45:43 +01:00
6aad9a4632 fix incoming TCP connections when using tracker-only proxy 2021-02-22 15:37:33 +01:00
9a6f502943 add missing python binding for event_t 2021-02-17 21:10:24 +01:00
16afd2fa9c merged RC_1_2 into RC_2_0 2021-02-10 00:05:38 +01:00
42da0c5cf5 bump version to 1.2.13 2021-02-09 23:07:47 +01:00
a929f7b562 add work-around for systems without fseeko() (such as Android) 2021-02-09 00:22:40 +01:00
76fbfd9051 generate convenience header libtorrent/libtorrent.hpp 2021-02-06 21:17:21 +01:00
834f477e0c increase the default setting for max_allowed_in_request_queue from 500 to 2000. The entries in this queue are relatively small, and allowing too few may negatively impact high-throughput peers 2021-02-01 13:55:44 +01:00
fa53a4d723 merged RC_1_2 into RC_2_0 2021-01-26 23:17:05 +01:00
14473d07af fix the complete() function, turning a path into an absolute path, to correctly strip the ./ prefix of a relative path 2021-01-26 15:39:55 +01:00
d8bbad389d fix load_file(), used to load files in the torrent_info constructor and the posix part file, to support non-ascii characters on windows 2021-01-26 10:39:26 +01:00
38738795c0 add std::hash<> specialization for info_hash_t 2021-01-25 17:00:44 +01:00
6fbaa71097 merged RC_1_2 into RC_2_0 2021-01-21 15:47:48 +01:00
7981fc31bc fix DHT upload rate limit overflow when set very high, or invoked very rarely 2021-01-21 14:27:17 +01:00
b44c86bece update changelog 2021-01-21 11:19:31 +01:00
58a489332c fix overflow of block_index in hash_picker for v2 torrents 2021-01-21 01:47:05 +01:00
ac1b534643 merged RC_1_2 into RC_2_0 2021-01-18 09:57:35 +01:00
9eaf9d831c fix overflow issue when rlimit_nofile is set to infinity 2021-01-17 17:14:25 +01:00
f606612b87 merged RC_1_2 into RC_2_0 2021-01-12 02:31:55 +01:00
a667df1fac fix issue in python binding interpreting int settings > INT_MAX 2021-01-12 02:27:03 +01:00