- 03 2月, 2016 4 次提交
-
-
Removed extra space
由 Jeromy Johnson 提交于 -
Change sample API origin settings from wildcard to example.com
由 Jeromy Johnson 提交于 -
trivial: various superficial fixes
由 Jeromy Johnson 提交于 -
misc/completion/ipfs-completion.bash: add `ipfs stats` to BASH completion core/commands/mount_unix.go: ensure error is not nil before printing it contribute.md: fix bibliography indexing in example core/commands/swarm.go: change tabs to spaces in USAGE message *: 80-column readability improvements License: MIT Signed-off-by:Thomas Gardner <tmg@fastmail.com>
由 Thomas Gardner 提交于
-
- 02 2月, 2016 10 次提交
-
-
Resolves #2035 License: MIT Signed-off-by:Jakub Sztandera <kubuxu@gmail.com>
由 Jakub Sztandera 提交于 -
This was coming up as an extra space. For instance: ```curl -i http://localhost:5001/api/v0/config?arg=kitten //"Message": "Failed to get config value: key has no attributes", ``` Removing it here. License: MIT Signed-off-by:
Richard Littauer <richard.littauer@gmail.com>
由 Richard Littauer 提交于 -
Add quotes to ipfs config
由 Jeromy Johnson 提交于 -
Refactor iptb tests
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Richard Littauer <richard.littauer@gmail.com>
由 Richard Littauer 提交于 -
commands diagnostics
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于
-
- 01 2月, 2016 6 次提交
-
-
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
While at it let's cleanup startup_cluster() too. License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于
-
- 30 1月, 2016 2 次提交
-
-
Added quotes to swarm and ping descriptions
由 Jeromy Johnson 提交于 -
Also fixes some grammar in pings. See https://github.com/ipfs/go-ipfs/pull/2265#issuecomment-177062200 License: MIT Signed-off-by:
Richard Littauer <richard.littauer@gmail.com>
由 Richard Littauer 提交于
-
- 29 1月, 2016 4 次提交
-
-
Added quotes around block put command
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Richard Littauer <richard.littauer@gmail.com>
由 Richard Littauer 提交于 -
Make dns resolve paths under _dnslink.example.com
由 Jeromy Johnson 提交于 -
Thus allowing to CNAME main site entry to gateway and stil specify dnslink. License: MIT Signed-off-by:Jakub Sztandera <kubuxu@gmail.com>
由 Kubuxu 提交于
-
- 28 1月, 2016 2 次提交
-
-
finally add changelog for v0.3.11
由 Jeromy Johnson 提交于 -
s/retreiving/retrieving/g
由 Jeromy Johnson 提交于
-
- 27 1月, 2016 7 次提交
-
-
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Richard Littauer <richard.littauer@gmail.com>
由 Richard Littauer 提交于 -
License: MIT Signed-off-by:rht <rhtbot@gmail.com>
由 rht 提交于 -
Capitalized beginning of line messages, added periods
由 Jeromy Johnson 提交于 -
Added small note about shutdown
由 Jeromy Johnson 提交于 -
Makefile: add PHONY targets and a help message
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Thomas Gardner <tmg@fastmail.com>
由 Thomas Gardner 提交于
-
- 26 1月, 2016 3 次提交
-
-
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
fix #1083: Append a newline to `ipfs id` output.
由 Jeromy Johnson 提交于 -
Resolve paths in 'pin rm' /wo network lookup
由 Stephen Whitmore 提交于
-
- 25 1月, 2016 2 次提交
-
-
This fixes #1083, #2000. N.B. The JSON package developers see no trailing newline as a feature; it allows marshalled JSON to be embedded inside more JSON.[0] -- [0] https://golang.org/pkg/encoding/json/ License: MIT Signed-off-by:
Thomas Gardner <tmg@fastmail.com>
由 Thomas Gardner 提交于 -
This is done by skipping the step of resolving the final segment in the path to a DAG node; instead preferring to look at the second-to-last segmenet's links. License: MIT Signed-off-by:Stephen Whitmore <noffle@ipfs.io>
由 Stephen Whitmore 提交于
-