https://github.com/ipfs/go-ipfs

sort by:
Revision Author Date Message Commit Date
12f5c19 Release v0.7.0 22 September 2020, 18:09:51 UTC
330f0fd docs: update changelog for v0.7.0 22 September 2020, 18:09:51 UTC
54e7437 chore: bump webui version (cherry picked from commit 1b4f5e72ad11c42e6a9e12b3799c97e17a0bb617) 22 September 2020, 18:09:51 UTC
19aa4c3 fix: remove the (empty) alias for --peerid-base (cherry picked from commit 16b3fd4d8752ad5422aed6348e2cc597b2e76584) 22 September 2020, 18:09:51 UTC
fafec57 Release v0.7.0-rc2 10 September 2020, 14:52:19 UTC
fe1df47 fix: use override GOFLAGS changes from 480defab689610550ee3d346e31441a2bb881fcb but keep trimpath usage as is (cherry picked from commit 48b2f1273af310934d0e2334ce5460712e706200) 10 September 2020, 14:52:19 UTC
a166989 Revert "fix: override GOFLAGS" This reverts commit 480defab689610550ee3d346e31441a2bb881fcb. (cherry picked from commit 2535f4de829d352ae47b56589dd2734cb69a193c) 10 September 2020, 14:52:19 UTC
4945465 chore: bump go-ipfs-cmds (cherry picked from commit 491b88a6eb30387d99d18304c1894ab90c4fdaba) 10 September 2020, 14:52:19 UTC
4936920 fix: remove the (empty) alias for --ipns-base (cherry picked from commit 904ad1626a09f7fdec788f8f9513ad866889721a) 10 September 2020, 14:52:19 UTC
093e436 refactor: put all --ipns-base options in one place (cherry picked from commit 6cbda0f62fbd2481b0ae2e0d0ce518576992ad1e) 10 September 2020, 14:52:19 UTC
093ad00 chore: bump ipfs-interop ci version (cherry picked from commit 0a394211388265284f11f4e8f3ea4c41a8c883a3) 10 September 2020, 14:52:19 UTC
959d25f chore: bump js-ipfs in interop CI to 0.50.1 (cherry picked from commit 78586509c6ae510f986f5f225873f8b59bd1ba8a) 10 September 2020, 14:52:19 UTC
0f40eee docs: update config to indicate SECIO deprecation (cherry picked from commit 0ad6a92716423dc23d944bce1fec2ad18f163907) 10 September 2020, 14:52:19 UTC
255d7f4 fix: ipfs dht put/get commands now work on keys encoded as peerIDs and fail early for namespaces other than /pk or /ipns (cherry picked from commit ba1d2252125826939d33c3d254d67ff18c46918b) 10 September 2020, 14:52:19 UTC
901c58b Release v0.7.0-rc1 26 August 2020, 20:07:25 UTC
94fe48a Merge pull request #7628 from ipfs/chore/cleanup chore: cleanup 26 August 2020, 19:49:40 UTC
56de5bb chore: cleanup 26 August 2020, 19:33:32 UTC
cbf4b2d Merge pull request #7627 from ipfs/fix/ipns-eol namesys: fixed IPNS republisher to not overwrite IPNS record lifetimes 26 August 2020, 19:05:41 UTC
38da1cc Merge pull request #7625 from ipfs/fix/7624-do-not-fetch-on-pin-ls Fix #7624: Do not fetch dag nodes when checking if a pin exists 26 August 2020, 18:50:18 UTC
732101a namesys: fixed IPNS republisher to not overwrite IPNS record lifetimes 26 August 2020, 18:36:32 UTC
077e3e0 chore: bump go-path 26 August 2020, 18:35:52 UTC
2913146 Merge pull request #7626 from ipfs/dependabot/go_modules/github.com/libp2p/go-libp2p-pubsub-0.3.5 chore(deps): bump github.com/libp2p/go-libp2p-pubsub from 0.3.4 to 0.3.5 26 August 2020, 14:15:44 UTC
b542da4 chore(deps): bump github.com/libp2p/go-libp2p-pubsub from 0.3.4 to 0.3.5 Bumps [github.com/libp2p/go-libp2p-pubsub](https://github.com/libp2p/go-libp2p-pubsub) from 0.3.4 to 0.3.5. - [Release notes](https://github.com/libp2p/go-libp2p-pubsub/releases) - [Commits](https://github.com/libp2p/go-libp2p-pubsub/compare/v0.3.4...v0.3.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> 26 August 2020, 11:27:48 UTC
7d95359 Fix #7624: Do not fetch dag nodes when checking if a pin exists 26 August 2020, 07:13:15 UTC
45e574b Merge pull request #7610 from ipfs/chore/update-deps chore: update dependencies 26 August 2020, 03:14:52 UTC
2ecde1a chore: update dht and kbucket 26 August 2020, 01:13:18 UTC
af90822 chore: update quic 26 August 2020, 00:07:54 UTC
18013a3 chore: update deps 26 August 2020, 00:07:51 UTC
b88bdfe chore: update go-multiaddr and go-multiaddr-net 25 August 2020, 19:24:48 UTC
bd08c0a Merge pull request #7550 from trashhalo/dry-up-close use t.Cleanup() to reduce the need to clean up servers in tests 25 August 2020, 16:06:26 UTC
5f4cb4f Merge pull request #7612 from ipfs/fix/pin-ls-errors fix: ipfs pin ls - ignore pins that have errors 25 August 2020, 15:15:36 UTC
6871e6d fix: ipfs pin ls - return an error when encountering a pin retrieval error 25 August 2020, 14:54:56 UTC
dcae18d Merge pull request #7623 from ipfs/docs/fix-peering-header docs(config): fix Peering header 25 August 2020, 14:53:14 UTC
135b90e docs(config): fix Peering header Peering is top level namespace 25 August 2020, 14:39:32 UTC
b15bcf0 Merge pull request #7620 from ipfs/test/flaky-dnsaddr sharness: use dnsaddr example in ipfs p2p command tests 25 August 2020, 13:53:24 UTC
aedd6f0 sharness: switch p2p dnsaddr that was supposed to have only a single address in it to use a specific example 24 August 2020, 23:11:01 UTC
92fbcc3 Merge pull request #7615 from ipfs/fix/keystore-rotate fix(key): dont allow backup key to be named 'self' 24 August 2020, 14:55:52 UTC
edfd3c9 test: add rotate self test 21 August 2020, 18:08:24 UTC
0ed43e9 fix(key): dont allow backup key to be named 'self' docs: update the key rotate help docs to be clearer about the backup 21 August 2020, 17:42:42 UTC
e80601b Merge pull request #7536 from neatonk/master [BOUNTY] Directory page UI improvements 20 August 2020, 20:07:02 UTC
887de89 test(gateway): breadcrumb links in dir listing This adds subdomain tests for breadcrumbs added in: https://github.com/ipfs/go-ipfs/pull/7536 License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org> 20 August 2020, 00:31:23 UTC
8ffb7ec chore: dir-index-html v1.2.0 https://github.com/ipfs/dir-index-html/releases/tag/v1.2.0 also: https://github.com/ipfs/dir-index-html/releases/tag/v1.1.0 License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org> 20 August 2020, 00:31:23 UTC
2feff33 test: update gateway tests for dir-index-html v1.1.0 20 August 2020, 00:31:23 UTC
9e95a82 chore: update dir-index-html to v1.1.0 20 August 2020, 00:31:23 UTC
044790a feat: Directory page UI improvements These changes are needed to prepare for the Directory page UI improvements implemented in https://github.com/ipfs/dir-index-html/issues/37. - update dir-index-html type structs - emit gateway URL for root links - emit CID of each directoryItem - emit size of directory - emit breadcrumbs 20 August 2020, 00:09:35 UTC
2e7343c Merge pull request #7609 from ipfs/fix/deterministic-assets fix: make assets deterministic 20 August 2020, 00:08:21 UTC
4aa210c fix: make assets deterministic Set the "modtime" to the start of the IPFS project, and the mode to 0644. 19 August 2020, 23:57:29 UTC
2d0cca8 Merge pull request #7579 from ipfs/petar/ed25519-default use ed25519 keys by default 19 August 2020, 23:19:39 UTC
56f5a12 update ipfs key default type 19 August 2020, 22:22:59 UTC
00e33f6 test: use js-ipfs rc in interop 19 August 2020, 15:31:51 UTC
ece0cda switch ipfs init default key 19 August 2020, 15:31:44 UTC
0c57e9d Merge pull request #7319 from MichaelMure/wildcard-gateways feat: wildcard support for public gateways 19 August 2020, 15:02:28 UTC
6b6569f refactor: cleanup/comment https://github.com/ipfs/go-ipfs/pull/7319#discussion_r472734905 License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org> 19 August 2020, 13:59:47 UTC
9af4d42 Merge pull request #7605 from ipfs/fix/go-bindata fix: fix go-bindata import path 19 August 2020, 04:42:44 UTC
9d92823 fix: fix go-bindata import path 19 August 2020, 03:34:42 UTC
40738e4 Merge pull request #7598 from ipfs/chore/bump-graphsync-dep Upgrade graphsync deps 18 August 2020, 23:53:52 UTC
7abaaa4 Merge pull request #7591 from ipfs/petar/idbase Add --peerid-base to ipfs id command 18 August 2020, 23:52:54 UTC
a68e146 add --peerid-base to ipfs id 18 August 2020, 23:39:23 UTC
c7a24a3 Merge pull request #7582 from ipfs/petar/keys use b36 keys by default for keys and IPNS 18 August 2020, 23:08:35 UTC
4975d9b renames 18 August 2020, 15:39:47 UTC
b4ad66e add --ipns-base to publish and subs commands add sharness tests for --ipns-base in name publish and subs commands 18 August 2020, 04:43:02 UTC
3e25355 fix keystore sharness default case 18 August 2020, 04:43:01 UTC
2b013a1 use standard multibase format labels 18 August 2020, 04:43:01 UTC
23a26c0 rename -f to --ipns-base 18 August 2020, 04:43:01 UTC
80e859e add format flag to key rename and remove, defaulting to b36cid; update sharness 18 August 2020, 04:43:01 UTC
a7629a2 fix rotate sharness 18 August 2020, 04:43:01 UTC
a1ae867 Namesys cache uses IPNS keys with their binary representation instead of string representation to avoid encoding mismatches 18 August 2020, 04:43:01 UTC
3cbe111 use b36 keys by default for keys and IPNS 18 August 2020, 04:43:01 UTC
8ae5aa5 add ipfs dag stat command (#7553) * commands: add ipfs dag stat command * sharness: add ipfs dag stat tests 17 August 2020, 18:29:36 UTC
992e4a7 Merge pull request #7599 from ipfs/feat/move-key-rotate Move key rotation command to ipfs key rotate 17 August 2020, 17:14:03 UTC
1a0474b Merge pull request #7600 from ipfs/feat/disable-secio-default Disable secio by default 17 August 2020, 17:05:07 UTC
08913c7 feat: disable secio by default 17 August 2020, 12:16:54 UTC
eb66461 switch ipfs key rotate flags to use the same ones as ipfs key gen 17 August 2020, 11:26:47 UTC
0f65848 move key rotation command to ipfs key rotate 17 August 2020, 11:26:47 UTC
28cdfdf chore: go fmt 17 August 2020, 10:58:57 UTC
90a5733 Upgrade graphsync deps 17 August 2020, 10:23:59 UTC
8e73021 Stop searching for public keys before doing an IPNS Get (#7549) * feat: stop checking the DHT for public keys before doing an IPNS get. It has been many releases since we started adding the public keys into the IPNS records by default. 14 August 2020, 22:08:09 UTC
dc869c9 Merge pull request #7409 from ipfs/feat/id-list-protocols feat: return supported protocols in id output 14 August 2020, 22:05:15 UTC
97fee07 Merge pull request #7585 from Luflosi/fix-typo docs: fix typo in default swarm addrs config docs 11 August 2020, 08:53:42 UTC
7b9bb8f Merge pull request #7429 from ipfs/fix/plugin-load-error feat: nice errors when failing to load plugins 09 August 2020, 03:04:01 UTC
c07b6fb feat: nice errors when failing to load plugins partially fixes #7305 09 August 2020, 02:53:18 UTC
7648a46 Merge pull request #7478 from ipfs/fix/document-reverse-proxy-bug doc: document reverse proxy bug 09 August 2020, 02:15:28 UTC
34c0e5c fix: sort addresses returned by ipfs id 09 August 2020, 01:39:18 UTC
d6b9436 fix: sort protocols returned by ipfs id 09 August 2020, 01:38:34 UTC
0155a88 docs: fix typo 08 August 2020, 21:12:49 UTC
dd47364 feat: add protocol list to ipfs id 07 August 2020, 23:46:44 UTC
dd1093f fix: use connect instead of findpeer so we ensure we actually connect Otherwise, the ID is going to be incorrect. Note: technically, the previous logic didn't need to connect to the target peer to complete. However, I'm fine dropping that capability in favor of more up-to-date information. 07 August 2020, 23:46:44 UTC
7565da9 fix: ipfs name resolve --dht-record-count flag uses correct type and now works 07 August 2020, 23:14:36 UTC
2ff6f1a test(gateway): IPNS cleanup and implicit defaults fix This ensures implicit defaults are always present, even when Gateway.PublicGateways is defined in the config. User still can disable them, but needs to do it per hostname. License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org> 06 August 2020, 12:00:16 UTC
692e9f5 refactor: get rid of cmdDetails awkwardness 04 August 2020, 22:28:40 UTC
18a2756 Merge pull request #7554 from ipfs/petar/namefmt IPNS format keys in b36cid 04 August 2020, 18:08:09 UTC
dff0c47 improve keystore sharness tests 04 August 2020, 15:28:40 UTC
e384b59 IPNS format keys in b36cid 04 August 2020, 04:18:29 UTC
086ea33 update libp2p deps 03 August 2020, 21:53:19 UTC
dfb8141 Merge pull request #7546 from rendaw/master Key import and export cli commands 03 August 2020, 21:51:04 UTC
fab3a35 ipfs key export output keys with .key extension by default 03 August 2020, 21:28:55 UTC
7f15be2 switch ipfs key import/export to use files instead of strings 03 August 2020, 20:27:12 UTC
356ca3a Remove export option from generate 01 August 2020, 01:45:38 UTC
a70d04b remove ipfs key identify command 30 July 2020, 20:26:40 UTC
13e6bcf feat: wildcard support for public gateways Add support for one or more wildcards in the hostname definition of a public gateway. This is useful for example to support easily multiples environment. Wildcarded hostname are set in the config as for example "*.domain.tld". 24 July 2020, 18:51:22 UTC
back to top