1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-06 11:31:54 +08:00

5750 Commits

Author SHA1 Message Date
f4a18aa5e6 Merge pull request #2604 from ipfs/lgierth-patch-1
changelog: mention Swarm.AddrFilters fix in v0.4.1
2016-04-26 17:21:40 -07:00
8350a94544 Merge pull request #2519 from thomas-gardner/commands
commands/cli: fix parsing of incorrect permutations
2016-04-26 17:20:56 -07:00
7fe81dbef0 Merge pull request #2606 from ipfs/feature/diag-cmds-grammar
Fixed up comments for `diag cmds`
2016-04-26 17:20:49 -07:00
1676d0ca52 Merge pull request #2582 from ipfs/feature/refs-defaults
Added default values to refs
2016-04-26 17:11:11 -07:00
53c05ffd74 Added default values to refs
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-04-26 19:34:36 -04:00
4b4c81a37d Fixed up comments for diag cmds
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-04-26 19:31:42 -04:00
dad85ff387 changelog: mention Swarm.AddrFilters fix in v0.4.1
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-04-25 18:25:57 -04:00
9e3b5c3dfe ipfs version 0.4.1
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
v0.4.1
2016-04-25 12:08:20 -07:00
a2f52946de add changelog for v0.4.1
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-04-25 11:26:18 -07:00
cb419254a5 Merge pull request #2595 from ipfs/feature/disconnect-argument
Fix disconnect argument description
v0.4.1-rc1
2016-04-20 13:39:30 -07:00
f99f2ba583 Fix disconnect argument description
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-04-20 13:23:17 -04:00
c87b92c7b7 Merge pull request #2591 from ipfs/fix/null-object-links
add omitempty to Object struct tags
2016-04-19 16:39:10 -07:00
d4622c4404 Merge pull request #2592 from ipfs/fix/object-diff-resolve
fix resolve call in object diff
2016-04-19 16:39:03 -07:00
b3690ead2a Merge pull request #2585 from ipfs/feature/repo-stat-comments
Small syntax changes to repo stat man
2016-04-19 16:14:06 -07:00
16b63e920a Merge pull request #2586 from ipfs/feature/interval-note
Added note to ipfs stats bw interval option
2016-04-19 16:13:46 -07:00
3e536fbc23 Merge pull request #2588 from ipfs/feature/swarm-disconnect-note
Added a note about swarm disconnect
2016-04-19 16:13:27 -07:00
42062a721f Merge pull request #2587 from ipfs/feature/alphabetize-swarm
Alphabetized swarm subcmds
2016-04-19 16:12:57 -07:00
6d90fe35ca fix resolve call in object diff
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-04-19 16:08:06 -07:00
d60f7fdf2b Merge pull request #2577 from pfista/2527-local-resolve
ipfs name resolve --local fixed multihash error
2016-04-19 15:30:13 -07:00
437d6b6585 ipfs name resolve --local fixed multihash error
resolveOnce should remove '/ipns/' prefix before using multihash functions.

Fixes #2527

License: MIT
Signed-off-by: Mike Pfister <pfista@gmail.com>
2016-04-19 14:52:09 -07:00
d8f8b0976f add omitempty to Object struct tags
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-04-19 12:48:05 -07:00
3f3665e05d Added a note about swarm disconnect
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-04-19 12:27:03 -04:00
34971a3e11 Also fixed syntax for comment
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-04-19 12:19:45 -04:00
ab4b280430 Alphabetized swarm subcmds
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-04-19 12:17:33 -04:00
0424d6ab64 Added note to ipfs stats bw interval option
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-04-19 12:05:07 -04:00
cd20618458 Small syntax changes to repo stat man
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-04-19 11:40:50 -04:00
9890d28cba Merge pull request #2580 from wzhd/master
Fix a typo in publish.go
2016-04-19 07:23:29 -07:00
d528b9d58b Fix a typo
License: MIT
Signed-off-by: Zihao Wang <dev@wzhd.org>
2016-04-19 18:14:36 +08:00
8ab1b8b2cb Merge pull request #2576 from ipfs/update-libp2p
Update go-libp2p
2016-04-18 15:31:10 -07:00
2509631c29 Merge pull request #2531 from noffle/output-dirs-on-add
Outputs added directories as they are traversed.
2016-04-18 13:29:44 -07:00
a8b7c9adec Merge pull request #2562 from ipfs/feat/object-diff
implement object diff command
2016-04-18 12:53:48 -07:00
8e368ba71b Merge pull request #2572 from pfista/2551-log-level
commands: update log command help text
2016-04-18 09:43:10 -07:00
fa8de1bfd5 minor correction in help text
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-04-18 08:41:54 -07:00
00ec976e1d Use extracted go-libp2p-crypto, -secio, -peer packages
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-04-16 21:48:06 -07:00
907f4fadbd Update go-libp2p
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-04-16 21:23:47 -07:00
cc89ac3117 Fix package manifest fields
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-04-16 21:23:06 -07:00
7e7fcb35ea changes from CR feedback
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-04-16 12:23:34 -07:00
61ed50baad Merge pull request #2574 from ipfs/fix/go-fuse-version-dep
clean up unused incfusever code
2016-04-16 10:56:14 -07:00
7ac1f5da5c remove incfusever dead-code
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-04-16 00:02:45 -07:00
7279153a0c commands/cli: Add a test for 3e8244
License: MIT
Signed-off-by: Thomas Gardner <tmg@fastmail.com>
2016-04-16 12:22:17 +10:00
9c2feb2e04 commands: update log command help text
Fixes #2551

License: MIT
Signed-off-by: Mike Pfister <pfista@gmail.com>
2016-04-15 16:09:29 -07:00
72e0781277 Merge pull request #2569 from ipfs/init-without-logs
repo: don't create logs directory, not used any longer
2016-04-15 14:53:29 -07:00
f7230b0480 repo: don't create logs directory, not used any longer
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-04-15 13:50:46 -07:00
73a2f80c76 Add some help text
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-04-14 13:13:54 -07:00
bf7da8522c basic implementation of object diff
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-04-14 13:06:51 -07:00
9f16fa4fb8 Merge pull request #2559 from eminence/makefile_help
Adds 'toolkit_upgrade' to the makefile help target
2016-04-13 21:05:52 -07:00
0dea50be68 Adds 'toolkit_upgrade' to the makefile help target
License: MIT
Signed-off-by: Andrew Chin <achin@eminence32.net>
2016-04-13 17:18:57 -04:00
44f126bf59 Merge pull request #2557 from ipfs/feat/i-am-why-deleter-of-code
remove a ton of unused godeps
2016-04-13 13:21:31 -07:00
94a53ac728 Merge pull request #2283 from Kubuxu/fix/resolve-norec
Make non recursive resolve print the result
2016-04-13 12:35:54 -07:00
e79e1d31e9 remove a ton of unused godeps
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-04-13 11:23:10 -07:00