- 15 Jul, 2020 3 commits
-
-
Adin Schmahmann authored
-
Petar Maymounkov authored
-
Petar Maymounkov authored
-
- 14 Jul, 2020 2 commits
-
-
Adin Schmahmann authored
Choose Key type at initialization
-
Petar Maymounkov authored
* add support for choosing a peer key type (e.g. RSA or Ed25519) when initializing the repo * test all variants of ipfs init: RSA, Ed25519 and default * update subdomain gateway sharness test to publish IPNS using RSA and Ed25519 keys * use default identity bit lengths defined in config repo instead of having separate defaults in go-ipfs * update config repo dependency Co-authored-by: Will Scott <will@cypherpunk.email> Co-authored-by: Petar Maymounkov <petarm@gmail.com>
-
- 13 Jul, 2020 1 commit
-
-
Petar Maymounkov authored
* add flag to "ipfs key gen" to output keys in b36 CIDv1 * add flag to "ipfs key list" to output keys in b36 CIDv1 * add and modify corresponding sharness tests
-
- 10 Jul, 2020 4 commits
-
-
Marcin Rataj authored
This: - adds subdomain gateway support for ED25519 CIDs in a way that fits in a single DNS label to enable TLS for every IPNS website. - cleans up subdomain redirect logic and adds more explicit error handling. TL;DR on router logic: When CID is longer than 63 characters, router at /ipfs/* and /ipns/* converts to Base36, and if that does not help, returns a human readable 400 Bad Request error. Addressing code review: https://github.com/ipfs/go-ipfs/pull/7441#pullrequestreview-440043209 refactor: use b36 for all libp2p-keys in subdomains Consensus reached in https://github.com/ipfs/go-ipfs/pull/7441#discussion_r452372828 https://github.com/ipfs/go-ipfs/pull/7441#discussion_r451477890 https://github.com/ipfs/go-ipfs/pull/7441#discussion_r452500272
-
Marcin Rataj authored
-
Marcin Rataj authored
-
Michael Muré authored
-
- 07 Jul, 2020 6 commits
-
-
Will Scott authored
-
Adin Schmahmann authored
chore: bump test dependencies
-
Adin Schmahmann authored
-
Petar Maymounkov authored
-
Petar Maymounkov authored
-
Petar Maymounkov authored
-
- 05 Jul, 2020 2 commits
-
-
Steven Allen authored
fix: use static binaries in docker container
-
Steven Allen authored
update QUIC
-
- 02 Jul, 2020 1 commit
-
-
Marten Seemann authored
-
- 01 Jul, 2020 1 commit
-
-
Steven Allen authored
chore:bump webui version to 2.10.1
-
- 23 Jun, 2020 2 commits
-
-
Steven Allen authored
This is more robust cross-platform/architecture. fixes #7422
-
Rafael Ramalho authored
-
- 22 Jun, 2020 2 commits
-
-
Steven Allen authored
chore: bump webui version
-
Rafael Ramalho authored
-
- 20 Jun, 2020 2 commits
-
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
- 19 Jun, 2020 4 commits
-
-
Adin Schmahmann authored
Release v0.6.0
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
fix 3 bugs responsible for a goroutine leak (plus one other bug)
-
- 18 Jun, 2020 4 commits
-
-
Steven Allen authored
Previously, we'd return the error + result, then the result.
-
Steven Allen authored
-
Steven Allen authored
We probably don't need to do this, but it can't hurt.
-
Steven Allen authored
-
- 17 Jun, 2020 6 commits
-
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
docs(config): update toc
-
Steven Allen authored
-
Steven Allen authored
doc(changelog): update changelog for 0.6.0
-
Steven Allen authored
-