- 05 5月, 2016 4 次提交
-
-
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
"ipfs log ls" command
由 Jeromy Johnson 提交于 -
Implements repository initialization with default config
由 Jeromy Johnson 提交于 -
Modified init command to receive default configuration from stdin. The changes enable us to use existing key-pair, datastore configuration while initializing new ipfs node. License: MIT Signed-off-by:Sivachandran <sivachandran.p@gmail.com>
由 Siva Chandran 提交于
-
- 04 5月, 2016 7 次提交
-
-
License: MIT Signed-off-by:Hector Sanjuan <code@hector.link>
由 Hector Sanjuan 提交于 -
License: MIT Signed-off-by:Hector Sanjuan <code@hector.link>
由 Hector Sanjuan 提交于 -
License: MIT Signed-off-by:Hector Sanjuan <code@hector.link>
由 Hector Sanjuan 提交于 -
License: MIT Signed-off-by:Hector Sanjuan <code@hector.link>
由 Hector Sanjuan 提交于 -
Makefile: update gx and gx-go versions
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于
-
- 03 5月, 2016 1 次提交
-
-
Use gx for iptb
由 Jeromy Johnson 提交于
-
- 02 5月, 2016 2 次提交
-
-
add NetBSD support
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于
-
- 30 4月, 2016 7 次提交
-
-
由 SH 提交于
-
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
We need to make sure that go, gx, gx-go are properly installed. License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
Now that iptb has been added as a gx dependency, we can replace existing dependencies with the one from gx. License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于
-
- 29 4月, 2016 8 次提交
-
-
Capitalized `NOTE`, first letter of following word
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Richard Littauer <richard.littauer@gmail.com>
由 Richard Littauer 提交于 -
License: MIT Signed-off-by:Stefan Hertenberger <github@hertenberger.bayern>
由 SH 提交于 -
Added a debug-guidelines doc
由 Jeromy Johnson 提交于 -
Capitalized `a`, lowercased `not`
由 Jeromy Johnson 提交于 -
wire contexts into bitswap requests more deeply
由 Jeromy Johnson 提交于 -
Stolen from this comment https://github.com/ipfs/go-ipfs/issues/2594#issuecomment-212506980 License: MIT Signed-off-by:
Richard Littauer <richard.littauer@gmail.com>
由 Richard Littauer 提交于 -
A should be capitalised, as it is a new clause; `not` should not be capitalized, as there is no value judgement (it is a statement), and the emphasis is offputting without adding any technical backing. I just do not think it is necessaary. License: MIT Signed-off-by:Richard Littauer <richard.littauer@gmail.com>
由 Richard Littauer 提交于
-
- 28 4月, 2016 11 次提交
-
-
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于 -
Added a period to repo fsck
由 Jeromy Johnson 提交于 -
* reduces help indent from 4 to 2 spaces License: MIT Signed-off-by:
Stephen Whitmore <noffle@ipfs.io> * reduces horz/vert space taken by "ipfs" cmd License: MIT Signed-off-by:
Stephen Whitmore <noffle@ipfs.io> * show subcommands on shorthelp License: MIT Signed-off-by:
Stephen Whitmore <noffle@ipfs.io> * Drops colons at the end of cmd headings. This makes command headings consistent with the output of 'ipfs', which does not include colons. License: MIT Signed-off-by:
Stephen Whitmore <noffle@ipfs.io> * more consistent output between short-/long-help License: MIT Signed-off-by:
Stephen Whitmore <noffle@ipfs.io> * Puts DESCRIPTION before SUBCOMMANDS. Users likely want to understand what a command does before worrying about its subcommands. License: MIT Signed-off-by:
Stephen Whitmore <noffle@ipfs.io> * Keeps ipfs cmd from outputting its subcmds twice. License: MIT Signed-off-by:
Stephen Whitmore <noffle@ipfs.io> * Removes redundant synopsis from "file" License: MIT Signed-off-by:
Stephen Whitmore <noffle@ipfs.io> * Removes extra whitespace from longhelp License: MIT Signed-off-by:
Stephen Whitmore <noffle@ipfs.io> * Consistent spacing whether SUBCMDS or not. License: MIT Signed-off-by:
Stephen Whitmore <noffle@ipfs.io> * Removes redundant SUBCMD output from ipfs object. License: MIT Signed-off-by:
Stephen Whitmore <noffle@ipfs.io> * Removes redundant synopsis from "name" License: MIT Signed-off-by:
Stephen Whitmore <noffle@ipfs.io> * Newline after Description only if it exists. License: MIT Signed-off-by:
Stephen Whitmore <noffle@ipfs.io> * Removes redundant synopsis from "bootstrap" License: MIT Signed-off-by:
Stephen Whitmore <noffle@ipfs.io> * Removes redundant synopsis from "swarm" License: MIT Signed-off-by:
Stephen Whitmore <noffle@ipfs.io> * Removes trailing newline in ping help. License: MIT Signed-off-by:
Stephen Whitmore <noffle@ipfs.io> * Prints shorthelp on parse error. License: MIT Signed-off-by:
Stephen Whitmore <noffle@ipfs.io> * tiny comment fixes License: MIT Signed-off-by:
Stephen Whitmore <noffle@ipfs.io> * updates README usage License: MIT Signed-off-by:
Stephen Whitmore <noffle@ipfs.io> * Don't include extra whitespace if no .MoreHelp License: MIT Signed-off-by:
Stephen Whitmore <noffle@ipfs.io> * description improvements License: MIT Signed-off-by:
Stephen Whitmore <noffle@ipfs.io> * Hides the obscure 'file' subcommand. License: MIT Signed-off-by:
Stephen Whitmore <noffle@ipfs.io> * Splits 'ipfs daemon' into Short and Long help. License: MIT Signed-off-by:
Stephen Whitmore <noffle@ipfs.io> * Removes redundant synopsis from "config" License: MIT Signed-off-by:
Stephen Whitmore <noffle@ipfs.io> * Wraps lines to keep from going over 80. License: MIT Signed-off-by:
Stephen Whitmore <noffle@ipfs.io> * specify repo separately License: MIT Signed-off-by:
Stephen Whitmore <noffle@ipfs.io> * s/structure/hierarchy License: MIT Signed-off-by:
Stephen Whitmore <noffle@ipfs.io> * missing . License: MIT Signed-off-by:
Stephen Whitmore <noffle@ipfs.io> * Removes trailing colon from 'usage' test. License: MIT Signed-off-by:
Stephen Whitmore <noffle@ipfs.io> * Updates sharness test error messages. License: MIT Signed-off-by:
Stephen Whitmore <noffle@ipfs.io> * Removes trailing colon from 'usage' test. License: MIT Signed-off-by:
Stephen Whitmore <noffle@ipfs.io> * Updates add-symlink to use /bin/sh. License: MIT Signed-off-by:
Stephen Whitmore <noffle@ipfs.io> * Removes "hierarchy". License: MIT Signed-off-by:
Stephen Whitmore <noffle@ipfs.io> * Updates "ipfs ping" synopsis. * Updates t0040 with latest wording. * Removes unnecessary daemon setup. License: MIT Signed-off-by:
Stephen Whitmore <noffle@ipfs.io>
由 Stephen Whitmore 提交于 -
License: MIT Signed-off-by:Richard Littauer <richard.littauer@gmail.com>
由 Richard Littauer 提交于 -
remove init -f option, its bad
由 Jeromy Johnson 提交于 -
Fix dot path parsing on Windows
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Dominic Della Valle <ddvpublic@gmail.com>
由 Dominic Della Valle 提交于 -
docker: allow IPFS_LOGGING to be passed
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Lars Gierth <larsg@systemli.org>
由 Lars Gierth 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
Refactor Makefile.
由 Jeromy Johnson 提交于
-