Commit graph

597 commits

Author SHA1 Message Date
Alex Grintsvayg
8a5917a982 bind all ports by default 2018-04-24 17:20:03 -04:00
Alex Grintsvayg
3070798f97 dht quirk 2018-04-24 17:19:16 -04:00
Niko Storni
5d6204a349
improve daemon shutdown detection 2018-04-24 14:50:10 -04:00
Niko Storni
160b08811f fix shutdown race condition
increase number of addresses to use
2018-04-20 15:06:55 -04:00
Niko Storni
540e9057e7
partially fix prefill error
skip failed videos rather than failing
2018-04-17 14:53:10 -04:00
Alex Grintsvayg
0aa1ce7343 kill printstate when dht stops 2018-04-05 16:39:05 -04:00
Alex Grintsvayg
f5f47aa079 add token manager, add token to request/response, sucessfully perform a STORE request on the python daemon 2018-04-05 16:27:28 -04:00
Alex Grintsvayg
5a37e49765 more improvements 2018-04-05 11:35:57 -04:00
Alex Grintsvayg
a1349b3889 switch request.Args to be a bitmap 2018-04-04 12:01:44 -04:00
Alex Grintsvayg
79addd0b6e bitmaps in more places 2018-04-04 11:43:27 -04:00
Alex Grintsvayg
035be0893d peek at raw bencoded data to avoid extra decode 2018-04-03 14:15:04 -04:00
Alex Grintsvayg
5bb275afaa node finder is its own thing. simplify exported dht api 2018-04-03 14:00:35 -04:00
Alex Grintsvayg
ea8d0d1eed proper types for some IDs 2018-04-03 13:38:01 -04:00
Alex Grintsvayg
a5ef461fc5 findNode and findValue implemented 2018-04-03 12:14:04 -04:00
Alex Grintsvayg
24c079a7dd dht iterativefind, some tests 2018-03-28 21:05:27 -04:00
Alex Grintsvayg
a5d371ca47
fix stoponce bug 2018-03-28 20:01:49 -04:00
Alex Grin
bc543a63e1
Merge pull request #5 from lbryio/unittests
Added unit tests for getting claimid. I based this off of a random se…
2018-03-25 16:24:49 -04:00
Mark Beamer Jr
8910639b59 Added unit tests for getting claimid. I based this off of a random selection of claims from the past year on the block chain. 2018-03-24 21:40:32 -04:00
Alex Grintsvayg
05e2d8529a add transaction manager, fix bencoding to support int keys, fix routing table bucketing 2018-03-23 20:15:35 -04:00
Alex Grintsvayg
883d76d8bb fix bitmap prefix len 2018-03-15 14:42:57 -04:00
Alex Grintsvayg
4c5d6ab161
channel_list_mine is now channel_list 2018-03-15 14:39:43 -04:00
Alex Grintsvayg
0b1546cc79
add util function for converting txid:nout to claimID 2018-03-15 10:47:16 -04:00
Niko Storni
4fda52d531
Merge branch 'youtube-lib-fix' 2018-03-13 18:17:21 -04:00
Niko Storni
5fa1681b82
update youtube download library 2018-03-13 17:48:13 -04:00
Niko Storni
4c2391030c
update dependencies 2018-03-13 17:27:32 -04:00
Alex Grintsvayg
8dd15ee220
add flag to manually refill credits into sync wallet 2018-03-12 16:58:37 -04:00
Alex Grintsvayg
211dbd7c50 findvalue done 2018-03-11 06:21:02 -04:00
Alex Grintsvayg
263a6301a6
recover ytsync panics when processing videos, switch to our errors everywhere 2018-03-09 11:47:38 -05:00
Alex Grintsvayg
e13fe7c2f0 lots more work. findnode should work now 2018-03-08 19:50:18 -05:00
Alex Grintsvayg
1b6c47c841
add daemon timeout option, stop ytsync gracefully during daemon startup 2018-03-08 19:42:50 -05:00
Alex Grintsvayg
f34354059f
more dep fixes 2018-03-08 19:42:42 -05:00
Alex Grintsvayg
998527e43b
Merge remote-tracking branch 'origin/dep-fix'
* origin/dep-fix:
  fix broken dependency
2018-03-08 19:28:55 -05:00
Alex Grintsvayg
5c44ca40c2 store works. fixed some bencode bugs 2018-03-07 19:49:33 -05:00
Alex Grintsvayg
006a49bd67 better tests, better bencoding 2018-03-07 16:15:58 -05:00
Niko Storni
0af16fd569
fix broken dependency
fix overlapping var
2018-03-07 12:27:09 +01:00
Alex Grintsvayg
f565d0b78f basic dht + tests 2018-03-06 20:15:44 -05:00
Alex Grintsvayg
fe6bc5bb14
Merge branch 'ucb'
* ucb:
  remove
  ucb
2018-03-01 14:30:01 -05:00
Alex Grintsvayg
9ceed077ff
remove 2018-03-01 14:25:13 -05:00
Alex Grintsvayg
258506d998
ucb 2018-03-01 14:23:25 -05:00
Alex Grintsvayg
2d3c89af28
add InSlice 2018-02-28 10:49:01 -05:00
Alex Grintsvayg
058f350ad0
seed rand, add dht command 2018-02-27 13:31:19 -05:00
Alex Grintsvayg
ef5a03747d
remove .idea from gitignore 2018-02-23 09:26:23 -05:00
Alex Grintsvayg
2bcf072aee
we dont use those 2018-02-22 14:20:40 -05:00
Alex Grintsvayg
2f0a1072e4
fix up lbrycrd 2018-02-22 14:17:22 -05:00
Alex Grintsvayg
49819382ac
fix package name 2018-02-22 13:26:13 -05:00
Alex Grin
fce98461a5
Update README.md 2018-02-22 13:14:55 -05:00
LBRY Docs
2a21f5e361
create LICENSE file 2018-02-22 13:14:48 -05:00
Alex Grintsvayg
51e49f7995
fix imports 2018-02-22 13:13:19 -05:00
Alex Grintsvayg
624405e3bf
Add 'errors/' from commit 'dd131cce3d6f9c0b2351537cec85955ebc0be5e0'
Repo: github.com/lbryio/errors.go

git-subtree-dir: errors
git-subtree-mainline: f233e3b525
git-subtree-split: dd131cce3d
2018-02-22 13:09:21 -05:00
Alex Grintsvayg
f233e3b525
Add 'querytools/' from commit '2838cd8abdeb99507da080df5dc8abe388b28308'
Repo: github.com/lbryio/query.go

git-subtree-dir: querytools
git-subtree-mainline: 094289d4cf
git-subtree-split: 2838cd8abd
2018-02-22 13:06:28 -05:00