- 13 Jul, 2018 3 commits
-
-
Rob Brackett authored
License: MIT Signed-off-by: Rob Brackett <rob@robbrackett.com>
-
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>
-
- 11 Jul, 2018 2 commits
-
-
Whyrusleeping authored
publish the gx 0.4.16-rc3 release
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 09 Jul, 2018 5 commits
-
-
Whyrusleeping authored
Ipfs v0.4.16-rc3
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
Steven Allen authored
correctly handle multi-hop dnslink resolution
-
Whyrusleeping authored
fix dht commands when pubsub routing is enabled
-
Steven Allen authored
Instead of checking if Routing is a DHT (because it can now be a tiered router and still contain a DHT), stash the DHT in a separate field in the IPFS node (same as we do with the PSRouter). fixes #5197 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 07 Jul, 2018 3 commits
-
-
Steven Allen authored
Namesys returns `ErrResolveRecursion` when it stops recursing due to a depth limit. It doesn't return success. Alternative to #5199. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
See: https://github.com/libp2p/go-libp2p-routing-helpers/pull/3 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 05 Jul, 2018 5 commits
-
-
Whyrusleeping authored
Ipfs 0.4.16 release candidate 2
-
Jeromy authored
License: MIT Signed-off-by: Whyrusleeping <why@ipfs.com>
-
Whyrusleeping authored
when running an external command, only construct a node if running in online mode
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
This breaks commands like `ipfs update` that expect IPFS to *not* be running. fixes #5191 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 30 Jun, 2018 1 commit
-
-
Whyrusleeping authored
Grammar fix
-
- 29 Jun, 2018 1 commit
-
-
Alfie John authored
License: MIT Signed-off-by: Alfie John <alfie@alfie.wtf>
-
- 28 Jun, 2018 3 commits
-
-
Whyrusleeping authored
add: use file name instead of path name
-
camelmasa authored
License: MIT Signed-off-by: Masahiro Saito <camelmasa@gmail.com>
-
Whyrusleeping authored
Ipfs v0.4.16-rc1
-
- 27 Jun, 2018 4 commits
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
Whyrusleeping authored
gx update
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
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 6 commits
-
-
Whyrusleeping authored
fixup DHT sharness tests
-
Whyrusleeping authored
add record validation to offline routing
-
Steven Allen authored
see #5113 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
We can't currently put binary values due to API limitations. This worked before because the DHT wasn't checking values on local put. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
fixes #5115 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Whyrusleeping authored
explicitly import go-multiaddr-dns in config/bootstrap_peers
-
- 22 Jun, 2018 1 commit
-
-
Whyrusleeping authored
Add system requirements to README
-
- 21 Jun, 2018 1 commit
-
-
Steven Allen authored
We need it to parse the dnsaddr addresses. While we import it elsewhere, we should really be importing it every where we need it so that other users can import our packages directly. fixes #5143 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 18 Jun, 2018 1 commit
-
-
Rob Brackett authored
License: MIT Signed-off-by: Rob Brackett <rob@robbrackett.com>
-
- 17 Jun, 2018 4 commits
-
-
Whyrusleeping authored
ci: Archive sharness trash dirs
-
Whyrusleeping authored
make republisher test robust against timing issues
-
Whyrusleeping authored
Fix how filestore is hooked up.
-
Whyrusleeping authored
extract ipns record logic to go-ipns
-