- 01 Jun, 2016 1 commit
-
-
Richard Littauer authored
This is just for the description, for now. License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
-
- 31 May, 2016 2 commits
-
-
Jakub Sztandera authored
It was caused by the cmds.Option struct being Interface not struct The solution is to create struct and copy interesting data over. Also removed the "ShowOptions" field from being sent via the HTTP API. License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
- 24 May, 2016 2 commits
-
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 21 May, 2016 2 commits
-
-
Richard Littauer authored
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
-
Richard Littauer authored
I didn't bother with Chunker, because I think that is a much wider PR. These should all be solid, though. Redid some of the logic to make it smoother. Part of #2484. License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
-
- 19 May, 2016 2 commits
-
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 18 May, 2016 2 commits
-
-
Lars Gierth authored
Gives us per-transport peers counts: ipfs_p2p_peers_total{transport="/ip4/tcp"} 25 ipfs_p2p_peers_total{transport="/ip6/tcp"} 13 ipfs_p2p_peers_total{transport="/ip6/udp/utp"} 17 License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
-
Chris Sasarak authored
License: MIT Signed-off-by: Chris Sasarak <chris.sasarak@gmail.com>
-
- 17 May, 2016 4 commits
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
jbenet authored
previously, paths were not supported as link values. this would not work, and now can: ipfs object patch $root add-link foo /ipfs/$hash/foo/bar License: MIT Signed-off-by: Juan Benet <juan@benet.ai>
-
Christopher Sasarak authored
This is used like 'ipfs swarm peers -v'. It prints out the normal peers information, but also the latency of each peer License: MIT Signed-off-by: Chris Sasarak <chris.sasarak@gmail.com>
-
- 16 May, 2016 4 commits
-
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jakub Sztandera authored
also add --hash and --size of hash and size only formats License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Richard Littauer authored
I've added: Synopsis, shortDescription, and longDescription for stats and stats bw. I also added default(false) for poll and default("1s") for interval, and modified the logic to make it fit. Part of #2484 and #2647. License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
-
- 15 May, 2016 1 commit
-
-
Christian Couder authored
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
- 14 May, 2016 5 commits
-
-
Jakub Sztandera authored
This is the best place for inserting it that I found. Test in #2648 should be modified to run `Root.ProcessHelp()`. License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Richard Littauer authored
Part of #2484. License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
-
Richard Littauer authored
Not sure about the switch statement. There may be a more elegant solution. Part of #2484 License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
-
Richard Littauer authored
Added Default logic per #2484, and also added the local option back in, because it exists in the code and should be shown as helptext, at least. License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
-
Richard Littauer authored
Part of #2484 License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
-
- 13 May, 2016 3 commits
-
-
Richard Littauer authored
Part of #2647 License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Richard Littauer authored
Closes #2617. License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
-
- 12 May, 2016 7 commits
-
-
Richard Littauer authored
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
-
Richard Littauer authored
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
-
Richard Littauer authored
Specifically, to `repo`, `resolve`, `swarm`, and `version`. Part of #2484. License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
-
Richard Littauer authored
Part of #2484 License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
-
Richard Littauer authored
'count' is never referenced in the code, and adds nothing when run with `ipfs pin ls` currently. I have removed it; add it again when there is actual logic to reflect. Also, added a Default(false) to quiet. Part of #2484 License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
-
Richard Littauer authored
Part of #2484. License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
-
kpcyrd authored
Given that /ipfs/ resources never change, we can easily benefit from this new cache control extension. Support for this is about to land in Firefox 49: https://bugzilla.mozilla.org/show_bug.cgi?id=1267474 For more details, there is a good blogpost about this here: https://bitsup.blogspot.de/2016/05/cache-control-immutable.html This header is ignored by clients that don't support it. License: MIT Signed-off-by: kpcyrd <git@rxv.cc>
-
- 11 May, 2016 5 commits
-
-
Richard Littauer authored
The /ipfs and /ipns paths can be overridden by the options; this wasn't in the help text for the options, but should be somewhere. Long help seemed appropriate. License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
-
Richard Littauer authored
See #2484 License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
-
Richard Littauer authored
Part of #2484 License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
-
Richard Littauer authored
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
-
Richard Littauer authored
Part of #2484 License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
-