Jack Robison
13b3e4ba8e
v0.31.0rc5
2019-02-04 10:22:43 -05:00
Jack Robison
43799168ba
Merge pull request #1850 from lbryio/resume
...
Properly resume streams and fixup with statement
2019-02-04 10:18:31 -05:00
Victor Shyba
736a949cb5
resume streams on startup
2019-02-03 20:49:09 -03:00
Victor Shyba
11bb1cc7ee
use with clause to avoid leaking fds
2019-02-03 20:41:47 -03:00
Jack Robison
dbce49e567
Merge pull request #1849 from lbryio/fix-connection-status
...
Fix connection status
2019-02-03 17:00:14 -05:00
Jack Robison
dcd78bd86e
always delete file from downloads if download was not complete
2019-02-03 16:43:40 -05:00
Jack Robison
e5af041627
fix connection status message
2019-02-03 16:20:52 -05:00
Jack Robison
73f4e954e5
Merge pull request #1848 from lbryio/fix-announce-time
...
Fix setting blob announce time
2019-02-03 16:18:33 -05:00
Jack Robison
0a027cf2de
logging
2019-02-03 15:47:19 -05:00
Jack Robison
3f98b16800
fix blob announce time, use time.time instead of loop.time
2019-02-03 15:47:15 -05:00
Jack Robison
bbadece75d
remove unused packages from extension-pkg-whitelist in pylintrc
2019-02-03 15:02:43 -05:00
Jack Robison
8f5a8ab8ba
fix peer_ping
2019-02-02 02:02:19 -05:00
Jack Robison
91e581422c
v0.31.0rc4
2019-02-02 00:30:57 -05:00
Jack Robison
b54d7185a1
Merge pull request #1847 from lbryio/re-reflect
...
add re-reflect task to stream manager, add concurrent_reflector_uploads to config
2019-02-01 23:11:06 -05:00
Jack Robison
f2968aab22
add re-reflect task to stream manager, add concurrent_reflector_uploads to config
2019-02-01 22:59:41 -05:00
Jack Robison
4e27eaf8e6
Merge pull request #1846 from lbryio/create-directories-if-dont-exist
...
create data. download, and wallet directories if they don't exist on startup
2019-02-01 22:57:27 -05:00
Jack Robison
ccbe8aa0eb
create data. download, and wallet directories if they don't exist on startup
2019-02-01 22:45:28 -05:00
Jack Robison
478f79353a
fix bytes error
2019-02-01 22:20:11 -05:00
Jack Robison
c3b0151943
fix dht status error during startup
2019-02-01 22:12:07 -05:00
Jack Robison
ba818354af
Merge pull request #1844 from lbryio/reassemble-when-deleted-from-downloads
...
Reassemble when deleted from downloads
2019-02-01 21:59:36 -05:00
Jack Robison
e96b75a0d0
fix file/download paths
...
move download-from-uri logic into stream manager
2019-02-01 21:40:35 -05:00
Jack Robison
efe4afd09e
fix blob announce time
2019-02-01 21:28:59 -05:00
Jack Robison
c7cb6822cc
logging
2019-02-01 21:28:59 -05:00
Jack Robison
c75665d3f0
update file_list docs, add blobs_remaining to file list args and to file dict result
2019-02-01 21:28:59 -05:00
Jack Robison
744375b2c0
re-assemble file / resume downloads
2019-02-01 21:28:59 -05:00
Jack Robison
c1b4a012ec
Merge pull request #1845 from lbryio/stuck_peers_fixup
...
fix active peers not being removed after closing + parsing of data stream
2019-02-01 21:28:20 -05:00
Victor Shyba
40da5b6cb6
rework data parser
2019-02-01 20:09:14 -03:00
Victor Shyba
b36cf3e36c
remove closing peers from active connections
2019-02-01 20:09:14 -03:00
Jack Robison
4e3b529aec
Merge pull request #1840 from lbryio/close-transport-on-sendfile-fail
...
close blob server transport on sendfile failing
2019-02-01 15:13:07 -05:00
Jack Robison
0a08f445a4
close blob server transport on sendfile failing
2019-02-01 15:11:37 -05:00
Jack Robison
3eac99c509
Merge pull request #1841 from lbryio/general_fixes_downloader
...
General fixes downloader
2019-02-01 15:10:36 -05:00
Victor Shyba
f5bf1463af
fixes from review
2019-02-01 17:09:37 -03:00
Victor Shyba
ca4a55ef28
set verified event earlier and remove stop awaits
2019-02-01 16:05:14 -03:00
Victor Shyba
832be0758b
let cancel propagate
2019-02-01 16:05:14 -03:00
Victor Shyba
25050fdeeb
fixes for writers (check inside lock and dont hold verified bytes)
2019-02-01 16:05:14 -03:00
Jack Robison
df0635103e
Merge pull request #1839 from lbryio/faster-stream-manager-startup
...
faster stream manager startup
2019-02-01 14:00:19 -05:00
Jack Robison
dabd9cbe1e
faster stream manager startup
2019-02-01 13:53:03 -05:00
Jack Robison
42d7fbdbb3
Merge pull request #1838 from lbryio/fix-update-claim-missing-stream
...
Fix publishing an update where we don't have the previous stream
2019-02-01 13:52:34 -05:00
Jack Robison
2336015f9a
fix publish
...
fixes https://github.com/lbryio/lbry/issues/1826
- remove `sources` argument from `publish`
- only add/update files we have
- delete existing stream if updating with a new one
2019-02-01 13:35:18 -05:00
Jack Robison
5a28128b69
Merge pull request #1835 from lbryio/remove-peer-manager-lock
...
Remove peer manager lock
2019-01-31 21:04:21 -05:00
Jack Robison
31445c7797
remove lock from PeerManager
2019-01-31 20:57:48 -05:00
Jack Robison
16d0ff8376
Merge pull request #1833 from lbryio/fix-publish-update
...
Fix publish when making an update with an existing stream
2019-01-31 20:56:34 -05:00
Jack Robison
87f5d1bd4a
fix updating claim with existing stream
2019-01-31 20:49:19 -05:00
Jack Robison
be6e8744b0
Merge pull request #1834 from lbryio/remove-blob-request-lock
...
remove blob request asyncio.Lock
2019-01-31 20:46:01 -05:00
Jack Robison
2e9acd1baa
remove blob request asyncio.Lock
2019-01-31 20:19:50 -05:00
Jack Robison
607ccefe90
Merge pull request #1831 from lbryio/cleanup-downloader
...
Download and publish fixes
2019-01-31 18:17:26 -05:00
Jack Robison
df86937f4e
fix deleting a file mid download
2019-01-31 17:59:42 -05:00
Jack Robison
957d0290df
add torba logging
2019-01-31 16:53:54 -05:00
Jack Robison
40b90ce79b
fix hanging download
2019-01-31 16:53:27 -05:00
Jack Robison
aa7f0845cc
catch sendfile errors
2019-01-31 16:10:27 -05:00