f96bf86fe4
Move proquint from Godeps to gx
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-05-19 12:33:04 +02:00
c5e361a25f
Remove goautogen from Godeps.json
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-05-19 12:17:18 +02:00
75dfff8305
Move backoff to gx from Godeps
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-05-19 12:12:49 +02:00
e86bf92f31
Migrate hamming to gx from Godeps
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-05-19 06:45:19 +02:00
0f58cebf47
Merge pull request #2724 from ipfs/feature/Go1.6IsSupported
...
Remove note about Go1.6 not being supported
2016-05-18 19:31:25 -07:00
f01461033d
Merge pull request #2728 from ipfs/peers-total-by-transport
...
metrics: add transport label to p2p_peers_total
2016-05-18 14:57:48 -07:00
cc822af1aa
Merge pull request #2736 from ipfs/feature/go.uuid-to-gx
...
Migrate go.uuid to gx from Godeps
2016-05-18 14:55:03 -07:00
2c6213e246
Migrate go.uuid to gx from Godeps
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-05-18 22:52:31 +02:00
6f716463d2
Merge pull request #2706 from ipfs/feature/MFSStatsHashOnly
...
Add --format option to mfs stat command
2016-05-18 13:47:46 -07:00
2482dc8f84
Merge pull request #2713 from csasarak/swarm_verbose
...
Added a verbose option for swarm peers.
2016-05-18 13:44:38 -07:00
05cb7a1bc2
metrics: add transport label to p2p_peers_total
...
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>
2016-05-18 22:30:52 +02:00
b64cc93b1b
Remove note about Go1.6 not being supported
...
Recommend Go1.6.2
Note that Go1.5 is still supported
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-05-18 22:09:11 +02:00
1e9e94f8ff
Merge pull request #2727 from ipfs/fix/receive-loop
...
fix receive loop error handling
2016-05-18 12:39:22 -07:00
fea0b940d6
Replace head piping with --hash option in t0250
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-05-18 07:01:51 +02:00
64677e75a3
Add sharness tests for files stat format options
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-05-18 06:58:38 +02:00
584d49694e
Updated verbose swarm to not ping peers.
...
License: MIT
Signed-off-by: Chris Sasarak <chris.sasarak@gmail.com>
2016-05-17 22:28:57 -04:00
abeea4f8e1
Merge pull request #2720 from ipfs/flaky_dht_query
...
marks dht query as known breakage for now
2016-05-17 16:04:50 -07:00
fb8eab8371
fix receive loop error handling
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-05-17 15:59:20 -07:00
41c5e11ab1
Ipfs v0.4.2 Release
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
v0.4.2
2016-05-17 13:41:38 -07:00
0f33a569c9
ipfs version 0.4.2
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-05-17 22:31:57 +02:00
8cacf375a8
Add changelog for v0.4.2
...
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-05-17 22:31:51 +02:00
1e717b803d
Merge pull request #2711 from ipfs/dist-root
...
build: specify a dist.ipfs.io hash
2016-05-17 11:49:03 -07:00
5d74bc49c9
Merge pull request #2717 from djdv/typo-file
...
Fix typo in files command error message
2016-05-17 11:48:43 -07:00
414c0ccbc4
Merge pull request #2716 from ipfs/patch-add-link-paths
...
Fix #2715 and patch add-link paths
2016-05-17 11:43:11 -07:00
c6edf22fa0
Merge pull request #2719 from ipfs/deps/libp2p/nil-maddr
...
update go-libp2p 3.2.2, nil maddr fixes
2016-05-17 10:52:55 -07:00
60cae2079a
check output hash for correctness
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-05-17 10:49:13 -07:00
8d35bd5f3f
marks dht query as known breakage for now
...
License: MIT
Signed-off-by: Stephen Whitmore <noffle@ipfs.io>
2016-05-17 10:36:08 -07:00
ed1551b0dd
Merge pull request #2718 from ipfs/feature/ConfigEdit-2649
...
Make ipfs config edit run on client
2016-05-17 19:32:57 +02:00
e22345ae65
update go-libp2p 3.2.2, nil maddr fixes
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-05-17 10:23:10 -07:00
130c08c3cd
Make format logic look much better
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-05-17 16:32:46 +02:00
86425ef8f8
Make ipfs config edit run on client
...
Fixes #2649
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-05-17 16:02:48 +02:00
e2ccfdb8df
Fix typo in files command error message
...
License: MIT
Signed-off-by: Dominic Della Valle <ddvpublic@gmail.com>
2016-05-17 03:49:22 -04:00
562c801976
address CR - use dstest.Mock
...
License: MIT
Signed-off-by: Juan Benet <juan@benet.ai>
2016-05-17 00:22:19 -07:00
9f79dde058
ipfs object patch add-link supports paths
...
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>
2016-05-16 23:03:31 -07:00
0ddafe603a
add error checking for nil keys
...
Checks in:
- blockstore
- blockservice
- dagservice
- bitswap
Do not anger the pokemans #2715
License: MIT
Signed-off-by: Juan Benet <juan@benet.ai>
2016-05-16 23:03:28 -07:00
f36671db46
Merge pull request #2710 from ipfs/fix/nil-maddr
...
don't return nil multiaddrs from dht messages
2016-05-16 17:58:44 -07:00
762aded60e
Added a verbose option for swarm peers.
...
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>
2016-05-16 20:55:05 -04:00
864e305557
build: specify a dist.ipfs.io hash
...
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>
2016-05-17 02:33:35 +02:00
8f7e0dacb7
don't return nil multiaddrs from dht messages
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-05-16 17:16:53 -07:00
94f1922dc2
Incorporate better moreThanOne function
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-05-16 22:51:08 +02:00
49936895ff
Add --format option to mfs stats command
...
also add --hash and --size of hash and size only formats
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-05-16 21:51:38 +02:00
3b8ebe72bb
Merge pull request #2705 from ipfs/deps/libp2p/3.2.1
...
update libp2p to v3.2.1
2016-05-16 11:50:03 -07:00
23c8ed93fd
update libp2p to v3.2.1
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-05-16 11:22:36 -07:00
b0b1e0f1c1
Merge pull request #2681 from ipfs/feature/spruce-upstat
...
Add helptext, default logic to `ipfs stats`
2016-05-16 09:00:36 -07:00
8ee399fbeb
Add helptext, default logic to ipfs stats
...
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>
2016-05-16 10:59:30 -04:00
bdb1156426
Merge pull request #2701 from ipfs/fix-toolkit_upgrade-removal
...
Fix toolkit_upgrade Makefile target removal
2016-05-15 22:21:47 -07:00
12cdbe6cdd
README: points to Windows doc
...
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2016-05-16 06:37:45 +02:00
b0b4a57357
appveyor: remove 'make toolkit_upgrade'
...
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2016-05-16 06:24:40 +02:00
255992873b
README: remove reference to toolkit_upgrade
...
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2016-05-16 06:23:30 +02:00
b5c6a62e63
Makefile: remove toolkit_upgrade target
...
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2016-05-16 06:23:04 +02:00