518f7e06a1
Merge pull request #2744 from ipfs/feature/Options-Default-2702
...
Allow to specify where to put default options in option desciption
2016-05-20 20:28:39 -07:00
425e0f0f62
Merge pull request #2733 from ipfs/feature/hamming-to-gx
...
Bunch of migrations from Godeps to gx
2016-05-20 20:26:12 -07:00
675b5b2c3f
Merge pull request #2734 from ipfs/fix-dockerfile-currentcommit
...
docker: fix ipfs version --commit
2016-05-20 15:07:43 -07:00
94ec051ffb
Merge pull request #2741 from ipfs/feature/readme-language-touch-up
...
Touch up language a bit
2016-05-20 15:07:28 -07:00
44b31363b8
Merge pull request #2746 from ipfs/feature/one-verbose
...
Use one verbose flag description
2016-05-20 15:04:15 -07:00
7145d306b4
docker: add test for ipfs version --commit
...
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-05-20 02:40:51 +02:00
6b94fdecd6
docker: fix CurrentCommit discovery
...
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-05-20 02:40:41 +02:00
1a8fc595c6
Merge pull request #2749 from ipfs/revert-ipfs-init-stdin
...
Revert "Implements repository initialization with default config"
2016-05-19 17:03:41 -07:00
77ef3913d9
Revert "Implements repository initialization with default config"
...
See #2748
This reverts commit 6989686b8beb0b0381e9c3df766cae1d3e232214.
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-05-20 01:49:35 +02:00
679c0ae3ee
Use one verbose flag description
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-05-19 21:38:50 +02:00
70342314ae
Allow to specify where to put default options in option desciption
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-05-19 18:54:37 +02:00
2511d8e571
Touch up language a bit
...
Seemed more natural.
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-05-19 15:29:49 +01:00
e1b6e3dd6a
Remove blowfish from Godeps.json
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-05-19 12:45:11 +02:00
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