Stephen Whitmore
8d5e327447
dir-index-html unescaping
...
License: MIT
Signed-off-by: Stephen Whitmore <noffle@ipfs.io>
2016-03-02 17:37:34 -08:00
Stephen Whitmore
8fe12ef5fe
re-vendors dir-index-html
...
License: MIT
Signed-off-by: Stephen Whitmore <noffle@ipfs.io>
2016-03-02 17:05:44 -08:00
Stephen Whitmore
1ee3645a49
adds tests for gateway url escaping
...
License: MIT
Signed-off-by: Stephen Whitmore <noffle@ipfs.io>
2016-03-02 16:46:49 -08:00
Adrian Ulrich
ec7623bb81
Use net/url to escape paths in web-ui
...
License: MIT
Signed-off-by: Adrian Ulrich <adrian@blinkenlights.ch>
2016-03-02 15:46:58 -08:00
Jeromy Johnson
9a923b4a1a
Merge pull request #2429 from ipfs/feat/low-mem-experiment
...
introduce a low memory flag
2016-03-02 15:31:34 -08:00
Jeromy Johnson
16c08a3f0d
Merge pull request #2432 from ipfs/docs/spelling-error
...
Fix spelling error
2016-03-02 15:30:47 -08:00
Richard Littauer
96204b5ef5
Fix spelling error
...
My bad. Introduced in #2366
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-03-02 18:03:24 -05:00
Jeromy
63a9ed202c
make t0060 use port zero
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-03-02 15:00:04 -08:00
Jeromy Johnson
6d4da612dd
Merge pull request #2399 from ipfs/fix/assert-gopath
...
assert that you must build from inside your gopath
2016-03-02 13:00:23 -08:00
Jeromy
64c6943ae2
remove trailing whitespace
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-03-02 10:10:04 -08:00
Jeromy
7d0c46affc
introduce low memory flag
...
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-03-02 09:59:49 -08:00
Thomas Gardner
288f7bc621
Humanize byte size
...
License: MIT
Signed-off-by: Thomas Gardner <tmg@fastmail.com>
2016-03-02 08:08:22 +00:00
Thomas Gardner
f988a54c1b
repo stat: add Type
...
License: MIT
Signed-off-by: Thomas Gardner <tmg@fastmail.com>
2016-03-02 08:07:56 +00:00
Thomas Gardner
bb9904bde1
repo: add ipfs repo stat command
...
License: MIT
Signed-off-by: Thomas Gardner <tmg@fastmail.com>
2016-03-02 08:07:56 +00:00
Jeromy Johnson
22fcd18ad6
Merge pull request #2100 from jedahan/smarter-launchd-install
...
More robust version checking
2016-03-01 23:19:07 -08:00
Jeromy Johnson
a551991122
Merge pull request #2424 from ipfs/docs/dns-resolve-default
...
Add default to dns resolve
2016-03-01 22:57:01 -08:00
Jeromy Johnson
3ee12782fc
Merge pull request #2416 from noffle/readme_plusplus
...
Makes install from source instructions clearer.
2016-03-01 16:52:04 -08:00
Jeromy Johnson
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
Jeromy Johnson
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
Richard Littauer
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
Jeromy
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
Jeromy Johnson
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
Richard Littauer
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
Richard Littauer
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
Richard Littauer
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
Mildred Ki'Lya
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
Mildred Ki'Lya
1f5b76ac18
Remove GetCachedNode()
...
License: MIT
Signed-off-by: Mildred Ki'Lya <mildred-pub.git@mildred.fr>
2016-03-01 09:01:51 +01:00
Mildred Ki'Lya
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
Mildred Ki'Lya
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
Mildred Ki'Lya
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
Mildred Ki'Lya
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
Mildred Ki'Lya
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
Mildred Ki'Lya
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
Jeromy Johnson
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
Jeromy Johnson
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
Stephen Whitmore
f4367f6831
t0031: ensure iptb init happens
...
License: MIT
Signed-off-by: Stephen Whitmore <noffle@ipfs.io>
2016-02-29 16:05:48 -08:00
Stephen Whitmore
b66e089ec1
trailing whitespace
...
License: MIT
Signed-off-by: Stephen Whitmore <noffle@ipfs.io>
2016-02-29 16:05:48 -08:00
Stephen Whitmore
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
Stephen Whitmore
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
Jeromy Johnson
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
Jeromy Johnson
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
Jeromy Johnson
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
Jeromy Johnson
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
Jeromy Johnson
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
Jeromy Johnson
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
Jeromy Johnson
dede20eab4
Merge pull request #2384 from ipfs/feat/dag-refactor
...
refactor merkledag fetching methods
2016-02-29 10:04:34 -08:00
Stephen Whitmore
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
Jakub Sztandera
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
Jakub Sztandera
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
Richard Littauer
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