Steven Allen
5353dcef5a
Merge pull request #6440 from ipfs/djdv-patch-1
...
doc: add another Windows package to README
2019-06-12 09:39:35 -07:00
Steven Allen
2a22eb6b90
Merge pull request #6438 from fd/fix/dameon/close-started-plugins
...
Close started plugins when one of them fails to start.
2019-06-12 09:39:05 -07:00
Steven Allen
dd4ced2530
Merge pull request #6439 from fd/fix/plugins/enable-darwin
...
Load plugins on darwin/macOS
2019-06-12 09:38:38 -07:00
Steven Allen
0b36aa0a35
Merge pull request #6414 from ipfs/build/update-bindata
...
assets: move away from gx
2019-06-12 09:12:21 -07:00
Dirk McCormick
bc02a61e7c
fix: flush pin on block put
2019-06-12 10:31:39 -04:00
Dominic Della Valle
0f4a75f0ed
doc: add another Windows package to README
...
Add scoop package for scoop users
2019-06-12 10:17:53 -04:00
Simon Menke
42dc64d0bf
Load plugins on darwin/macOS
2019-06-12 12:05:31 +02:00
Simon Menke
c444b1b945
Close started plugins when one of them fails to start.
2019-06-12 11:55:03 +02:00
Steven Allen
ccef991a19
Merge pull request #6432 from ipfs/fix/cmds-typo
...
Fix a typo
2019-06-11 17:26:09 -07:00
Steven Allen
1b5eb3361b
Merge pull request #6423 from rvagg/rvagg/install-link
...
docs: fix install guide link
2019-06-11 15:45:35 -07:00
Devin
f9e9f2854b
Fix a typo
2019-06-11 15:41:51 -07:00
Steven Allen
3883dfe450
assets: move away from gx
...
1. Use a submodule for dir-index-html. This isn't a go dependency and treating
it like one is more trouble than it's worth. We don't actually need to
checkout the submodule unless we need to regenerate the assets.
2. Avoid a runtime dependency on dir-index-html (may shave a few bytes off the
final binary?).
3. Remove unused code.
4. Avoid bundling unused files.
5. Switch to a maintained version of go-bindata.
6. Use go mod to manage go-bindata.
2019-06-11 15:36:47 -07:00
Steven Allen
ff365f4c63
Merge pull request #6422 from ipfs/update/go-libp2p-http-location
...
Deps: update go-libp2p-http to its new libp2p location
2019-06-11 15:33:58 -07:00
Steven Allen
448b801ebb
Merge pull request #6424 from xuhcc/install-bin-path
...
install.sh: Fix wrong destination path for ipfs binary
2019-06-11 15:33:31 -07:00
Steven Allen
39e6e1770d
Merge pull request #6412 from ipfs/build/reproducible
...
build: strip GOPATH from build paths
2019-06-11 15:32:35 -07:00
Kirill Goncharov
2865ae79a1
install.sh: Fix wrong destination path for ipfs binary
...
License: MIT
Signed-off-by: Kirill Goncharov <kdgoncharov@gmail.com>
2019-06-08 19:21:59 +03:00
Rod Vagg
e1bfc9f08a
docs: fix install guide link
2019-06-08 11:50:31 +10:00
Hector Sanjuan
98a508fdd1
Deps: update go-libp2p-http to its new libp2p location
...
License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
2019-06-08 00:51:18 +02:00
Steven Allen
c7dc3c33ea
Merge pull request #6419 from ipfs/fix/6418
...
pin: fix concurrent map access race
2019-06-06 15:50:37 -07:00
Steven Allen
486f013539
pin: fix concurrent map access race
...
Not sure why this didn't show up sooner.
fixes #6418
2019-06-06 15:42:03 -07:00
Steven Allen
505eeed3e9
Merge pull request #6415 from sanderpick/sander/move-discovery
...
libp2p: moves discovery after host listen
2019-06-05 21:36:38 -07:00
Sander Pick
f2635d1f5e
libp2p: moves discovery after host listen
...
Prevents the MDNS server from starting when the host has zero addresses.
Re: https://github.com/libp2p/go-libp2p/issues/652
Signed-off-by: Sander Pick <sanderpick@gmail.com>
2019-06-05 20:32:51 -07:00
Steven Allen
a9e19281bb
Merge pull request #6413 from ipfs/doc/windows-build
...
remove mentions of gx from windows build docs
2019-06-05 19:00:30 -07:00
Dominic Della Valle
f6ea849529
doc: add Windows packages to README
2019-06-05 19:57:39 -04:00
Steven Allen
dd9cae7f04
doc: remove mentions of gx
2019-06-05 16:11:01 -07:00
Steven Allen
eb4828d28d
doc: tell windows users to use the pre-built version if possible.
2019-06-05 16:07:13 -07:00
Steven Allen
545eb3a462
build: strip GOPATH from build paths
...
This should help fix some of our problems using plugins with go-ipfs.
2019-06-05 13:22:55 -07:00
Steven Allen
f72ae26164
Merge pull request #6411 from ipfs/build/gogo-from-gomod
...
build: use protoc-gen-* from gomod
2019-06-05 12:36:48 -07:00
Steven Allen
6b0f9f71e0
build: use protoc-gen-* from gomod
...
Also,
* Make it possible to override the PROTOC binary.
* Remove gx targets.
2019-06-05 10:57:43 -07:00
Steven Allen
1fd5f9d4bc
Merge pull request #6406 from ipfs/feat/gateway-metric
...
add unixfs get metric
2019-06-05 09:05:50 -07:00
Steven Allen
5816f3c7c2
Merge pull request #6409 from ipfs/feat/circle-interop
...
Run JS interop in CircleCI
2019-06-05 09:04:20 -07:00
Łukasz Magiera
9fe4787dce
Run JS interop in CircleCI
2019-06-05 13:35:07 +02:00
Steven Allen
d460150f43
gateway: label get requests latency with the path namespace
2019-06-04 17:47:08 -07:00
Steven Allen
ebd89b4011
gateway: expand get metric metadata
2019-06-04 17:36:42 -07:00
whyrusleeping
846b6b5d95
add unixfs get metric
...
License: MIT
Signed-off-by: whyrusleeping <why@ipfs.io>
2019-06-04 17:36:42 -07:00
Steven Allen
5311ac0b69
Merge pull request #6399 from Wondertan/fix/lifecycle-helper
...
Usage of context helper in Blockstore provider
2019-06-04 09:26:48 -07:00
Steven Allen
03e2eeea2f
Merge pull request #6397 from ipfs/doc/update-changelog
...
CHANGELOG: add some missed changes
2019-06-04 09:26:05 -07:00
Steven Allen
21f3ebe3b6
Merge pull request #6401 from ipfs/doc-hashonread-default
...
docs: default value for HashOnRead is false
2019-06-04 09:12:19 -07:00
Oli Evans
c30aaa921a
docs: default value for HashOnRead is false
...
This is currently the case. It should be filpped to true, but in the meantime let's document the current situation
See: https://github.com/ipfs/go-ipfs/issues/1152
2019-06-04 16:17:32 +01:00
Hlib
1f1c68f16e
Usage of context helper in Blockstore provider
2019-06-04 16:11:27 +03:00
Steven Allen
07bf2bda49
Merge pull request #6331 from ipfs/feat/block-put-many
...
block cmd: allow adding multiple blocks at once
2019-06-03 20:42:44 -07:00
Łukasz Magiera
7be8475c9b
block cmd: allow adding multiple blocks at once
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2019-06-03 20:19:33 -07:00
Steven Allen
ff3efe8409
Merge pull request #6395 from Wondertan/fix/unused-repo
...
Remove Repo from routing fx provider parameter
2019-06-03 20:13:28 -07:00
Steven Allen
803dd8b889
CHANGELOG: add some missed changes
...
* Decreased connection initiation latency.
* Better help text.
2019-06-03 16:27:33 -07:00
Hlib
4ca2763ee5
Remove Repo from routing provider parameter
2019-06-03 09:51:12 -07:00
Steven Allen
1a32379c99
Merge pull request #6384 from ipfs/libp2p-core
...
migrate to go-libp2p-core.
2019-06-03 09:48:58 -07:00
Steven Allen
ce5084b5a5
fix: go-libp2p-pnet now enforces the correct key size
2019-06-01 17:14:16 -07:00
Steven Allen
0f66869233
fix: fixed go-ipfs-config
2019-06-01 16:05:19 -07:00
Steven Allen
f938b3d5e3
ci: rev cache version
...
Something is broken with the cache.
2019-05-31 23:46:12 -07:00
Steven Allen
5d468e23ea
chore: deprecate go-ipfs-addr
2019-05-31 23:46:11 -07:00