arvidn
|
e37e4bfe8a
|
include user-agent in tracker announces in anonymous_mode for private torrents
|
2017-03-12 21:10:00 -04:00 |
Arvid Norberg
|
3f90501934
|
add support for IPv6 peers from udp trackers (#1802)
add support for IPv6 peers from udp trackers
|
2017-03-11 02:46:51 -05:00 |
arvidn
|
08c05b9693
|
correctly URL encode the IPv6 argument to trackers
|
2017-03-10 02:27:51 -05:00 |
arvidn
|
dec8c853e3
|
fix default file pool size on windows
|
2017-03-09 23:26:53 -05:00 |
arvidn
|
5cb12318c5
|
fix bug where settings_pack::file_pool_size setting was not being honored
|
2017-03-09 08:18:10 -05:00 |
arvidn
|
faa2029f8b
|
add feature to periodically close files (to make windows clear disk cache)
|
2017-03-06 23:46:47 -05:00 |
arvidn
|
af07ce1f25
|
fix issue with peers not updated on metadata from magnet links
|
2017-03-06 18:45:58 -05:00 |
arvidn
|
ff106f8c9e
|
default TOS marking to 0x20
|
2017-02-25 13:34:53 -05:00 |
arvidn
|
6d40d3a167
|
bump version number
|
2017-02-20 12:43:34 -05:00 |
arvidn
|
7b61313b99
|
fix invalid access when leaving seed-mode with outstanding hash jobs
|
2017-02-17 15:37:56 -05:00 |
arvidn
|
cbd1c26a11
|
fix ABI compatibility issue introduced with preformatted entry type
|
2017-02-12 20:42:30 -05:00 |
ximply
|
c4d96c7aa9
|
add web_seed_name_lookup_retry to session_settings (#1674)
add web_seed_name_lookup_retry to session_settings to control web seed
name lookup retry in seconds, default is 1800 seconds
|
2017-02-07 01:34:52 -05:00 |
Arvid Norberg
|
692759ba81
|
slightly improve proxy settings backwards compatibility-1.1 (#1664)
slightly improve proxy settings backwards compatibility
|
2017-02-06 00:01:04 -05:00 |
arvidn
|
7ff4f56ae2
|
add function to get default settings
|
2017-02-05 11:31:43 -05:00 |
Arvid Norberg
|
0a26ed8d1e
|
fix issue where updates to super seeding state would not include the torrent in the state_update_alert (#1659)
|
2017-02-04 16:09:42 -05:00 |
Arvid Norberg
|
4733670aa1
|
fix issue where num_seeds could be greater than num_peers in torrent_status (#1645)
fix issue where num_seeds could be greater than num_peers in torrent_status
|
2017-02-01 01:39:09 -05:00 |
arvidn
|
1bef80c3fa
|
report the true state of super_seeding of a torrent. If the torrent leaves finished or seeding state, it will clear it already
|
2017-01-28 21:27:25 -05:00 |
Arvid Norberg
|
ba9fae8e1f
|
fix issue with unloading torrents (#1624)
fix issue with unloading torrents
|
2017-01-25 23:42:59 -05:00 |
arvidn
|
b19cb7bd87
|
fixed finished-time calculation
|
2017-01-25 01:56:19 -05:00 |
arvidn
|
62db98ca09
|
add missing min_memory_usage() and high_performance_seed() settings presets to python
|
2017-01-24 01:34:05 -05:00 |
arvidn
|
132be5101f
|
fix stat cache issue that sometimes would produce incorrect resume data
|
2017-01-22 18:14:10 -05:00 |
arvidn
|
6d17f0fb66
|
storage optimization to peer classes
|
2017-01-21 01:23:07 -05:00 |
Falco
|
c57d062e0d
|
fix torrent name in alerts of builds with deprecated functions and use non deprecated for internal calls
|
2017-01-20 19:05:05 -05:00 |
arvidn
|
c7c204280a
|
make sure torrent_info::is_valid returns false when the file fails to load
|
2017-01-18 23:58:33 -05:00 |
Falcosc
|
a07ffe42f8
|
fix torrent peer class index overflow (#1557)
fix peer class index width
|
2017-01-16 18:20:43 -05:00 |
Arvid Norberg
|
04589f3bef
|
don't load user_agent and peer_fingerprint from session_state (#1538)
don't load user_agent and peer_fingerprint from session_state
|
2017-01-15 01:21:52 -05:00 |
Arvid Norberg
|
2120a13869
|
fix file rename issue with name prefix matching torrent name (#1524)
fix file rename issue with name prefix matching torrent name
|
2017-01-13 00:39:49 -05:00 |
arvidn
|
39866c2306
|
fix division by zero when setting tick_interval > 1000
|
2017-01-07 15:21:02 -05:00 |
arvidn
|
7957e2a30e
|
fix move_storage() to its own directory (would delete the files)
|
2017-01-03 21:09:26 -05:00 |
arvidn
|
ad7e796d05
|
fix socks5 support for UDP. based on patch in https://github.com/arvidn/libtorrent/issues/1373
|
2016-12-19 23:52:53 -05:00 |
Falcosc
|
8adcbdd32b
|
add setting urlseed_max_request_bytes to handle large web seed requests #1405 (#1423)
add setting urlseed_max_request_bytes to handle large web seed requests. change default for urlseed max request to 16MIB
|
2016-12-18 15:58:14 -05:00 |
arvidn
|
a39f3714b2
|
fix python build with CC/CXX environment
|
2016-12-08 18:39:43 -05:00 |
arvidn
|
f201cf5eeb
|
fix Changelog
|
2016-11-19 14:27:26 -05:00 |
arvidn
|
f33d1b32e3
|
add trackers from add_torrent_params/magnet links to separate tiers
|
2016-11-09 18:44:01 -05: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 |
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 |
Arvid Norberg
|
5012fcf10b
|
fix bug in last-seen-complete (#1234)
|
2016-10-20 00:15:26 -04:00 |
Arvid Norberg
|
b20b3ad1ac
|
remove file size limit in torrent_info filename constructor (#1126)
|
2016-09-21 19:54:42 -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 |
arvidn
|
30ead81690
|
update Changelog
|
2016-09-15 00:00:05 -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 |
arvidn
|
b554909486
|
hint DHT bootstrap nodes of actual bootstrap request
|
2016-08-30 21:15:35 -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 |
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
|
354a866636
|
update changelog
|
2016-08-07 15:31:48 -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
|
6370d5bc81
|
deprecate lt_trackers extension (#940)
deprecate lt_trackers extension
|
2016-07-24 23:37:03 -04:00 |