1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-30 09:59:13 +08:00

8589 Commits

Author SHA1 Message Date
4a59b557e7 Fix goroutine leak in dag put
License: MIT
Signed-off-by: Alec Brickner <alecjbrick@gmail.com>
2018-05-12 03:38:38 -07:00
fc4ace2882 Merge pull request #5011 from alecbrick/fix/pin-goroutine-leak
Fix goroutine leak in pin verify
2018-05-12 11:36:15 +01:00
f3f186b493 Fix goroutine leak in pin
License: MIT
Signed-off-by: Alec Brickner <alecjbrick@gmail.com>
2018-05-10 19:08:10 -07:00
7853e53860 Merge pull request #5008 from ipfs/feat/0.4.15-release
ipfs release 0.4.15
v0.4.15
2018-05-10 10:22:02 +01:00
b8942bb25e ipfs release 0.4.15
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2018-05-09 10:12:45 -07:00
44a7d6b0c2 Merge pull request #5004 from ipfs/feat/0.4.15-release-notes
add release notes for 0.4.15
2018-05-09 17:23:13 +01:00
35cd193f95 add release notes for 0.4.15
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-05-09 06:38:47 -07:00
2162f7e681 Merge pull request #4983 from ipfs/gx/release-0.4.15-rc1
gx: release 0.4.15-rc1
v0.4.15-rc1
2018-04-27 12:52:01 +09:00
bfc6bc4ab8 gx: release 0.4.15-rc1
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-04-26 20:31:21 -07:00
20322a0dbc Merge pull request #4972 from ipfs/release-0.4.15-rc1
Ipfs 0.4.15-rc1
2018-04-27 11:52:11 +09:00
8003f23130 Ipfs 0.4.15-rc1
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2018-04-26 05:54:21 -07:00
8408904c44 Merge pull request #4872 from djdv/big-deps
gx: update go-ds-flatfs
2018-04-26 21:44:12 +09:00
9abf485d1e Merge pull request #4975 from djdv/gx/go-ipfs-cmds
gx: update go-ipfs-cmds
2018-04-26 21:43:45 +09:00
b675ade0d8 gx: update go-ipfs-cmds
License: MIT
Signed-off-by: Dominic Della Valle <ddvpublic@gmail.com>
2018-04-24 15:01:16 -04:00
6321f3b729 Merge pull request #4691 from djdv/docs/windows
Change Windows build documentation
2018-04-24 21:52:13 +09:00
7b65bc3f36 Merge pull request #4965 from ipfs/gx/update-iptb
gx: update iptb
2018-04-24 14:18:44 +09:00
00c74cfca7 Merge pull request #4970 from camelmasa/update-docs
Add docs for --profile=lowpower
2018-04-24 14:18:08 +09:00
694d847fff Merge pull request #4971 from djdv/gx/lint
gx: remove unused lock dep
2018-04-24 14:17:04 +09:00
e71e94d626 gx: remove unused dep
License: MIT
Signed-off-by: Dominic Della Valle <ddvpublic@gmail.com>
2018-04-23 20:36:18 -04:00
0e6936d532 Add docs for --profile=lowpower
License: MIT
Signed-off-by: Masahiro Saito <camelmasa@gmail.com>
2018-04-23 20:33:40 +09:00
ac971f8df8 gx: update iptb
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-04-22 17:55:05 +02:00
8b383da27a Merge pull request #4946 from ipfs/fix/cidsec-bitswapstorm
cid-sec: fix bitswap strom caused by insecure CIDs
2018-04-21 00:39:52 +09:00
15859d3bc8 Merge pull request #4955 from ipfs/fix/imports
fix unused imports
2018-04-21 00:10:40 +09:00
e5ff2c3de2 cidsec: add test for command closing right away
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2018-04-20 17:07:39 +02:00
b5a45a1d90 cid-sec: fix bitswap strom caused by insecure CIDs
When we introduced CID security we didn't take into account that bitswap
might repeatly try getting the objects from the network if it fails
putting them into the blockstore.

Solution from this is not requesting those objects from bitswap.
The proper solution of failing at CID creation will make in much more
cleaner in future.

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2018-04-20 17:07:39 +02:00
3c32040ad8 fix unused imports
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-04-20 16:53:09 +02:00
67a8cb04f1 Merge pull request #4530 from ipfs/feat/sharness-junit
sharness: Generate JUnit test reports
2018-04-20 23:41:50 +09:00
922f8215fa Merge pull request #4920 from ipfs/feat/tarball
mk: add tarball support
2018-04-20 23:40:54 +09:00
c225c344e4 Merge pull request #4833 from ipfs/misc/remove-dead-code
misc: Remove some dead code
2018-04-20 23:39:55 +09:00
e701459e80 Merge pull request #4933 from maxkerp/patch-2
Fix typo in error message
2018-04-20 23:37:36 +09:00
651d5ff314 Merge pull request #4943 from ipfs/lgierth-patch-1
github: remove go-ipfs version from issue template
2018-04-20 23:36:40 +09:00
076fd91e5f Merge pull request #4835 from ipfs/fix/typos
misc: Fix a few typos
2018-04-20 23:35:58 +09:00
ad52b9ec81 Merge pull request #4912 from ipfs/extract/exchange1
Extract: exchange/interface.go, blocks/blocksutil, exchange/offline
2018-04-20 18:16:03 +09:00
fe62f778b0 ci: ignore windows/mac test results on jenkins
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-04-19 18:34:54 +02:00
8e63ddf7c8 fix json
License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
2018-04-19 12:13:33 +02:00
df59b29fdc Extract exchange/offline to go-ipfs-exchange offline
License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
2018-04-19 12:07:36 +02:00
5eb85502ab Extract: blocks/blocksutil to go-ipfs-blocksutil
License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
2018-04-19 12:07:36 +02:00
9955208f8b Extract: exchange/interface.go to go-ipfs-exchange-interface
License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
2018-04-19 12:07:30 +02:00
9551d8c7fe github: remove go-ipfs version from issue template
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2018-04-18 15:44:26 +02:00
54a3556207 Merge pull request #4940 from schomatis/fix/dag/dedup-addnodelink
dag: deduplicate AddNodeLinkClean into AddNodeLink
2018-04-17 21:13:45 +09:00
e047b58a33 dag: deduplicate AddNodeLinkClean into AddNodeLink
`AddNodeLink` used to cache the linked node whereas `AddNodeLinkClean`
did not, however, at some point the former was changed to do the same
thing as the latter (i.e., not cache the linked node). That is, they now
do the same thing so there's no reason to have both.

The name `AddNodeLink` is preserved, even though it used to imply the
cache functionality contrasting with the `Clean` suffix of
`AddNodeLinkClean`, with this function removed the cache connotation
doesn't hold anymore.

License: MIT
Signed-off-by: Lucas Molas <schomatis@gmail.com>
2018-04-16 22:25:24 -03:00
62e20ef260 gx: update go-ds-flatfs
License: MIT
Signed-off-by: Dominic Della Valle <ddvpublic@gmail.com>
2018-04-11 11:40:21 -04:00
aec1713885 Fix typo in error message
I've never written a line of go in my life, but I came across this typo
while using go-ipfs and thought I might as well just fix it myself. I'm
pretty sure you guys are really busy.

License: MIT
Signed-off-by: Max Kerp <maxkerp@gmail.com>
2018-04-11 15:33:18 +02:00
6b3915ba90 ci: run go vet, disable docker on jenkins
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-04-10 18:31:25 +02:00
9a3ff19fa8 ci: Make sure to fetch deps on go build
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-04-10 18:31:25 +02:00
3e41b15906 sharness: Don't escape colors in junit xml
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-04-10 18:31:25 +02:00
d25e82616e sharness/junit: Better test tree in jenkins
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-04-10 18:31:25 +02:00
d6fe0c195d ci: New Jenkinsfile
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-04-10 18:31:25 +02:00
ea4a46250c sharness/junit: fixes after review
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-04-10 18:31:25 +02:00
b2b68c8214 sharness/junit: review
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-04-10 18:31:25 +02:00