Arvid Norberg
|
20f65946f2
|
make single-argument constructors explicit (#1194)
make single-argument constructors explicit
|
2016-10-08 14:07:11 -04:00 |
Alden Torres
|
c05e29c48e
|
trivial cleanup and minor changes (#1033)
|
2016-08-26 00:14:11 -04:00 |
Alden Torres
|
bb388563b3
|
refactor to use torrent_info with std::shared_ptr (#1006)
|
2016-08-17 17:26:35 -04:00 |
Alden Torres
|
7cee486cf7
|
extensions refactor to use span and std::shared_ptr (#1005)
extensions refactor to use span. use std::shared_ptr instead of boost::shared_ptr.
|
2016-08-17 14:30:24 -04:00 |
arvidn
|
8c8c3d5587
|
replace boost::function with std::function
|
2016-08-13 07:07:26 -04:00 |
Alden Torres
|
a966458f8c
|
minor cleanup (#997)
minor cleanup
|
2016-08-12 19:24:03 -04:00 |
Alden Torres
|
0b3c64ee87
|
added TORRENT_EXPORT to avoid link weak symbol warning (#975)
|
2016-08-02 00:15:26 -04:00 |
Arvid Norberg
|
ed077c8358
|
use cstdint intead of boost/cstdint.hpp (#833)
use cstdint intead of boost/cstdint.hpp
|
2016-06-18 14:01:38 -04:00 |
Arvid Norberg
|
0dcdf79dbf
|
re-arrange flags enums in add_torrent_params (#810)
|
2016-06-12 21:12:48 -04:00 |
arvidn
|
edf9f8070d
|
merged RC_1_1 into master
|
2016-06-04 14:09:19 -04:00 |
Arvid Norberg
|
3624ce6cfd
|
fixed crash on invalid input in http_parser (#782)
fixed crash on invalid input to http_parser
|
2016-06-04 09:53:23 -04:00 |
arvidn
|
ec182492cc
|
improve add_torrent_params::flags documentation and fix related logging bug
|
2016-05-30 16:36:44 -07:00 |
Arvid Norberg
|
748af6eec1
|
general cleanup. remove valgrind markup, log_hash_failures and C headers (#752)
general cleanup. remove valgrind markup, log_hash_failures and C headers
|
2016-05-23 08:15:39 -04:00 |
Alden Torres
|
b85b501d92
|
Using address::is_multicast instead util function (#686)
|
2016-05-01 18:15:25 -04:00 |
Arvid Norberg
|
f0d95f5e3e
|
remove RSS feature (#662)
remove RSS feature
|
2016-04-29 15:54:21 -04:00 |
Alden Torres
|
99e5db1925
|
Missing <map> include in add_torrent_params.hpp (#653)
|
2016-04-27 12:27:52 -04:00 |
arvidn
|
96e2693d13
|
merge RC_1_1 into master
|
2016-03-19 16:02:46 -04:00 |
arvidn
|
85f615132b
|
fix documentation mentions of session_settings to refer to settings_pack. clean out some outdated disk instrumentation docs
|
2016-03-18 16:40:52 -04:00 |
arvidn
|
cc8066bf11
|
properly deprecated adding torrents by http url
|
2016-02-21 11:31:42 -05:00 |
arvidn
|
a5d131b1bb
|
post fastresume_reject_alerts when building with deprecated functions enabled
|
2016-02-20 13:26:21 -05:00 |
arvidn
|
cc49b876bb
|
add flag for initializing m_need_save_resume_data when adding torrent
|
2016-02-20 13:26:21 -05:00 |
arvidn
|
4ef55073e3
|
transition mapped_files over to the new add_torrent_params
|
2016-02-20 02:00:07 -05:00 |
arvidn
|
6e88771981
|
transition merkle tree support over to the new read_resume_data()
|
2016-02-20 02:00:07 -05:00 |
arvidn
|
6223057b1e
|
added support for pieces, verified pieces and piece_priorities in new resume data scheme
|
2016-02-20 02:00:07 -05:00 |
arvidn
|
a60bbe0a1c
|
fix loading of peers and banned_peers from resume_data
|
2016-02-20 02:00:07 -05:00 |
arvidn
|
35b998f90d
|
introduce backwards-compatibility, of loading resume data and merging it with the add_torrent_params. add some more missing fields. deprecate some more flags in add_torrent_params
|
2016-02-20 02:00:07 -05:00 |
arvidn
|
197ded5a0d
|
revamp the way resume data is read, by providing a function for the client to parse resume data, capturing it in add_torrent_params
|
2016-02-20 02:00:06 -05:00 |
arvidn
|
2e5e11859f
|
soft deprecate support for adding torrents by HTTP URL (remove from documentation)
|
2016-02-18 18:34:45 -05:00 |
arvidn
|
1f9f588e75
|
merge copyright year update and changelog from RC_1_0
|
2016-01-17 18:57:46 -05:00 |
Alden Torres
|
7b34379c87
|
Doc typos
|
2016-01-05 08:31:04 -05:00 |
Alden Torres
|
e3fc859754
|
A few documentation typos.
|
2015-12-11 08:45:08 -05:00 |
arvidn
|
f03cefceb6
|
fix documentation bugs
|
2015-11-20 01:00:39 -05:00 |
arvidn
|
51c6079c42
|
add stop-when-ready feature, to support checking torrents without starting the download afterwards
|
2015-10-04 13:08:23 -04:00 |
arvidn
|
a00e5aa6c7
|
forward port patch to have resume data web seeds override .torrent file web seeds, and a flag to merge them
|
2015-09-30 00:41:41 -04:00 |
Steven Siloti
|
e6b3df3696
|
pass torrent_handle by const ref in the plugin api
|
2015-07-25 09:57:55 -07:00 |
Steven Siloti
|
fbc67b4e21
|
switch to torrent_handle in plugin api
|
2015-07-23 19:52:23 -07:00 |
arvidn
|
7a3cabfe12
|
fixed some resume issues, specifically around file priorities and override resume data
|
2015-07-16 21:56:06 -04:00 |
Steven Siloti
|
9bf1d6c5e9
|
peer_connection_handle
|
2015-07-12 14:40:03 -07:00 |
Arvid Norberg
|
d43f7b56a2
|
update copyright year
|
2015-06-03 05:18:48 +00:00 |
Arvid Norberg
|
fad1c42970
|
documetation fixes and polish
|
2015-03-14 21:55:26 +00:00 |
Arvid Norberg
|
790ef041bf
|
merged changes from RC_1_0
|
2014-12-07 07:22:39 +00:00 |
Arvid Norberg
|
aae56c991c
|
merged changes from RC_1_0
|
2014-11-08 16:58:18 +00:00 |
Arvid Norberg
|
7351389ce8
|
land libtorrent_aio branch in trunk
|
2014-07-06 19:18:00 +00:00 |
Arvid Norberg
|
6ed95d7f82
|
support storing save_path in resume data
|
2014-06-12 22:39:41 +00:00 |
Arvid Norberg
|
903ac3b268
|
reference documentation cleanup
|
2014-04-28 04:46:33 +00:00 |
Arvid Norberg
|
9e94a73ddd
|
support web seeds in magnet links
|
2014-04-15 09:31:28 +00:00 |
Arvid Norberg
|
a943fec777
|
update copyright
|
2014-02-23 19:12:25 +00:00 |
Arvid Norberg
|
4e6b1cfbfb
|
update copyright
|
2013-12-25 17:07:16 +00:00 |
Arvid Norberg
|
be8c918158
|
fix TORRENT_DISABLE_EXTENSIONS issues (specifically when enabling it)
|
2013-12-20 08:35:29 +00:00 |
Arvid Norberg
|
2f43f2c428
|
documentation fixes
|
2013-12-19 06:51:03 +00:00 |