Victor Shyba
|
451823f33e
|
test_misc and test_streamify functionals on py3
|
2018-08-24 11:40:43 -04:00 |
|
Lex Berezhny
|
4ece422f48
|
No longer inheriting from object and added proper use of super().
|
2018-08-24 11:37:53 -04:00 |
|
Lex Berezhny
|
69446491b8
|
pylint and unit test fixes
|
2018-08-24 11:37:50 -04:00 |
|
Lex Berezhny
|
5520d518b5
|
DHT py3 compatibility, mostly commenting out implements() and fixing imports
cryptstream py3 support, mostly commenting out implements()
lbry_file py3 support, mostly commenting out implements()
file_manager py3 support, mostly commenting out implements()
core py3 support, mostly commenting out implements() and fixing imports
|
2018-08-24 11:37:25 -04:00 |
|
Jack Robison
|
64e04f8a68
|
refactor start_lbry_file
|
2018-01-04 21:28:09 -05:00 |
|
Jack Robison
|
2af61460a7
|
add attributes to lbry file base classes
|
2018-01-04 21:25:56 -05:00 |
|
Jack Robison
|
2523afa266
|
catch error from blob with invalid AES key size
|
2018-01-04 21:25:55 -05:00 |
|
Job Evers-Meltzer
|
a38e5c855e
|
Remove upload_allowed attribute
This is unused and largely pulluting the argument list
of too many functions.
|
2017-02-15 06:48:50 -06:00 |
|
Job Evers-Meltzer
|
9366a6e561
|
bug fix: reset blob_requester between start/stop
|
2017-01-13 08:24:06 -06:00 |
|
Job Evers-Meltzer
|
488c04543d
|
add TODO comment
|
2017-01-13 08:24:06 -06:00 |
|
Job Evers-Meltzer
|
1bf1b7624c
|
more inlineCallback cleanup
|
2016-12-30 13:28:38 -06:00 |
|
Job Evers-Meltzer
|
227323b7a4
|
convert more to inlineCallbacks
|
2016-12-30 13:27:16 -06:00 |
|
Job Evers-Meltzer
|
1256beea96
|
remove blob_requester from DownloadManager
|
2016-12-30 13:27:16 -06:00 |
|
Job Evers-Meltzer
|
b64fa51567
|
fixup long lines
|
2016-12-07 09:38:34 -05:00 |
|
Jack
|
71b989b29b
|
update from master
resolve merge conflicts:
lbrynet/core/client/BlobRequester.py
lbrynet/core/Peer.py
lbrynet/lbryfilemanager/EncryptedFileManager.py
lbrynet/lbrynet_daemon/Daemon.py
lbrynet/lbrynet_daemon/Publisher.py
|
2016-09-29 23:34:59 -04:00 |
|
Job Evers-Meltzer
|
7dbeb1f2cf
|
Remove LBRY prefix from class and module names
This is the result of running:
grep -RlI LBRY . | xargs sed -i 's/LBRY\([A-Z]\)/\1/g'
|
2016-09-27 11:18:35 -07:00 |
|
Jack
|
1720cce3b0
|
negotiated downloads
-uploads are still underway
|
2016-09-27 13:52:44 -04:00 |
|
Jimmy Kiselak
|
b0bfb5e443
|
use electrum as default
|
2016-02-23 15:13:34 -05:00 |
|
Jimmy Kiselak
|
f34b96f565
|
print a message when a download finishes
|
2016-01-22 18:16:00 -05:00 |
|
Jimmy Kiselak
|
2ddeca2976
|
fix bug caused by downloading file twice and deleting one
|
2016-01-16 01:16:37 -05:00 |
|
Jimmy Kiselak
|
33b6b85e72
|
better error messages in console when funds are exhausted
|
2015-09-17 01:43:41 -04:00 |
|
Jimmy Kiselak
|
7240ff6b1c
|
initial commit
|
2015-08-20 11:27:15 -04:00 |
|