- 27 Jun, 2018 1 commit
-
-
Steven Allen authored
Updates: * go-kad-dht: Query performance improvements, DHT client fixes, validates records on *local* put. * go-libp2p-swarm/go-libp2p-transport: Timeout improvements. * go-multiaddr-net: Exposes useful Conn methods (CloseWrite, CloseRead, etc.) * go-log: fixes possible panic when enabling/disabling events. * go-multiaddr: fixes possible panic when stringifying malformed multiaddrs, adds support for consuming /p2p/ multiaddrs. fixes #5113 unblocks #4895 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 26 Jun, 2018 1 commit
-
-
Steven Allen authored
fixes #5115 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 16 Jun, 2018 1 commit
-
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 12 Jun, 2018 2 commits
-
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
fixes #5102 Also, allow specifying multiple addresses for a single peer. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 09 Jun, 2018 1 commit
-
-
Steven Allen authored
* go-log * sys * go-crypto License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 06 Jun, 2018 2 commits
-
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 04 Jun, 2018 1 commit
-
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 01 Jun, 2018 3 commits
-
-
Steven Allen authored
Remove ~50 lines of code, some casting, and a superfluous map (when go starts looking like python, something's wrong). License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
And: * Update for DHT changes. * Switch to the new record validation system. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 29 May, 2018 1 commit
-
-
Dominic Della Valle authored
License: MIT Signed-off-by: Dominic Della Valle <ddvpublic@gmail.com>
-
- 21 May, 2018 1 commit
-
-
Pierre-Alain TORET authored
License: MIT Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
-
- 14 May, 2018 1 commit
-
-
forstmeier authored
Description: This addresses one of the listed problem files in #4414. I chose to keep the return statement outside of the select statement on line 132 since that behavior was already there following the write to out. License: MIT Signed-off-by: John Forstmeier <john.forstmeier@gmail.com>
-
- 12 May, 2018 1 commit
-
-
Alec Brickner authored
License: MIT Signed-off-by: Alec Brickner <alecjbrick@gmail.com>
-
- 11 May, 2018 1 commit
-
-
Alec Brickner authored
License: MIT Signed-off-by: Alec Brickner <alecjbrick@gmail.com>
-
- 24 Apr, 2018 1 commit
-
-
Dominic Della Valle authored
License: MIT Signed-off-by: Dominic Della Valle <ddvpublic@gmail.com>
-
- 22 Apr, 2018 1 commit
-
-
Xiaoyi Wang authored
License: MIT Signed-off-by: Xiaoyi Wang <wangxiaoyi@hyperchain.cn>
-
- 19 Apr, 2018 1 commit
-
-
Hector Sanjuan authored
License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
-
- 30 Mar, 2018 2 commits
-
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
- 29 Mar, 2018 2 commits
-
-
dignifiedquire authored
License: MIT Signed-off-by: dignifiedquire <dignifiedquire@gmail.com>
-
Steven Allen authored
We don't need to fetch the linked node when it's a raw node, we already know it's a file. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 26 Mar, 2018 3 commits
-
-
Hector Sanjuan authored
This uses a working libp2p-kad-dht and libp2p-record libraries, reverts the changes that were introduced to support the newer versions License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
-
Hector Sanjuan authored
License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
- 23 Mar, 2018 2 commits
-
-
Steven Allen authored
Unfortunately, fixing this would require breaking the API. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
It wasn't pinned and `gx publish -f` gave a different hash. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 22 Mar, 2018 1 commit
-
-
Dirk McCormick authored
License: MIT Signed-off-by: Dirk McCormick <dirkmdev@gmail.com>
-
- 21 Mar, 2018 5 commits
-
-
Hector Sanjuan authored
License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
-
Hector Sanjuan authored
This module was sort of extracted to whyrusleeping/tar-utils long ago. I gxed that, imported commits from go-ipfs to the current state, and extracted it. License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
- 19 Mar, 2018 2 commits
-
-
Steven Allen authored
otherwise, we block on required arguments from stdin before processing the help flag. fixes #4837 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
- 18 Mar, 2018 1 commit
-
-
Steven Allen authored
This way, we can always assume that indexing a required argument works. Also: * test that the command tree doesn't have any obvious bugs (duplicate options, arguments in the wrong order, etc). * simplify the usage ParseBodyArgs. * remove unnecessary check in the get command. fixes #4823 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 17 Mar, 2018 2 commits
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-