- 07 Feb, 2020 4 commits
-
-
Hector Sanjuan authored
-
Hector Sanjuan authored
Co-Authored-By: Moritz <13287984+mohe2015@users.noreply.github.com>
-
Hector Sanjuan authored
This seems like a tiny leftover.
-
Hector Sanjuan authored
-
- 06 Feb, 2020 6 commits
-
-
Steven Allen authored
Update the license distributed with dist builds to the dual one
-
Hector Sanjuan authored
This was an old leftover
-
Steven Allen authored
Merge pull request #6875 from ipfs/dependabot/go_modules/github.com/libp2p/go-libp2p-pubsub-router-0.2.1 chore(deps): bump github.com/libp2p/go-libp2p-pubsub-router from 0.2.0 to 0.2.1
-
Steven Allen authored
Merge pull request #6876 from ipfs/dependabot/go_modules/github.com/multiformats/go-multiaddr-net-0.1.2 chore(deps): bump github.com/multiformats/go-multiaddr-net from 0.1.1 to 0.1.2
-
dependabot-preview[bot] authored
Bumps [github.com/multiformats/go-multiaddr-net](https://github.com/multiformats/go-multiaddr-net) from 0.1.1 to 0.1.2. - [Release notes](https://github.com/multiformats/go-multiaddr-net/releases) - [Commits](https://github.com/multiformats/go-multiaddr-net/compare/v0.1.1...v0.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-libp2p-pubsub-router](https://github.com/libp2p/go-libp2p-pubsub-router) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/libp2p/go-libp2p-pubsub-router/releases) - [Commits](https://github.com/libp2p/go-libp2p-pubsub-router/compare/v0.2.0...v0.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 05 Feb, 2020 10 commits
-
-
Steven Allen authored
doc: add license URLs so go's doc service can detect our license
-
Steven Allen authored
-
Steven Allen authored
doc: rename COPYRIGHT to LICENSE
-
Steven Allen authored
This file is usually called LICENSE or COPYING, not COPYRIGHT. I'm _trying_ to fix pkg.go.dev's license detection (not hopeful given that we're dual licensed).
-
Steven Allen authored
fix: fix id addr format
-
Steven Allen authored
-
Steven Allen authored
Instead of manually creating multiaddr strings, use the multiaddr logic to format them. We were still using `/ipfs` multiaddrs instead of `/p2p` multiaddrs.
-
Steven Allen authored
Merge pull request #6865 from ipfs/dependabot/go_modules/github.com/multiformats/go-multihash-0.0.13 chore(deps): bump github.com/multiformats/go-multihash from 0.0.10 to 0.0.13
-
Steven Allen authored
chore(deps): bump github.com/ipfs/go-cid from 0.0.4 to 0.0.5
-
dependabot-preview[bot] authored
Bumps [github.com/ipfs/go-cid](https://github.com/ipfs/go-cid) from 0.0.4 to 0.0.5. - [Release notes](https://github.com/ipfs/go-cid/releases) - [Commits](https://github.com/ipfs/go-cid/compare/v0.0.4...v0.0.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 04 Feb, 2020 8 commits
-
-
dependabot-preview[bot] authored
Bumps [github.com/multiformats/go-multihash](https://github.com/multiformats/go-multihash) from 0.0.10 to 0.0.13. - [Release notes](https://github.com/multiformats/go-multihash/releases) - [Commits](https://github.com/multiformats/go-multihash/compare/v0.0.10...v0.0.13) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Steven Allen authored
chore(dep): update go-multistream to fix a potential panic
-
Steven Allen authored
Something broke in circle. This is the only way to clear the cache.
-
Steven Allen authored
likely fixes #6802
-
Steven Allen authored
Help text update for 'ipfs key gen'
-
@RubenKelevra authored
Add info about the default key type
-
Steven Allen authored
fix: make rsa the default key type
-
Steven Allen authored
It's already the default when initializing the node, we might as well make it the default when creating new keys. fixes #6861
-
- 03 Feb, 2020 1 commit
-
-
Steven Allen authored
doc(config): cleanup
-
- 31 Jan, 2020 3 commits
-
-
Steven Allen authored
chore(deps): bump github.com/ipfs/go-ipld-cbor from 0.0.3 to 0.0.4
-
dependabot-preview[bot] authored
Bumps [github.com/ipfs/go-ipld-cbor](https://github.com/ipfs/go-ipld-cbor) from 0.0.3 to 0.0.4. - [Release notes](https://github.com/ipfs/go-ipld-cbor/releases) - [Commits](https://github.com/ipfs/go-ipld-cbor/compare/v0.0.3...v0.0.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Steven Allen authored
Trying to make this a bit more consistent and structured. * Fix wrapping. * Use headings for all config values.
-
- 30 Jan, 2020 3 commits
-
-
Steven Allen authored
Allow building non-amd64 Docker images
-
Steven Allen authored
doc(changelog): release notes for 0.4.23
-
Steven Allen authored
-
- 29 Jan, 2020 5 commits
-
-
Steven Allen authored
chore(dep): update quic-go
-
Steven Allen authored
doc(release): add Charity Engine to the early testers programme
-
Steven Allen authored
-
Wes Morgan authored
-
Steven Allen authored
* Fixes a CPU usage issue in the QUIC transport.
-