arvidn
|
c9333849e6
|
deprecate relative times in torrent_status, replaced by std::chrono::time_point
|
2016-11-12 17:37:10 -05:00 |
arvidn
|
583082a3a0
|
merged RC_1_1 into master
|
2016-11-09 19:53:55 -05:00 |
arvidn
|
f33d1b32e3
|
add trackers from add_torrent_params/magnet links to separate tiers
|
2016-11-09 18:44:01 -05:00 |
arvidn
|
b97bb84a9f
|
merge RC_1_1 into master
|
2016-10-29 14:25:57 -04:00 |
Arvid Norberg
|
7476f7875e
|
don't check file-sizes resume data for files that likely is in the partfile (#1268)
|
2016-10-29 13:53:24 -04:00 |
Arvid Norberg
|
d1a59879cb
|
deprecate mmap_cache (#1269)
deprecated mmap_cache feature
|
2016-10-29 13:42:42 -04:00 |
arvidn
|
500bb24dba
|
merged RC_1_1 into master
|
2016-10-26 23:30:58 -04:00 |
Arvid Norberg
|
61af222d92
|
add utility function for generating peer ID fingerprint (#1249)
add utility function for generating peer ID fingerprint
|
2016-10-25 08:03:26 -04:00 |
arvidn
|
b1e22e6183
|
merged RC_1_1 into master
|
2016-10-20 00:36:54 -04:00 |
Arvid Norberg
|
5012fcf10b
|
fix bug in last-seen-complete (#1234)
|
2016-10-20 00:15:26 -04:00 |
Alden Torres
|
ded3ed6abf
|
refactor in alert types to use more const fields and more clear API (#1222)
refactor in alert types to use more const fields and more clear API
|
2016-10-19 01:32:15 -04:00 |
Alden Torres
|
0f20af3710
|
minor refactor, consts and cleanup in alerts (#1210)
minor refactor, consts and cleanup in alerts
|
2016-10-16 03:12:41 -04:00 |
Arvid Norberg
|
c18c12a144
|
remove ghost torrent/torrent eviction feature. (#1214)
remove ghost torrent/torrent eviction feature. It was very complex and did not solve the problem very well
|
2016-10-15 13:32:59 -04:00 |
Arvid Norberg
|
e0c8ad738d
|
include target in DHT lookups, when queried from the session (#1207)
|
2016-10-12 23:39:00 -04:00 |
Arvid Norberg
|
8bb7aa62ae
|
generalize and improve http redirect support for web seeds (#1060)
generalize and improve http redirect support for web seeds
|
2016-10-02 23:08:03 -07:00 |
Arvid Norberg
|
48a647a169
|
String view entry (#1147)
make entry support string_view in its interface, and make it efficient when in in C++14
|
2016-09-24 06:10:54 -07:00 |
arvidn
|
70199041f7
|
merged RC_1_1 into master
|
2016-09-22 13:48:12 -07:00 |
Arvid Norberg
|
b20b3ad1ac
|
remove file size limit in torrent_info filename constructor (#1126)
|
2016-09-21 19:54:42 -07:00 |
Arvid Norberg
|
f712caa80d
|
deprecate send_stats property on trackers (since lt_tracker extension has been removed) (#1125)
|
2016-09-21 16:54:49 -07:00 |
Arvid Norberg
|
3e7e806a77
|
deprecate old session_settings API (use settings_pack instead) (#1117)
deprecate old session_settings API (use settings_pack instead)
|
2016-09-20 23:49:23 -07:00 |
arvidn
|
85a2a5c5cb
|
don't send user-agent in metadata http downloads or UPnP requests when in anonymous mode
|
2016-09-18 17:16:03 -07:00 |
Arvid Norberg
|
acf77a5385
|
fix tail-padding for last file in create_torrent (#1106)
|
2016-09-18 20:08:27 -04:00 |
Arvid Norberg
|
527772420a
|
fix tail padding in file_storage::optimize and improve file placement with some tests (#1105)
|
2016-09-18 00:24:20 -04:00 |
arvidn
|
30ead81690
|
update Changelog
|
2016-09-15 00:00:05 -04:00 |
arvidn
|
33414de68d
|
merged RC_1_1 into master
|
2016-09-11 21:01:03 -04:00 |
Alden Torres
|
e4a27c0b4b
|
backport of fix in resolve_links::match (#1068)
backport of fix in resolve_links::match
|
2016-09-06 18:30:30 -04:00 |
Arvid Norberg
|
5f5589d137
|
deprecate and remove remote_dl_rate feature (#1051)
deprecate and remove remote_dl_rate feature
|
2016-09-01 09:43:08 -04:00 |
Alden Torres
|
bf0008933a
|
refactor to use std::shared_ptr with peer_connection, core and tests (#1050)
|
2016-08-31 21:42:18 -04:00 |
arvidn
|
b554909486
|
hint DHT bootstrap nodes of actual bootstrap request
|
2016-08-30 21:15:35 -04:00 |
arvidn
|
74fc0fae9d
|
merged RC_1_1 into master
|
2016-08-21 16:28:49 -04:00 |
Arvid Norberg
|
debf3c6e36
|
update puff.c for gzip inflation (#1022)
update puff.c for gzip inflation
|
2016-08-21 14:43:44 -04:00 |
Arvid Norberg
|
80e5ce9b32
|
add a default DHT bootstrap node when it's enabled on session startup (#1008)
make the dht bootstrap nodes part of settings_pack instead, to make it possible to set them on startup. and add default
|
2016-08-21 12:15:19 -04:00 |
Alden Torres
|
5789b02e1b
|
storage_interface refactor to use span and references (#1007)
storage_interface refactor to use span and references
|
2016-08-18 11:57:50 -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 |
Alden Torres
|
f51e782905
|
using string_view in node::incoming_request and plugin::on_dht_request (#1001)
use string_view in node::incoming_request. changed plugin::on_dht_request to use string_view
|
2016-08-15 16:17:13 -04:00 |
Arvid Norberg
|
8007b947fd
|
make pad-file and symlink support conform to BEP47 (#992)
make pad-file and symlink support conform to BEP47
|
2016-08-07 22:37:10 -04:00 |
arvidn
|
42b3fbe20a
|
merged RC_1_1 into master
|
2016-08-07 17:23:40 -04:00 |
arvidn
|
354a866636
|
update changelog
|
2016-08-07 15:31:48 -04:00 |
arvidn
|
680a09cfa5
|
merged RC_1_1 into master
|
2016-07-26 02:14:58 -04:00 |
terry zhao
|
48ca20968e
|
fix value of current_tracker when all tracker failed (#932)
fix torrent_status::current_tracker when all trackers fail.
|
2016-07-26 01:13:28 -04:00 |
Arvid Norberg
|
118d06b780
|
remove deprecated extensions lt_trackers and metadata_transfer (#941)
|
2016-07-24 23:39:56 -04:00 |
Arvid Norberg
|
6370d5bc81
|
deprecate lt_trackers extension (#940)
deprecate lt_trackers extension
|
2016-07-24 23:37:03 -04:00 |
Steven Siloti
|
3321ca10f1
|
update our id in the rpc manager when it changes (#942)
update our id in the rpc manager when it changes
|
2016-07-24 21:30:36 -04:00 |
Arvid Norberg
|
f05fad0d41
|
remove load_asnum_db and load_country_db from python bindings (#930)
|
2016-07-21 18:10:29 -07:00 |
arvidn
|
e405f0e02f
|
merged RC_1_1 into master
|
2016-07-20 11:34:29 -07:00 |
Arvid Norberg
|
80fba1f748
|
fix crash in session::get_ip_filter when not having set one (#914)
|
2016-07-17 14:23:54 -07:00 |
arvidn
|
2df81d0927
|
Merge branch 'RC_1_1'
|
2016-07-09 02:21:39 -04:00 |
Arvid Norberg
|
e079d0291e
|
fix filename escaping when repairing torrents with broken web seeds (#892)
fix filename escaping when repairing torrents with broken web seeds
|
2016-07-07 02:22:15 -04:00 |
arvidn
|
98af1cd54e
|
merged RC_1_1 into master
|
2016-07-05 18:03:06 -04:00 |