- 11 Aug, 2018 4 commits
-
-
Kevin Atkinson authored
Update to use new Builder interface for creating CIDs.
-
Kevin Atkinson authored
-
Kevin Atkinson authored
-
Kevin Atkinson authored
-
- 09 Aug, 2018 1 commit
-
-
Steven Allen authored
-
- 08 Aug, 2018 3 commits
-
-
Steven Allen authored
-
Steven Allen authored
fix the protobuf import
-
Steven Allen authored
removes all `// import` directives from the protobuf source
-
- 07 Aug, 2018 6 commits
-
-
Steven Allen authored
update gogo protobuf
-
Steven Allen authored
This test fails if the protobuf file is regenerated.
-
Steven Allen authored
I've also stripped the tests from the gxed package (90% smaller).
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
-
- 05 Aug, 2018 1 commit
-
-
Jeromy authored
-
- 03 Aug, 2018 1 commit
-
-
Hector Sanjuan authored
Add FetchGraphWithDepthLimit to specify depth-limited graph fetching.
-
- 02 Aug, 2018 1 commit
-
-
Hector Sanjuan authored
This adds also EnumerateChildren*Depth which call a visit function which receives the Cid and the depth in the dag at which it has been seen.
-
- 31 Jul, 2018 1 commit
-
-
Jeromy authored
-
- 28 Jul, 2018 2 commits
- 27 Jul, 2018 1 commit
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
- 23 Jul, 2018 1 commit
-
-
Steven Allen authored
Updates: * go-net * go-text * dns * prometheus * protobuf (golang, not gogo) License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 16 Jul, 2018 1 commit
-
-
Steven Allen authored
alternative to #5243 that updates go-cid and all packages that depend on it License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 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>
-
- 09 Jun, 2018 1 commit
-
-
Steven Allen authored
* go-log * sys * go-crypto License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 01 Jun, 2018 1 commit
-
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 20 Apr, 2018 3 commits
-
-
Whyrusleeping authored
misc: Remove some dead code
-
Whyrusleeping authored
misc: Fix a few typos
-
Whyrusleeping authored
Extract: exchange/interface.go, blocks/blocksutil, exchange/offline
-
- 19 Apr, 2018 2 commits
-
-
Hector Sanjuan authored
License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
-
Hector Sanjuan authored
License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
-
- 17 Apr, 2018 1 commit
-
-
Lucas Molas authored
`AddNodeLink` used to cache the linked node whereas `AddNodeLinkClean` did not, however, at some point the former was changed to do the same thing as the latter (i.e., not cache the linked node). That is, they now do the same thing so there's no reason to have both. The name `AddNodeLink` is preserved, even though it used to imply the cache functionality contrasting with the `Clean` suffix of `AddNodeLinkClean`, with this function removed the cache connotation doesn't hold anymore. License: MIT Signed-off-by: Lucas Molas <schomatis@gmail.com>
-
- 08 Apr, 2018 1 commit
-
-
Whyrusleeping authored
dedup keys in GetMany
-
- 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 1 commit
-
-
Whyrusleeping authored
only visit nodes in EnumerateChildrenAsync when asked
-
- 28 Mar, 2018 2 commits
-
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
Otherwise, GetMany on the children of a node with duplicate links may fail License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 27 Mar, 2018 1 commit
-
-
Steven Allen authored
No idea why this was changed this was introduced in: 08f342e8bada4f4eb0c5462a3623f0c2b828240f (part of #3598) License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 26 Mar, 2018 1 commit
-
-
Hector Sanjuan authored
License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
-