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

sort by:
Revision Author Date Message Commit Date
7ecbd21 Merge pull request #5702 from ipfs/feat/release-0.4.18-rc2 prepare for RC2 01 November 2018, 00:15:35 UTC
bfad30d CHANGELOG: fix typo License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 01 November 2018, 00:15:13 UTC
a912eb5 CHANGELOG: section on ipld paths License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com> 31 October 2018, 23:22:18 UTC
c4a00b5 CHANGELOG: more updates License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 31 October 2018, 15:32:34 UTC
2d0e194 release: update version to 0.4.18-rc2 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 31 October 2018, 15:31:08 UTC
fb16949 CHANGELOG: note that we can publish IPNS records for /ipld paths License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 31 October 2018, 15:30:48 UTC
fbeeda2 CHANGELOG: update for RC2 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 31 October 2018, 15:30:48 UTC
f3e6cc6 CHANGELOG: correct grammar of introduction (and hedge it a bit; the alpha was probably larger) License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 31 October 2018, 15:30:48 UTC
0d56a48 Merge pull request #5706 from ipfs/fix/4132 fix prometheus concurrent map write bug 31 October 2018, 15:00:57 UTC
f0bf993 Merge pull request #5708 from ipfs/fix/log-ndjson re-format log output as ndjson 31 October 2018, 12:14:36 UTC
bf69017 metrics: we're now recording latency seconds, not microseconds License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 31 October 2018, 12:12:35 UTC
16d70ea add a todo to remember to remove log reformatting License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 31 October 2018, 11:53:57 UTC
68ac517 re-format log output as ndjson Apparently, js-ipfs-api expects this. Really, I'm not sure why js-ipfs-api even cares about this endpoint but that's a different issue. The real fix is to change back to ndjson in go-log but that would force us to update every package (not good when we're trying to push out a release like this). License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 31 October 2018, 00:26:49 UTC
4674f19 fix prometheus concurrent map write bug fixes #4132 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 30 October 2018, 22:38:49 UTC
d5c8fa5 Merge pull request #5705 from ipfs/fix/resolve-non-terminal error on resolving non-terminal paths 30 October 2018, 20:13:34 UTC
126d996 resolve: restore error message License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 30 October 2018, 20:02:55 UTC
37f3381 error on resolving non-terminal paths This isn't the *correct* fix but it (mostly) restores the previous behavior. Note 1: It *also* fixes resolution of `/ipld` paths by avoiding `path.FromCid`. Note 2: This does not preserve the error. That was a DagCBOR specific error that has nothing to do with the issue. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 30 October 2018, 19:34:32 UTC
b6e1d38 Merge pull request #5701 from ipfs/fix/cat-error-message gx: update go-path 30 October 2018, 19:10:54 UTC
d983517 fix expected error message in gateway test License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 30 October 2018, 17:36:16 UTC
af53380 gx: update go-path fixes the changed path cat error causing the js-ipfs-api tests to fail License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 30 October 2018, 16:27:41 UTC
0182659 Merge pull request #5626 from ipfs/feat/impoter-batching Explicitally use BufferedDAG after removing Batch from importers 30 October 2018, 16:24:57 UTC
24be45e Merge pull request #5700 from ipfs/fix/is-dir-err coreapi: fix errisdir 30 October 2018, 16:23:20 UTC
e37b252 coreapi: fix errisdir JavaScript expects this to be "this dag node is a directory". I'm almost of a mind to say "don't parse errors" but, well, we don't give any better alternatives. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 30 October 2018, 15:48:49 UTC
8543e27 Merge pull request #5699 from ipfs/fix/pin-ls-output Fix pin ls output when hash is specified 30 October 2018, 14:52:19 UTC
08d6e78 fix pin ls output when hash is specified License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com> 30 October 2018, 14:26:18 UTC
3d28165 Merge pull request #5698 from ipfs/fix/libp2p-ping ping: switch to the ping service enabled in the libp2p constructor 30 October 2018, 14:22:59 UTC
545c880 Merge pull request #5697 from ipfs/fix/commands-stuff commands: fix a bunch of tiny commands-lib issues 30 October 2018, 14:05:02 UTC
cc0d6d7 ping: switch to the ping service enabled in the libp2p constructor We now configure the ping service in go-libp2p by default. Instead of creating a new (duplicate) ping service, we can now just (a) rely on this to handle incoming pings and (b) use the "Ping" function to ping peers. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 30 October 2018, 13:57:41 UTC
e332af8 commands: fix a bunch of tiny commands-lib issues * Always check errors returned by emit. Otherwise, we may not notice when the client goes away. * Make sure to use EmitOnce instead of Emit when appropriate. Otherwise, we break javascript. (thanks Magik6k for finding this before we cut the release...) License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 30 October 2018, 13:49:08 UTC
f8375ec Merge pull request #5680 from ipfs/fix/cleanup-ping cleanup the ping command 30 October 2018, 13:42:52 UTC
62240f3 sharness: verify that we return an error when we can't lookup a peer in ping License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 30 October 2018, 13:31:03 UTC
da0dda1 Merge pull request #5691 from ipfs/ci/circle2 Use CircleCI 2.0 30 October 2018, 02:38:12 UTC
ee98b5b Merge pull request #5693 from ipfs/docs/0.4.18-p2p-changes changelog: summary for 0.4.18 `ipfs p2p` changes 30 October 2018, 02:37:52 UTC
107bc4e Merge pull request #5692 from ipfs/kevina/0.4.18-changlog Tweaks to "CIDv1/Base32 Migration" section in 0.4.18 release notes. 30 October 2018, 02:36:39 UTC
c7bfe1e Tweaks to "CIDv1/Base32 Migration" section in 0.4.18 release notes. License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org> 30 October 2018, 00:48:57 UTC
f36ba0d CHANGELOG: summary for 0.4.18 p2p changes License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com> 30 October 2018, 00:24:22 UTC
8709e55 Add batching when Adding. License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai> 29 October 2018, 17:49:37 UTC
ef7234d Bubble deps License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai> 29 October 2018, 17:49:37 UTC
23ddc26 ci: Coverage and Junit xmls in one run License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com> 29 October 2018, 17:44:49 UTC
bcb5fc2 Merge pull request #5689 from ipfs/feat/full-changelog flesh out changelog with changes in sub-packages 29 October 2018, 16:36:57 UTC
aed8775 CHANGELOG: add changes from new packages License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 29 October 2018, 15:23:10 UTC
5fef028 Merge pull request #5688 from ipfs/gx/update-pubsub gx: update pubsub 29 October 2018, 15:01:48 UTC
8008246 Merge pull request #5687 from chenminjian/fix/cmd/gc fix(cmd/gc): Run func does not return error when Emit func returns error 29 October 2018, 14:30:53 UTC
4326c3e flesh out changelog with changes in sub-packages License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 29 October 2018, 14:06:01 UTC
4227214 gx: update pubsub fixes a critical performance issue in the gossipsub pubsub router License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 29 October 2018, 13:34:39 UTC
78d878e fix(cmd/gc): Run func does not return error when Emit func returns error License: MIT Signed-off-by: chenminjian <727180553@qq.com> 29 October 2018, 07:49:14 UTC
46ee56f Merge pull request #5668 from ipfs/feat/release-0.4.18-rc1 release notes for 0.4.18-rc1 28 October 2018, 17:23:26 UTC
809fc05 flesh out the rest of the changelog License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 28 October 2018, 17:21:41 UTC
deadbf6 CHANGELOG (grammar) License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 28 October 2018, 17:21:41 UTC
733dc56 CHANGELOG: rearrange sections License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 28 October 2018, 17:21:41 UTC
999f703 CHANGELOG: add a regressions section Makes it clear what which bugs were introduced in this release. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 28 October 2018, 17:21:41 UTC
713562a CHANGELOG: Add latest changes License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 28 October 2018, 17:21:41 UTC
3a3bd09 CHANGELOG: clarify the security issue in `ipfs name resolve --stream` We never return *invalid* records, just outdated ones. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 28 October 2018, 17:21:41 UTC
c84d1b4 CHANGELOG: list all commands work in the introductory paragraph License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 28 October 2018, 17:21:41 UTC
617b0aa CHANGELOG: remove 'use sessions' part License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 28 October 2018, 17:21:41 UTC
2f4df33 Add first draft of "Effort towards Migration to CIDv1/Base32" section. License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org> 28 October 2018, 17:21:41 UTC
718b579 Add coreapi section to changelog for 0.4.18 License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com> 28 October 2018, 17:21:41 UTC
c1a0486 CHANGELOG: add section on name resolve --stream License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com> 28 October 2018, 17:21:41 UTC
399d594 CHANGELOG: finish QUIC changelog item License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com> 28 October 2018, 17:21:41 UTC
95af6a8 [WIP] release notes for 0.4.18-rc1 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 28 October 2018, 17:21:41 UTC
8d8f78a bump version to 0.4.18-rc1 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 28 October 2018, 17:21:41 UTC
02c49f0 fix location of version.go in releases.md License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 28 October 2018, 17:21:41 UTC
f7e869d Merge pull request #5682 from HaraldNordgren/go_versions Bump Go versions and use '.x' to always get latest minor versions 28 October 2018, 16:26:48 UTC
5f97bfc Bump Go versions and use '.x' to always get latest minor versions License: MIT Signed-off-by: Harald Nordgren <haraldnordgren@gmail.com> 28 October 2018, 14:43:20 UTC
b8f5355 simplify ping.ParsePeerParam We now *have* p2p multiaddrs. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 28 October 2018, 12:38:24 UTC
b870e8c cleanup and improve ping 1. Use emit directly. 2. Abort immediately when the context is canceled (no need to wait a second for the sleep to elapse). 3. Ping once a second instead of once a second +TTL (to be more like ping) License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 28 October 2018, 12:38:22 UTC
d756d64 Use Circleci 2.0 License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com> 27 October 2018, 15:53:34 UTC
b25c14f Merge pull request #5675 from overbool/refactor/commands/ping commands/ping: use new cmds lib 27 October 2018, 12:38:25 UTC
ccd7f2c Merge pull request #5667 from ipfs/fix/simplify-dag-add simplify dag put and correctly take pin lock 27 October 2018, 12:36:21 UTC
a0c0355 fix pin-lock in dag put License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 27 October 2018, 12:29:39 UTC
b8d7d25 remove dead code License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 27 October 2018, 12:28:51 UTC
64a517a simplify dag add License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 27 October 2018, 12:28:51 UTC
831ed47 Merge pull request #5669 from ipfs/docs/pubsub-message-signing document pubsub message signing 27 October 2018, 12:26:30 UTC
cec3af2 commands/ping: use new cmds lib License: MIT Signed-off-by: Overbool <overbool.xu@gmail.com> 27 October 2018, 04:37:10 UTC
f65a5ea Merge pull request #5670 from djdv/gx/go-ipfs-cmds gx: update go-ipfs-cmds to 2.0.5 27 October 2018, 00:07:11 UTC
8408444 document pubsub message signing License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 26 October 2018, 23:53:23 UTC
38cae95 gx: update go-ipfs-cmds to 2.0.5 License: MIT Signed-off-by: Dominic Della Valle <ddvpublic@gmail.com> 26 October 2018, 23:50:32 UTC
96334bb Merge pull request #5660 from ipfs/fix/resolve-paths namesys: properly attach path in name.Resolve 26 October 2018, 23:34:54 UTC
f4e5625 namesys: properly attach path in name.Resolve License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com> 26 October 2018, 22:10:36 UTC
223a060 Merge pull request #5662 from overbool/refactor/commands/dag cmds/dag: use new cmds lib 26 October 2018, 19:53:55 UTC
3accb7b Merge pull request #5650 from overbool/refactor/new-cmds-lib refactor(cmds): use new cmds lib in version, tar and dns 26 October 2018, 18:21:22 UTC
90d8cff Merge pull request #5638 from rcarver/fix/cmds/rm-link object patch rm-link: change arg from 'link' to 'name' 26 October 2018, 18:16:39 UTC
4160eaa refactor(cmds): use new cmds lib in tar, dns License: MIT Signed-off-by: Overbool <overbool.xu@gmail.com> 26 October 2018, 17:48:40 UTC
9611d5f refactor(cmds): replace MakeEncoder with MakeTypedEncoder License: MIT Signed-off-by: Overbool <overbool.xu@gmail.com> 26 October 2018, 17:47:37 UTC
40a1c75 refactor(cmds): use new cmds lib in version License: MIT Signed-off-by: Overbool <overbool.xu@gmail.com> 26 October 2018, 17:47:37 UTC
d31e92b cmds/dag: use new cmds lib License: MIT Signed-off-by: Overbool <overbool.xu@gmail.com> 26 October 2018, 17:40:28 UTC
2235472 Merge pull request #5653 from ipfs/fix/gx-update-cmds gx: update go-ipfs-cmds 26 October 2018, 17:00:01 UTC
4c970f8 fix legacy command tests License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 26 October 2018, 16:26:56 UTC
37f0fd9 gx: update go-ipfs-cmds (no code changes) License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 26 October 2018, 16:26:53 UTC
26013ed Merge pull request #5656 from ipfs/gx/update-pubsub gx: update pubsub (again) 26 October 2018, 13:14:52 UTC
5b26444 gx: update pubsub (again) Small patch to mark gossipsub peers as wanted so we don't prune them. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 26 October 2018, 12:57:43 UTC
bf1aeac Merge pull request #5647 from ipfs/feat/pubsub-signing configurable pubsub signing 26 October 2018, 11:13:31 UTC
2b0bc7e configurable pubsub singing I'd like to sneak this into the release so we can turn on strict verification ASAP. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 26 October 2018, 11:00:44 UTC
caf819c Merge pull request #5648 from overbool/fix/ipns-config-panic fix(core): ipns config RecordLifetime panic 26 October 2018, 00:34:23 UTC
74e1aaf fix(core): ipns config RecordLifetime panic License: MIT Signed-off-by: Overbool <overbool.xu@gmail.com> 25 October 2018, 23:58:46 UTC
00a4b38 Merge pull request #5646 from overbool/refactor/commands/id refactor(commands/id): use new command 25 October 2018, 18:26:30 UTC
2fe969a refactor(commands/id): use new command License: MIT Signed-off-by: Overbool <overbool.xu@gmail.com> 25 October 2018, 17:11:11 UTC
c8d2a4e Merge pull request #5645 from ipfs/fix/remove-p2p-circuit-swarm-hack remove p2p-circuit addr hack in ipfs swarm peers 25 October 2018, 16:35:13 UTC
a561eca remove p2p-circuit addr hack in ipfs swarm peers We used to have to do this as these addresses had `/ipfs/QmId` appended at the *transport* layer. However, we were able to remove this with the transport refactor so we can now remove this check. fixes https://github.com/libp2p/specs/issues/72 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com> 25 October 2018, 16:15:52 UTC
7ecd675 Merge pull request #5642 from chenminjian/refact/command/root refact(command): replace option name with const string 25 October 2018, 10:45:02 UTC
back to top