lbry-sdk/lbrynet/core/client
Job Evers-Meltzer 4334cdace1 Refactor blob requester to better seperate out the three requests
Each blob requests has three parts
- A request to see what blobs are available
- A request to download and pay for one of those blobs
- A request to negotiate data costs

Before the refactoring all of the code to accomplish this was mixed into
one class.  They are now three seperate classes.

There is still a lot of room for improvement, but it is at least better than
it was.
2016-09-25 16:55:55 -07:00
..
__init__.py initial commit 2015-08-20 11:27:15 -04:00
BlobRequester.py Refactor blob requester to better seperate out the three requests 2016-09-25 16:55:55 -07:00
ClientProtocol.py [ci skip] add newlines 2016-09-19 12:07:47 -07:00
ClientRequest.py initial commit 2015-08-20 11:27:15 -04:00
ConnectionManager.py Refactor blob requester to better seperate out the three requests 2016-09-25 16:55:55 -07:00
DHTPeerFinder.py when looking up peers, only return one instance of each peer 2015-08-31 11:14:25 -04:00
DownloadManager.py improve logging 2016-09-14 22:28:59 -04:00
StandaloneBlobDownloader.py better error messages in console when funds are exhausted 2015-09-17 01:43:41 -04:00
StreamProgressManager.py fix bug caused by downloading file twice and deleting one 2016-01-16 01:16:37 -05:00