- 19 May, 2016 1 commit
-
-
Jeromy Johnson authored
Remove note about Go1.6 not being supported
-
- 18 May, 2016 11 commits
-
-
Jeromy Johnson authored
metrics: add transport label to p2p_peers_total
-
Jeromy Johnson authored
Migrate go.uuid to gx from Godeps
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jeromy Johnson authored
Add --format option to mfs stat command
-
Jeromy Johnson authored
Added a verbose option for swarm peers.
-
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>
-
Jakub Sztandera authored
Recommend Go1.6.2 Note that Go1.5 is still supported License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jeromy Johnson authored
fix receive loop error handling
-
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>
-
Chris Sasarak authored
License: MIT Signed-off-by: Chris Sasarak <chris.sasarak@gmail.com>
-
- 17 May, 2016 23 commits
-
-
Jeromy Johnson authored
marks dht query as known breakage for now
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Lars Gierth authored
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
-
Jeromy Johnson authored
build: specify a dist.ipfs.io hash
-
Jeromy Johnson authored
Fix typo in files command error message
-
Jeromy Johnson authored
Fix #2715 and patch add-link paths
-
Jeromy Johnson authored
update go-libp2p 3.2.2, nil maddr fixes
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Stephen Whitmore authored
License: MIT Signed-off-by: Stephen Whitmore <noffle@ipfs.io>
-
Jakub Sztandera authored
Make ipfs config edit run on client
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jakub Sztandera authored
Fixes #2649 License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Dominic Della Valle authored
License: MIT Signed-off-by: Dominic Della Valle <ddvpublic@gmail.com>
-
Juan Benet authored
License: MIT Signed-off-by: Juan Benet <juan@benet.ai>
-
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>
-
jbenet authored
Checks in: - blockstore - blockservice - dagservice - bitswap Do not anger the pokemans #2715 License: MIT Signed-off-by: Juan Benet <juan@benet.ai>
-
Jeromy Johnson authored
don't return nil multiaddrs from dht messages
-
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>
-
Lars Gierth authored
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>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
- 16 May, 2016 5 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 Johnson authored
update libp2p to v3.2.1
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jeromy Johnson authored
Add helptext, default logic to `ipfs stats`
-