1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-26 07:28:20 +08:00

5770 Commits

Author SHA1 Message Date
d2b9ff4964 Merge pull request #2422 from ipfs/docs/config-add-as
Added an `as` to ensure good English
2016-03-01 16:35:31 -08:00
922dc201a3 Merge pull request #2423 from ipfs/docs/files-read-add-byte
Change language for files read slightly
2016-03-01 12:52:58 -08:00
8cce0aa1f7 Add default to dns resolve
See https://github.com/ipfs/http-api-spec/pull/41#discussion_r53164737

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-03-01 15:17:02 -05:00
aa6db5dde3 use makes realpath so its more crossplatform
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-03-01 11:24:01 -08:00
adf89793fb Merge pull request #2421 from ipfs/docs/dns-example-remove-period
Remove period from dns text examples
2016-03-01 11:13:47 -08:00
0d89ae29eb Change language for files read slightly
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-03-01 14:10:58 -05:00
512b25c0cd Added an as to ensure good English
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-03-01 14:06:36 -05:00
7227386b8b Remove period from dns text examples
It is not useful. See https://github.com/ipfs/http-api-spec/pull/41#discussion_r53482505

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-03-01 13:59:09 -05:00
7c11fe57cb Rename Encoded() to EncodeProtobuf()
License: MIT
Signed-off-by: Mildred Ki'Lya <mildred-pub.git@mildred.fr>
2016-03-01 09:01:51 +01:00
1f5b76ac18 Remove GetCachedNode()
License: MIT
Signed-off-by: Mildred Ki'Lya <mildred-pub.git@mildred.fr>
2016-03-01 09:01:51 +01:00
7fc9205709 path/resolver.go: simplify ResolveLinks()
License: MIT
Signed-off-by: Mildred Ki'Lya <mildred-pub.git@mildred.fr>
2016-03-01 09:01:51 +01:00
28bc3ee8ee merkledag: make Link.Node (the node cache) a private field
License: MIT
Signed-off-by: Mildred Ki'Lya <mildred-pub.git@mildred.fr>
2016-03-01 09:01:51 +01:00
67c59d871e Rename Decoded into DecodeProtobuf
This function work only with protocol buffer encoding. To make this clear,
rename the function.

License: MIT
Signed-off-by: Mildred Ki'Lya <mildred-pub.git@mildred.fr>
2016-03-01 09:01:51 +01:00
3b729b200b merkledag: Make Node.Unmarshal() private
License: MIT
Signed-off-by: Mildred Ki'Lya <mildred-pub.git@mildred.fr>
2016-03-01 08:59:44 +01:00
1f820dc235 path/resolver.go: Handle timeout here
License: MIT
Signed-off-by: Mildred Ki'Lya <mildred-pub.git@mildred.fr>
2016-03-01 08:59:44 +01:00
5808fe2edd Remove usage of merkledag.Link.Node pointer outside of merkledag
This prepares for inclusion of IPLD where the Node pointer won't be there.

License: MIT
Signed-off-by: Mildred Ki'Lya <mildred-pub.git@mildred.fr>
2016-03-01 08:59:44 +01:00
cdddf0ff51 Merge pull request #2403 from noffle/ipfs-files-truncate
makes 'ipfs files write' usage docs clearer
2016-02-29 16:27:55 -08:00
9ab67a38c4 Merge pull request #2323 from noffle/no_publish_while_mounted
Prevents 'ipfs name publish' when /ipns is mounted.
2016-02-29 16:20:15 -08:00
f4367f6831 t0031: ensure iptb init happens
License: MIT
Signed-off-by: Stephen Whitmore <noffle@ipfs.io>
2016-02-29 16:05:48 -08:00
b66e089ec1 trailing whitespace
License: MIT
Signed-off-by: Stephen Whitmore <noffle@ipfs.io>
2016-02-29 16:05:48 -08:00
b4bd604426 uses iptb exclusively for mount-publish test
License: MIT
Signed-off-by: Stephen Whitmore <noffle@ipfs.io>
2016-02-29 16:05:48 -08:00
0afbd1857f Prevents 'ipfs name publish' when /ipns is mounted.
License: MIT
Signed-off-by: Stephen Whitmore <noffle@ipfs.io>
2016-02-29 16:05:48 -08:00
922ad3cde5 Merge pull request #2392 from ipfs/std-err-msg-prereq
sharness: replace POSIX prereq with STD_ERR_MSG
2016-02-29 15:11:17 -08:00
54ae9daf4b Merge pull request #2412 from ipfs/docs/config-opts-defaults
Added defaults to config opts descriptions
2016-02-29 15:10:43 -08:00
54426adde8 Merge pull request #2410 from ipfs/docs/resolve-recursive-default
Added `default false` to `resolve --recursive` help text
2016-02-29 15:09:37 -08:00
1d6e0d88aa Merge pull request #2409 from ipfs/docs/bitswap-unwant-arg
Noted ability to specify multiple keys in `bitswap unwant`
2016-02-29 15:09:08 -08:00
6cd32b3859 Merge pull request #2417 from Kubuxu/patch-2
Change link to dist to be under IPNS in readme
2016-02-29 14:56:03 -08:00
58e252c17f Merge pull request #2415 from Kubuxu/fix/make-export
Make Makefile patch to use global gateway actually work
2016-02-29 11:28:21 -08:00
dede20eab4 Merge pull request #2384 from ipfs/feat/dag-refactor
refactor merkledag fetching methods
2016-02-29 10:04:34 -08:00
e1612eba68 Makes install from source instructions clearer.
License: MIT
Signed-off-by: Stephen Whitmore <noffle@ipfs.io>
2016-02-29 08:55:06 -08:00
a7085d9830 Change link to dist to be under IPNS
Otherwise there is invalid cert error.

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-02-29 16:04:44 +01:00
07ffab63f4 Make Makefile patch to use global gateway actually work
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-02-27 11:15:55 +01:00
34e3ad16de Added defaults to config opts descriptions
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-02-26 12:46:50 -05:00
2a79e0ddd4 Added default false
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-02-26 12:25:43 -05:00
8adf7a3f67 Noted ability to specify multiple keys in bitswap unwant
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-02-26 12:09:27 -05:00
4492b8c6ba Makes 'ipfs files write' usage docs clearer.
A couple of notes on --truncate and --offset.

License: MIT
Signed-off-by: Stephen Whitmore <noffle@ipfs.io>
2016-02-24 13:32:26 -08:00
ec3959a6af use an option type to simplify concurrency
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-02-24 11:38:44 -08:00
cba00b900b fixes from review
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-02-24 10:06:07 -08:00
65519a0367 move gopath check to separate script and use realpath for symlink handling
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-02-23 22:26:37 -08:00
d48cd56f94 Merge pull request #2396 from ipfs/fix/readme-instructions
some fixes to the readme install instructions
2016-02-23 17:54:48 -08:00
cdea07dfc3 move rule to be depended on by deps
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-02-23 17:52:07 -08:00
7198819671 assert that you must build from inside your gopath
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-02-23 17:51:31 -08:00
ff341c7579 Merge pull request #2398 from ipfs/check-go-version
Check go version
2016-02-23 17:50:29 -08:00
3988031b79 Merge pull request #2370 from noffle/daemon_plus_plus
Adds arbitrary port support to t0060-daemon.sh
2016-02-23 15:48:49 -08:00
6c959c8c6f Makefile: add go_check target
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2016-02-23 22:35:26 +01:00
2f64de0d61 Uses preset API_MADDR and GWAY_ADDR globals.
License: MIT
Signed-off-by: Stephen Whitmore <noffle@ipfs.io>
2016-02-23 13:22:58 -08:00
c342d57347 Updates uses of *_ADDR -> *_MADDR
License: MIT
Signed-off-by: Stephen Whitmore <noffle@ipfs.io>
2016-02-23 13:22:58 -08:00
31f4ef02c2 Use test_launch_ipfs_daemon
License: MIT
Signed-off-by: Stephen Whitmore <noffle@ipfs.io>
2016-02-23 13:22:58 -08:00
597d684160 Adds arbitrary port support to t0060-daemon.sh.
Removes all of the hardcoded ports and defaults to non-standard API,
Gateway, and Swarm ports.

License: MIT
Signed-off-by: Stephen Whitmore <noffle@ipfs.io>
2016-02-23 13:22:58 -08:00
40b21bfcfb bin: add check_go_version
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2016-02-23 21:26:10 +01:00