sort by:
Revision Author Date Message Commit Date
b43f3c1 Merge pull request #9739 from Jorropo/fix/changelog fix: remove outdated changelog part (cherry picked from commit 624846fc15a55fd76f0899fb41a87f41772c8b47) 20 March 2023, 14:03:07 UTC
1386592 docs: update changelog 20 March 2023, 11:33:11 UTC
8221061 chore: update version 20 March 2023, 11:15:40 UTC
754264f Merge pull request #9707 from ipfs/changelog-0.19 docs: 0.19 changelog 20 March 2023, 10:45:57 UTC
7ea6e32 chore: update go-libp2p to v0.26.3 (#9737) 20 March 2023, 09:06:04 UTC
a22db79 fix: canonicalize user defined headers 20 March 2023, 09:05:58 UTC
6cdc3c8 fix: apply API.HTTPHeaders to /webui redirect 20 March 2023, 09:05:52 UTC
010e22b feat: add heap allocs to 'ipfs diag profile' 20 March 2023, 09:05:43 UTC
3c35a0c chore: bump go-libipfs@v0.6.2 20 March 2023, 09:05:29 UTC
af79d84 fix: future proof with > rcmgr.DefaultLimit for new enum rcmgr values 20 March 2023, 09:05:23 UTC
3830653 test: add test for presarvation of unlimited configs for inbound systems 20 March 2023, 09:05:17 UTC
6ff764f fix: preserve Unlimited StreamsInbound in connmgr reconciliation Fixes #9695 20 March 2023, 09:05:11 UTC
c78c988 test: fix flaky rcmgr test 20 March 2023, 09:05:03 UTC
cc5e132 chore: deprecate the pubsub api Fixes #9717 20 March 2023, 09:04:53 UTC
b4211be test: port peering test from sharness to Go This is the slowest test in the sharness test suite, because it has very long sleeps. It usually takes 2+ minutes to run. This new impl runs all peering tests in about 20 seconds, since it polls for conditions instead of sleeping, and runs the tests in parallel. This also has an additional test case for a peer that was never online and then connects. 20 March 2023, 09:03:15 UTC
5f76661 test: use `T.TempDir` to create temporary test directory This commit replaces `os.MkdirTemp` with `t.TempDir` in tests. The directory created by `t.TempDir` is automatically removed when the test and all its subtests complete. Prior to this commit, temporary directory created using `os.MkdirTemp` needs to be removed manually by calling `os.RemoveAll`, which is omitted in some tests. The error handling boilerplate e.g. defer func() { if err := os.RemoveAll(dir); err != nil { t.Fatal(err) } } is also tedious, but `t.TempDir` handles this for us nicely. Reference: https://pkg.go.dev/testing#T.TempDir Signed-off-by: Eng Zer Jun <engzerjun@gmail.com> 20 March 2023, 09:02:53 UTC
d001ed7 fix: --verify forgets the verified key 20 March 2023, 09:02:46 UTC
6bab5ce test: name --verify forgets the verified key 20 March 2023, 09:02:39 UTC
2510f06 feat: add "autoclient" routing type This routing type is the same as "auto" but it creates the DHT in "client" mode and hence does not start a DHT server. 20 March 2023, 09:02:06 UTC
840eaa7 test: parallelize more of rcmgr Go tests 20 March 2023, 09:02:00 UTC
bfa425f test: port legacy DHT tests to Go 20 March 2023, 09:01:54 UTC
d339059 chore: bump go-libipfs v0.6.1 This does nothing, just move from an untagged commit to a tagged commit but contain the same things. 20 March 2023, 09:01:45 UTC
8fe7d77 Merge pull request #9696 from ipfs/galargh-patch-2 fix: t0116-gateway-cache.sh 20 March 2023, 09:01:38 UTC
ff01936 Merge pull request #9699 from ipfs/early-testers docs: add bifrost to early testers 20 March 2023, 09:01:17 UTC
c30ab94 Merge pull request #9689 from ipfs/no-testground ci: remove disabled testground workflow 20 March 2023, 09:01:06 UTC
adcee3e fix: typo in documentation for install path By default, `go install` will install go $GOBIN and not $GOPATH/bin. In most cases there is no functional difference -- `go install` falls back to $GOPATH/bin when $GOBIN is empty. 20 March 2023, 09:00:48 UTC
0f1181d chore: update version 06 March 2023, 12:30:18 UTC
7986196 feat: Reduce RM code footprint Co-Authored-By: Antonio Navarro Perez <antnavper@gmail.com> 06 March 2023, 11:46:58 UTC
d1541e1 Merge pull request #9666 from ipfs/galargh-patch-1 ci: ensure new interop suites are executed 03 March 2023, 16:50:56 UTC
fea25f7 chore: update golang.org/x/net to v0.7.0 Include fix for https://pkg.go.dev/vuln/GO-2023-1571 (this impact us in the DOH handler). 03 March 2023, 11:54:20 UTC
23379d8 chore: update go-unixfs v0.4.4 Include missing error handling. 03 March 2023, 11:54:20 UTC
f84ad6d Doc updates/additions 03 March 2023, 11:39:25 UTC
0cea5be Merge branch 'master' into galargh-patch-1 02 March 2023, 10:31:04 UTC
fe8f72e ci: replace junit html generation with gh action 02 March 2023, 09:52:23 UTC
e1f38d7 ci: set sensible timeouts on all gha jobs (#9683) 02 March 2023, 09:51:57 UTC
68f4dd4 chore: update go-libp2p to v0.26.2 02 March 2023, 07:48:23 UTC
145795b test: port rcmgr sharness tests to Go 28 February 2023, 14:34:23 UTC
cf9276d Merge pull request #9657 from laurentsenta/test/sharness-with-car-fixtures test(gateway): use deterministic CAR fixtures 28 February 2023, 13:22:40 UTC
56b9962 chore: update go-libp2p to v0.26.1 28 February 2023, 01:48:17 UTC
1794649 feat(gateway): error handling improvements (500, 502, 504) (#9660) * fix(gateway): return 500 for all /ip[nf]s/id failures * fix: replace deprecated structs * chore: bump go-libipfs to version from main 28 February 2023, 01:21:50 UTC
e3b17a4 docs: be clear about swarm.addrfilters (#9661) 27 February 2023, 14:43:20 UTC
baa9d60 ci: get rid of interop matrix 27 February 2023, 12:18:11 UTC
92a068a fix: remove leftover fixtures & notes 27 February 2023, 11:16:44 UTC
42132f1 fix: add versions 27 February 2023, 11:16:33 UTC
3ed8f39 test: use car fixtures in sharness t0400 27 February 2023, 11:16:33 UTC
7f3c0ba test: use car fixtures in sharness t0123 27 February 2023, 11:16:33 UTC
a57ca96 test: use car fixtures in sharness t0122 27 February 2023, 11:16:33 UTC
26b493d test: use car fixtures in sharness t0118 27 February 2023, 11:16:33 UTC
284bb8c test: use car fixtures in sharness t0116 27 February 2023, 11:16:33 UTC
8a3591b test: fix prometheus test folder path 27 February 2023, 11:16:33 UTC
8641d16 test: use car fixtures in sharness t0115 27 February 2023, 11:16:33 UTC
771d62c test: use car fixtures in sharness t0114 27 February 2023, 11:16:33 UTC
64ccdbd test: use car fixtures in sharness t0113 27 February 2023, 11:16:33 UTC
0d7c892 test: use car fixtures in sharness t0117 27 February 2023, 11:16:33 UTC
7cd7c67 ci: fix test extraction in interop workflow 27 February 2023, 10:10:28 UTC
5d60453 ci: ensure new interop suites are executed 27 February 2023, 09:49:21 UTC
4283b9d chore: bump go-libp2p-kad-dht to v0.21.1 (#9663) 24 February 2023, 10:49:31 UTC
a3366c5 chore: update go-libp2p to v0.26 (#9656) Co-authored-by: Henrique Dias <hacdias@gmail.com> 24 February 2023, 09:34:10 UTC
f73cd19 chore: bump go-unixfs to v0.4.3 (#9643) Co-authored-by: Henrique Dias <hacdias@gmail.com> 23 February 2023, 08:17:01 UTC
86da181 feat(pinning): connect some missing go context (#9557) Co-authored-by: Henrique Dias <hacdias@gmail.com> 22 February 2023, 15:56:59 UTC
4db6ae1 fix(gateway): return HTTP 500 on ErrResolveFailed (#9589) 22 February 2023, 02:22:03 UTC
714a968 docs: bulk spelling edits (#9544) Co-authored-by: Jorropo <jorropo.pgm@gmail.com> Co-authored-by: Steve Loeppky <biglep@protocol.ai> Co-authored-by: Gus Eggert <gus@gus.dev> Co-authored-by: Marcin Rataj <lidel@lidel.org> 20 February 2023, 22:37:10 UTC
19feb15 chore: bump go-libipfs v0.6.0 17 February 2023, 21:23:47 UTC
05afb87 docs: "remote" errors from resource manager (#9653) Being more clear that the "remote" string means its from a remote peer. This came up in: https://github.com/ipfs/kubo/issues/9432#issuecomment-1402022085 https://github.com/ipfs/kubo/issues/9432#issuecomment-1402276883 https://github.com/ipfs/kubo/issues/9432#issuecomment-1410444354 16 February 2023, 21:17:18 UTC
ed4d6b7 test: remove gateway tests migrated to go-libipfs 14 February 2023, 23:24:36 UTC
0ff4061 fix: update rcmgr for go-libp2p v0.25 14 February 2023, 21:19:46 UTC
a00f5ca chore: update go-libp2p to v0.25.1 14 February 2023, 21:19:46 UTC
e59c605 docs(0.18.1): guide users to clean up limits (#9644) 13 February 2023, 14:20:59 UTC
89826a3 feat: add NewOptionalInteger function Missing method to create OptionalInteger 11 February 2023, 17:44:03 UTC
627a34c fix: dereference int64 pointer in OptionalInteger.String() (#9640) 11 February 2023, 16:32:34 UTC
fb7f7b1 fix: restore wire format for /api/v0/routing/get|put (#9639) Closes #9638 10 February 2023, 01:41:45 UTC
82ede56 chore: bump go-libp2p-routing-helpers to v0.6.1 This include a fix where FindProvidersAsync with the parallel composer would not close the channel ASAP when the count was reached, this save finality time when count is reached. 09 February 2023, 18:37:56 UTC
af0fe19 chore: update iface with routing tests 09 February 2023, 13:35:54 UTC
799e5ac chore: update go-libipfs for more gateway metrics (#9626) 08 February 2023, 03:21:06 UTC
b583569 refactor(gw): move Host (DNSLink and subdomain) handling to go-libipfs (#9624) Co-authored-by: Marcin Rataj <lidel@lidel.org> 07 February 2023, 02:44:24 UTC
14649aa refactor: new go-libipfs/gateway API, deprecate Gateway.Writable (#9616) 02 February 2023, 01:50:46 UTC
4e8271b Merge pull request #9617 from ipfs/changelog-v0.19 Create Changelog: v0.19 31 January 2023, 13:28:14 UTC
c155e40 chore: create next changelog 31 January 2023, 13:12:25 UTC
8d3b315 refactor: use gateway from go-libipfs (#9588) 31 January 2023, 10:02:31 UTC
6819d9a fix(ci): revert fix for bifrost-infra/issues/2300 (#9614) This reverts commit a9fdf26eeb94ef6d548aeb6dabb04ddce86df6ec. 31 January 2023, 00:42:40 UTC
56c87c2 Merge pull request #9613 from ipfs/merge-release-v0.18.1 Merge Release: v0.18.1 30 January 2023, 18:38:08 UTC
ac1cdf7 Merge branch 'master' into merge-release-v0.18.1 30 January 2023, 17:20:02 UTC
675f8bd Merge pull request #9611 from ipfs/release-v0.18.1 Release: v0.18.1 30 January 2023, 13:19:42 UTC
505f072 docs: add full v0.18.1 changelog 30 January 2023, 11:53:20 UTC
9c1a803 Add overview section 30 January 2023, 11:50:52 UTC
bcac3f5 Adjust inbound connection limits depending on memory. 30 January 2023, 11:50:39 UTC
2c623b6 feat: Pubsub.SeenMessagesStrategy (#9543) * feat: expire messages from the cache based on last seen time * docs: Pubsub.SeenMessagesStrategy Ref. https://github.com/libp2p/go-libp2p-pubsub/pull/513 Co-authored-by: Marcin Rataj <lidel@lidel.org> 30 January 2023, 11:48:25 UTC
abd6343 chore: update version 30 January 2023, 11:20:13 UTC
3fb644a Add overview section 30 January 2023, 10:01:03 UTC
633c497 Adjust inbound connection limits depending on memory. 30 January 2023, 10:01:03 UTC
7cb8082 feat: ipfs-webui 2.22.0 28 January 2023, 07:32:50 UTC
b3c98bb chore: bump go-libipfs remove go-bitswap 27 January 2023, 22:07:01 UTC
f2dab48 docs: DefaultResourceMgrMinInboundConns 27 January 2023, 18:47:31 UTC
a3c70a1 feat(gateway): IPNS record response format (IPIP-351) (#9399) * feat(gateway): IPNS record response format * docs(rpc): mark as experimental: routing provide, get, put Co-authored-by: Marcin Rataj <lidel@lidel.org> 27 January 2023, 03:46:50 UTC
94e7f79 fix(ipns): honour --ttl flag in 'ipfs name publish' (#9471) * fix: honour --ttl flag in 'ipfs name publish' * docs(cli): ipfs name inspect --help Co-authored-by: Marcin Rataj <lidel@lidel.org> 27 January 2023, 01:33:13 UTC
9652f24 feat: Pubsub.SeenMessagesStrategy (#9543) * feat: expire messages from the cache based on last seen time * docs: Pubsub.SeenMessagesStrategy Ref. https://github.com/libp2p/go-libp2p-pubsub/pull/513 Co-authored-by: Marcin Rataj <lidel@lidel.org> 26 January 2023, 23:24:35 UTC
f20c980 chore: bump go-libipfs to replace go-block-format Includes changes from: - https://github.com/ipfs/go-block-format/pull/37 - https://github.com/ipfs/go-libipfs/pull/58 26 January 2023, 15:55:48 UTC
644f0ae Merge pull request #9581 from ipfs/merge-kubo-v0.18 Merge Kubo: v0.18 25 January 2023, 11:44:55 UTC
5ca211b Merge branch 'master' into merge-kubo-v0.18 24 January 2023, 13:19:09 UTC
6750377 Merge pull request #9498 from ipfs/release-v0.18 Release: v0.18 23 January 2023, 13:57:21 UTC
back to top