- 02 Oct, 2018 1 commit
-
-
Steven Allen authored
This showed up when profile go-ipfs.
-
- 01 Oct, 2018 6 commits
-
-
Steven Allen authored
This will perform all the correct checks *except* that it won't bother actually stringifying the multiaddr. It should be significantly faster.
-
Steven Allen authored
This is checked when the protocol is *registered*. There's no reason to test it twice.
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
This is a huge performance hit. Really, we just need to tell users not to modify the result. Also, get rid of an unnecessary pointer indirection (no api change).
-
Steven Allen authored
-
- 30 Sep, 2018 2 commits
-
-
Steven Allen authored
correctly format ip4-in-6 addresses
-
Steven Allen authored
fixes part one of #77
-
- 24 Sep, 2018 2 commits
-
-
Steven Allen authored
-
Steven Allen authored
Add "ip6%" multiaddr (IPv6 with zone ID)
-
- 15 Sep, 2018 2 commits
-
-
Steven Allen authored
-
mwnx authored
See [rfc4007]. Can be prefixed to "ip6" like so: /zone/eth0/ip6/fe80::1 This corresponds to the rfc4007 address `fe80::1%eth0` [rfc4007] https://tools.ietf.org/html/rfc4007
-
- 14 Sep, 2018 2 commits
-
-
Steven Allen authored
docs(README): modify readme
-
Overbool authored
-
- 21 Jul, 2018 1 commit
-
-
Steven Allen authored
add protocol by code map
-
- 18 Jul, 2018 1 commit
-
-
Steven Allen authored
Also use `AddProtocol` for *all* protocols (even predefined ones).
-
- 26 Jun, 2018 1 commit
-
-
Steven Allen authored
-
- 23 Jun, 2018 2 commits
-
-
Steven Allen authored
-
Steven Allen authored
-
- 22 Jun, 2018 7 commits
-
-
Steven Allen authored
fully validate multiaddr byte representations on construction
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
Otherwise, .String() can panic.
-
Steven Allen authored
Instead of having the transformers deal with variable length argument prefixes, just do this in the bytesToString/stringToBytes functions.
-
Steven Allen authored
-
- 19 Jun, 2018 4 commits
-
-
Steven Allen authored
begin transition from /ipfs/ to /p2p/ multiaddrs
-
Steven Allen authored
-
Steven Allen authored
-
Jeromy authored
-
- 16 Jun, 2018 4 commits
-
-
Steven Allen authored
Two small bugfixes
-
Steven Allen authored
-
mwnx authored
We were missing a logarithm... CodeToVarint would previously allocate more bytes than necessary (exponentially) for the varint slice. This bug was silent but deserves to be fixed nonetheless.
-
mwnx authored
-
- 09 Jun, 2018 1 commit
-
-
Steven Allen authored
-
- 20 Jan, 2018 1 commit
-
-
Steven Allen authored
-
- 04 Dec, 2017 2 commits
-
-
Whyrusleeping authored
gx: update go-multihash
-
Steven Allen authored
-
- 22 Oct, 2017 1 commit
-
-
Steven Allen authored
Add test for Bytes()
-