1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-29 01:12:24 +08:00

9424 Commits

Author SHA1 Message Date
8408444ce7 document pubsub message signing
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-10-26 16:53:23 -07:00
96334bb073 Merge pull request #5660 from ipfs/fix/resolve-paths
namesys: properly attach path in name.Resolve
2018-10-26 16:34:54 -07:00
f4e5625b2f namesys: properly attach path in name.Resolve
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-10-27 00:10:36 +02:00
223a0606c1 Merge pull request #5662 from overbool/refactor/commands/dag
cmds/dag: use new cmds lib
2018-10-26 12:53:55 -07:00
3accb7bebd Merge pull request #5650 from overbool/refactor/new-cmds-lib
refactor(cmds): use new cmds lib in version, tar and dns
2018-10-26 11:21:22 -07:00
90d8cff390 Merge pull request #5638 from rcarver/fix/cmds/rm-link
object patch rm-link: change arg from 'link' to 'name'
2018-10-26 11:16:39 -07:00
4160eaa637 refactor(cmds): use new cmds lib in tar, dns
License: MIT
Signed-off-by: Overbool <overbool.xu@gmail.com>
2018-10-27 01:48:40 +08:00
9611d5f310 refactor(cmds): replace MakeEncoder with MakeTypedEncoder
License: MIT
Signed-off-by: Overbool <overbool.xu@gmail.com>
2018-10-27 01:47:37 +08:00
40a1c75759 refactor(cmds): use new cmds lib in version
License: MIT
Signed-off-by: Overbool <overbool.xu@gmail.com>
2018-10-27 01:47:37 +08:00
d31e92b446 cmds/dag: use new cmds lib
License: MIT
Signed-off-by: Overbool <overbool.xu@gmail.com>
2018-10-27 01:40:28 +08:00
2235472df0 Merge pull request #5653 from ipfs/fix/gx-update-cmds
gx: update go-ipfs-cmds
2018-10-26 10:00:01 -07:00
4c970f8c71 fix legacy command tests
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-10-26 09:26:56 -07:00
37f0fd92c7 gx: update go-ipfs-cmds
(no code changes)

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-10-26 09:26:53 -07:00
26013edd50 Merge pull request #5656 from ipfs/gx/update-pubsub
gx: update pubsub (again)
2018-10-26 06:14:52 -07:00
5b26444052 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>
2018-10-26 05:57:43 -07:00
bf1aeaceb9 Merge pull request #5647 from ipfs/feat/pubsub-signing
configurable pubsub signing
2018-10-26 04:13:31 -07:00
2b0bc7e084 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>
2018-10-26 04:00:44 -07:00
caf819cedc Merge pull request #5648 from overbool/fix/ipns-config-panic
fix(core): ipns config RecordLifetime panic
2018-10-25 17:34:23 -07:00
74e1aaf17c fix(core): ipns config RecordLifetime panic
License: MIT
Signed-off-by: Overbool <overbool.xu@gmail.com>
2018-10-26 07:58:46 +08:00
00a4b38f61 Merge pull request #5646 from overbool/refactor/commands/id
refactor(commands/id): use new command
2018-10-25 11:26:30 -07:00
2fe969a26a refactor(commands/id): use new command
License: MIT
Signed-off-by: Overbool <overbool.xu@gmail.com>
2018-10-26 01:11:11 +08:00
c8d2a4e51e Merge pull request #5645 from ipfs/fix/remove-p2p-circuit-swarm-hack
remove p2p-circuit addr hack in ipfs swarm peers
2018-10-25 09:35:13 -07:00
a561eca7ec 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>
2018-10-25 09:15:52 -07:00
7ecd6756b4 Merge pull request #5642 from chenminjian/refact/command/root
refact(command): replace option name with const string
2018-10-25 03:45:02 -07:00
0bd181cddc Merge pull request #5637 from ipfs/feat/pubsub-rename
mass gx update
2018-10-25 03:43:58 -07:00
2f008d47cd refact(command): replace option name with const string
License: MIT
Signed-off-by: chenminjian <727180553@qq.com>
2018-10-25 15:13:18 +08:00
e35d4ea58b gx: update yamux
(fixes a panic due to a race)

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-10-24 15:01:31 -07:00
636bbc7e2b gx update go-libp2p
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-10-24 13:39:48 -07:00
4d956d2ba9 update for changed relay defaults
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-10-24 13:39:39 -07:00
6aa8525f6e object patch rm-link: change arg from 'link' to 'name'
This improves the semantics of rm-link to be consistent with add-link,
clarifying that you should specify the link name as the thing to remove.

License: MIT
Signed-off-by: Ryan Carver <ryan@ryancarver.com>
2018-10-24 10:09:19 -07:00
e41ac96207 switch to new raceless routing event interface
fixes #5616

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-10-24 10:00:22 -07:00
c97c3459be gx update
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-10-24 09:59:43 -07:00
efa282d46e update for pubsub rename
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-10-24 09:42:43 -07:00
d3bba25f05 Merge pull request #5455 from chenminjian/feat/flags/profile-apply
feat: add dry-run flag for config profile apply command
2018-10-24 05:56:40 -07:00
64cdabc88f feat: stop apply command exposing private key over HTTP API
License: MIT
Signed-off-by: chenminjian <727180553@qq.com>
2018-10-24 05:46:00 -07:00
2e3cbe3e27 feat: add dry-run flag for config profile apply command
License: MIT
Signed-off-by: chenminjian <727180553@qq.com>
2018-10-24 05:46:00 -07:00
dcecab6854 Merge pull request #5615 from funkyfuture/patch-1
Dockerfile: Specifies comments on exposed ports
2018-10-23 11:57:45 -07:00
6a0e7ce30a Merge branch 'master' into patch-1 2018-10-23 20:30:44 +02:00
0b29355220 Dockerfile: Specifies comments on exposed ports
Closes #5610

License: MIT
Signed-off-by: Frank Sachsenheim <funkyfuture@noreply.github.com>
2018-10-23 20:28:32 +02:00
e92ace1270 Merge pull request #5629 from overbool/docs/dns-note
docs: add a note for dns command
2018-10-23 14:26:11 +01:00
2622b0f30f Merge pull request #5632 from AliMirlou/patch-1
Fix link in readme
2018-10-23 14:24:53 +01:00
17d6b328c9 Fix link in readme
License: MIT
Signed-off-by: Ali Mirlou <alimirlou@gmail.com>
2018-10-23 09:56:33 +03:30
4e260775b2 docs: add a note for dns command
License: MIT
Signed-off-by: Overbool <overbool.xu@gmail.com>
2018-10-23 13:09:28 +08:00
fa74e7492e Merge pull request #5617 from ipfs/go-contributing-docs
docs: Update link format
2018-10-23 02:50:14 +01:00
caffa59183 Merge pull request #5627 from ipfs/feat/update-webui-2.1.0
update webui to 2.1.0
2018-10-23 00:57:09 +01:00
c4974d2a79 Merge pull request #5574 from ipfs/feat/coreapi/remove-cat
coreapi unixfs: remove Cat, use sessions
2018-10-23 00:56:39 +01:00
519c67a00c coreapi unixfs: gw handler cleanup
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-10-23 01:14:51 +02:00
838aeb9b89 coreapi unixfs: docs for getSession, use api.dag
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-10-23 01:13:35 +02:00
a4cb06027a coreapi unixfs: use session for resolving too
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-10-22 23:39:26 +02:00
faf5230e69 coreapi unixfs: Return seeker from get
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-10-22 23:38:47 +02:00