- 18 5月, 2016 1 次提交
-
-
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>
由 Lars Gierth 提交于
-
- 17 5月, 2016 18 次提交
-
-
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Lars Gierth <larsg@systemli.org>
由 Lars Gierth 提交于 -
build: specify a dist.ipfs.io hash
由 Jeromy Johnson 提交于 -
Fix typo in files command error message
由 Jeromy Johnson 提交于 -
Fix #2715 and patch add-link paths
由 Jeromy Johnson 提交于 -
update go-libp2p 3.2.2, nil maddr fixes
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于 -
Make ipfs config edit run on client
由 Jakub Sztandera 提交于 -
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于 -
Fixes #2649 License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
License: MIT Signed-off-by:Dominic Della Valle <ddvpublic@gmail.com>
由 Dominic Della Valle 提交于 -
License: MIT Signed-off-by:Juan Benet <juan@benet.ai>
由 Juan Benet 提交于 -
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>
由 jbenet 提交于 -
Checks in: - blockstore - blockservice - dagservice - bitswap Do not anger the pokemans #2715 License: MIT Signed-off-by:Juan Benet <juan@benet.ai>
由 jbenet 提交于 -
don't return nil multiaddrs from dht messages
由 Jeromy Johnson 提交于 -
Right now bin/dist_get trusts whatever DNS resolver is active. This change enables it to verify what it downloads. Verification itself remains TODO. This will work best with a unixfs-hash tool which is TODO too. It'd just do the equivalent of `ipfs add -n -r <dirOrFile>`. License: MIT Signed-off-by:Lars Gierth <larsg@systemli.org>
由 Lars Gierth 提交于 -
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于
-
- 16 5月, 2016 10 次提交
-
-
update libp2p to v3.2.1
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于 -
Add helptext, default logic to `ipfs stats`
由 Jeromy Johnson 提交于 -
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>
由 Richard Littauer 提交于 -
Fix toolkit_upgrade Makefile target removal
由 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 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
Added Default logic to `name` cmd, and local option
由 Jeromy Johnson 提交于
-
- 15 5月, 2016 5 次提交
-
-
Use consts for pin modes
由 Jeromy Johnson 提交于 -
Added Defaults to `ipfs daemon`
由 Jeromy Johnson 提交于 -
Split from https://github.com/ipfs/go-ipfs/pull/2484. License: MIT Signed-off-by:
Richard Littauer <richard.littauer@gmail.com>
由 Richard Littauer 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于
-
- 14 5月, 2016 6 次提交
-
-
Added Default logic to publish
由 Jeromy Johnson 提交于 -
Added Default(false) to verbose for `active` and `dht` cmds
由 Jeromy Johnson 提交于 -
Add logic for copying ShortDes to LongDesc if it is not present
由 Jeromy Johnson 提交于 -
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>
由 Jakub Sztandera 提交于 -
make circle.yml use make deps instead of trying to be smart
由 Jeromy Johnson 提交于 -
Added Default to `bootstrap` cmd
由 Jeromy Johnson 提交于
-