- 05 Feb, 2020 8 commits
-
-
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 11 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.
-
Steven Allen authored
chore(dep): update deps
-
Steven Allen authored
We've deprecated this system and have yet to move to a new system. We might as well remove everything, switch to a new system, then deliberately trace the entire system.
-
Steven Allen authored
-
Steven Allen authored
Update all deps.
-
Steven Allen authored
fix: fix a potential out of bounds issue in fuse
-
Steven Allen authored
We likely encountered a file that misreported its size. That or there was no bug here and we hit an issue somewhere else. Regardless, there's no reason not to simplify this code and this should fix the issue.
-
- 28 Jan, 2020 1 commit
-
-
Steven Allen authored
fix(build): instruct users to use GOTAGS, not GOFLAGS
-
- 22 Jan, 2020 2 commits
-
-
Steven Allen authored
doc(release): document how RCs should be communicated
-
Steven Allen authored
-
- 21 Jan, 2020 2 commits
-
-
Steven Allen authored
GOFLAGS will _override_ all the flags. If we just want to set a tag e.g., enable OpenSSL, we should set GOTAGS=openssl. fixes https://github.com/ipfs/go-ipfs/issues/6622#issuecomment-576713181
-
Steven Allen authored
-
- 20 Jan, 2020 1 commit
-
-
Steven Allen authored
doc(release): move WebUI from manual tests to automated tests section
-