Commit Graph

10570 Commits

Author SHA1 Message Date
Steven Allen
8e5ea5f2da
Merge pull request #6473 from ipfs/dep/update
dep: update badger/eventbus
2019-06-28 06:50:45 +02:00
Steven Allen
5d29073925 dep: pull in latest go event bus
There was a panic in the old version.
2019-06-28 06:26:35 +02:00
Steven Allen
d3d5db2657 dep: fix badger version
revert to v1.6
2019-06-28 06:25:36 +02:00
Steven Allen
239bb5c2f9
Merge pull request #6470 from ipfs/fix/reduce-libp2p-allocs
dep: update swarm/maddr-filter
2019-06-27 18:39:34 +02:00
Steven Allen
7889932ae9 dep: update swarm/maddr-filter
Reduces allocations/CPU when handling many inbound connections.
2019-06-27 18:14:15 +02:00
Steven Allen
ad153dd072
Merge pull request #6462 from elopio/patch-2
Update the required go version in the README
2019-06-27 11:45:12 +02:00
Steven Allen
cf0fdf2bdd
Merge pull request #6466 from ipfs/dep/update-libp2p
dep: update go-libp2p@0.2.0 to fix go-libp2p-core breakage
2019-06-27 11:33:30 +02:00
Jakub Sztandera
4db0ce7385 dep: update go-libp2p@0.2.0 to fix go-libp2p-core breakage
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2019-06-24 16:29:59 +02:00
Leo Arias
fd84cb3957
Update the required go version in the README 2019-06-21 10:54:05 -06:00
Jakub Sztandera
810cb607ed
Merge pull request #6461 from ipfs/fix/update-badger
Update go-ds-badger
2019-06-21 18:08:38 +02:00
Jakub Sztandera
a7f8d69008 Update go-ds-badger
Use replace to require go-libp2p-core@0.0.3
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2019-06-21 17:34:24 +02:00
Steven Allen
00c15780e3
Merge pull request #6456 from ipfs/fix/reduce-msg-allocation
dep: update go-bitswap and go-libp2p-kad-dht
2019-06-19 12:15:02 +02:00
Steven Allen
131a5eea6f dep: update go-bitswap and go-libp2p-kad-dht
Reduces long-term allocations.
2019-06-19 11:42:46 +02:00
Steven Allen
3511c4a37c
Merge pull request #6453 from ipfs/fix/update-bitswap
dep: update bitswap
2019-06-14 10:39:26 -07:00
Steven Allen
aa06693e12 dep: update bitswap
fixes a critical panic
2019-06-14 10:21:32 -07:00
Steven Allen
0fabf0b928
Merge pull request #6450 from ipfs/fix/submodule-use-http
gitmodules: use https so we don't need an ssh key
2019-06-13 12:18:11 -07:00
Steven Allen
d3a3530566 gitmodules: use https so we don't need an ssh key 2019-06-13 12:12:30 -07:00
Steven Allen
aee8041f03
Merge pull request #6445 from ipfs/fix/6442
dep: update go-bitswap
2019-06-12 17:48:32 -07:00
Steven Allen
0cd712a85f dep: update go-bitswap
fixes #6442
2019-06-12 17:30:07 -07:00
Steven Allen
3cc3538857
Merge pull request #6444 from dirkmc/fix/pin-rm-add-lock
Fix: ensure pin rm takes a lock
2019-06-12 13:26:49 -07:00
Dirk McCormick
4ead108a80 fix: ensure pin rm takes a lock 2019-06-12 14:59:06 -04:00
Steven Allen
ffb8bf4c88
Merge pull request #6441 from dirkmc/fix/block-put-flush-pin
Fix: flush pin on block put
2019-06-12 09:50:47 -07:00
Dirk McCormick
4b6175f75c fix: block put helptext 2019-06-12 12:44:01 -04:00
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