ac971f8df8
gx: update iptb
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-04-22 17:55:05 +02:00
b7ce80c0f5
Fix key rename command output error
...
License: MIT
Signed-off-by: Xiaoyi Wang <wangxiaoyi@hyperchain.cn>
2018-04-22 11:45:37 +08:00
9b4296d9fd
ci: Collect test times for sharness
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-04-21 22:40:03 +02:00
48e2aa3252
ci: Add more timeouts to the pipeline
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-04-21 18:08: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
28aabd9859
Fixes the link to create a systemd for the ipfs deamon
.
...
The previous link did not work anymore since the example project has been merged into the website.
License: MIT
Signed-off-by: Frederik Riedel <frederik@joinoasys.org>
2018-04-19 14:03: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
83c57eda1f
sharness: Fix tests
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-04-10 18:31:25 +02:00
3eb614fcb2
sharness: Generate JUnit test reports
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-04-10 18:31:25 +02:00
c3e3da4a54
Revised
...
License: MIT
Signed-off-by: Dominic Della Valle <ddvpublic@gmail.com>
2018-04-09 15:45:45 -04:00
0ecfd7843c
Add information about bloom filter to config.md
...
License: MIT
Signed-off-by: Dominic Della Valle <ddvpublic@gmail.com>
2018-04-09 08:20:30 -04:00
0cb22ccf35
Merge pull request #4845 from ipfs/fix/default-net-bootstrap
...
fix default-net profile not reverting bootstrap config
2018-04-09 09:02:45 +09:00
dd23bec97e
profile: fix test profile tests
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-04-08 13:59:12 +02:00
5a632f7017
fix default-net profile not reverting bootstrap config
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-04-08 13:59:12 +02:00
8c2a4206d9
Merge pull request #4888 from ipfs/fix/dedup-keys
...
dedup keys in GetMany
2018-04-08 09:43:01 +09:00
8c00a74190
Merge pull request #4846 from ipfs/feat/profile-help
...
Fix missing profile docs
2018-04-08 09:42:08 +09:00
585d97f3a5
Merge pull request #4889 from ipfs/feat/faster-hamt
...
improve performance of HAMTs
2018-04-08 09:41:19 +09:00
2535220864
mk: add tarball support
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2018-04-05 19:18:22 +02:00
18eb6e8842
Merge pull request #4903 from ipfs/doc/ipns-pubsub
...
document ipns pubsub
2018-04-05 08:48:06 +09:00
bb47b63971
Change Windows build documentation
...
License: MIT
Signed-off-by: Dominic Della Valle <ddvpublic@gmail.com>
2018-04-03 14:24:47 -04:00
36bcbed889
fix typo
...
License: MIT
Signed-off-by: vyzo <vyzo@hackzen.org>
2018-04-02 22:39:41 +03:00
0466956509
words words words
...
License: MIT
Signed-off-by: vyzo <vyzo@hackzen.org>
2018-04-02 22:31:04 +03:00
d9cd2929f0
more words for ipns pubsub documentation
...
License: MIT
Signed-off-by: vyzo <vyzo@hackzen.org>
2018-03-31 10:12:54 +03:00