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

7469 Commits

Author SHA1 Message Date
12d992a6c4 make: use git clean in distclean target
This is the cleanest the repo will get.
If you need to publish it, tar it or anything else like that use
`make distclean`.

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-02-24 13:39:58 +01:00
4104673165 misc: fix mistakes in release checklist
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-02-22 23:02:10 +01:00
68db94c3eb misc: simplify readme installation instructions
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-02-22 22:28:17 +01:00
4c86543c5b make: add install_unsupported
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-02-22 22:28:07 +01:00
4ce6358bd7 pnet: add warning when we are in PNet and have no peers
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-02-22 20:04:56 +01:00
faca4518b3 pnet: integrate PNet
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-02-22 20:04:56 +01:00
4eed546e06 deps: update dependencies for PNet
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-02-22 20:04:43 +01:00
11a67b8160 Merge pull request #3716 from ipfs/release-0.4.6-rc1
Ipfs 0.4.6, release candidate 1
v0.4.6-rc1
2017-02-21 11:55:19 -08:00
9e2e249110 misc: improve release checklist
also prep it for templeating

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-02-21 20:43:37 +01:00
ac2e6bd3bc Ipfs 0.4.6, release candidate 1
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-02-21 10:45:57 -08:00
b0c9e7c8df Merge pull request #3713 from ipfs/feat/0.4.6-changelog
Changelog update for ipfs 0.4.6
2017-02-21 10:43:29 -08:00
a033d9eda8 Merge pull request #3702 from ipfs/feat/update-dist-path
update dists path with 1.2.2 migrations
2017-02-21 10:42:51 -08:00
3a4fbc539e Changelog update for ipfs 0.4.6
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-02-21 19:40:10 +01:00
50cd6c6d52 Merge pull request #3715 from ipfs/fix/bin/gx-version
Update gx to version 0.11
2017-02-21 09:58:26 -08:00
f66f2f079d Update gx to version 0.11
Previous version 0.10 was built with faulty version of Go 1.7 which has
problems with TCP -> DNS -> UDP timeouts.

This results in many failed calls to `gx install`

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-02-21 18:21:16 +01:00
9a4407cc71 update iptb with 'iptb stop' fix
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-02-20 22:43:08 -08:00
478551a1fd update dists path with 1.2.2 migrations
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-02-20 22:15:49 -08:00
2ef1f69859 Merge pull request #3695 from ipfs/deps/update-go-multiplex
update go multiplex dep with half closed streams support
2017-02-20 22:14:00 -08:00
29c80d76b4 Merge pull request #3698 from ipfs/fix/repo-migration-musl
WIP: fsrepo: fix musl detection for migrations
2017-02-20 20:40:45 -08:00
82127d5858 Merge pull request #3711 from ipfs/deps/update-flatfs
update flatfs to v1.1.2, directory fd closing fix
2017-02-20 20:04:56 -08:00
dd0df71f26 update go multiplex dep with half closed streams support
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-02-20 13:25:25 -08:00
e9c8036636 update flatfs to v1.1.2, directory fd closing fix
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-02-20 11:55:29 -08:00
9ff46fbab7 Merge pull request #3708 from ipfs/kevina/block-rm-marshalers
block rm: use Marshalers instead of PostRun to process output
2017-02-20 11:42:43 -08:00
427ccfc3c4 Merge pull request #3701 from ipfs/debug/iptb-fails
print out all daemon stderr files when iptb stop fails
2017-02-20 11:09:21 -08:00
4115e2315d block rm: use Marshalers instead of PostRun to process output
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-02-19 21:02:39 -05:00
14daf0a459 print out all daemon stderr files when iptb stop fails
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-02-19 16:25:28 -08:00
cdd29c24a2 Report progress during 'pin add'.
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-02-17 16:19:42 -05:00
584c095647 Merge pull request #3705 from ipfs/fix/ci/no-commit-hash
ci: Fix lack of commit hash during the build
2017-02-17 12:46:56 -08:00
bb35e40bbb Merge pull request #3703 from ipfs/fix/format-in-merkledag
Fix formatting in merkledag.go
2017-02-17 11:53:50 -08:00
d060d87dd9 ci: Fix lack of commit hash during the build
git repo requires to have objects directory which I have missed.

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-02-17 13:24:45 +01:00
67a3a67aa8 Fix formatting in merkledag.go
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-02-17 08:39:59 +01:00
c817f09b8a add tests to make sure docker requests correct migrations version
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-02-17 08:37:27 +01:00
26770b7ebb fsrepo: fix musl detection for migrations
The ldd command used for detection doesn't seem to have a
--version flag on Alpine Linux. It would print the expected
output, but instead of stdout, it would print it on stderr.

The musl detection code would only scan stdout for mentions
of "musl", and would thus *not* download the musl version
of the fs-repo-migrations executable.

This manifested in the well-known "fs-repo-migrations: not found"
error, which you get when executing something that was linked
against a different libc than the one present on the system.

License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2017-02-17 08:37:26 +01:00
765fb0f612 Merge pull request #3523 from ipfs/feat/ipv6-bootstrap
bootstrap: add a few /ip6 nodes
2017-02-16 17:00:37 -08:00
e5def26b92 Merge pull request #3687 from ipfs/feat/sub-obj-dag-get
Feat/sub obj dag get
2017-02-16 15:51:34 -08:00
8c521b685a Merge pull request #3693 from ipfs/kevina/pin-tests
Add back removed test.
2017-02-16 09:26:44 -08:00
4ae80d6933 Use quotes to fix some shellcheck warnings
License: MIT
Signed-off-by: Mateusz Naściszewski <matin1111@wp.pl>
2017-02-16 14:03:40 +01:00
644776af99 misc: require two coverage reports to create final report
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-02-16 01:36:48 +01:00
6867c87bcf Add back removed test.
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-02-15 17:35:29 -05:00
c98e20370d Merge pull request #3691 from ipfs/kevina/pin-tests
Add tests for recursively pinning a dag (i.e. large file).
2017-02-15 14:29:19 -08:00
6b07815899 Refactor download, add httpie support
License: MIT
Signed-off-by: Mateusz Naściszewski <matin1111@wp.pl>
2017-02-15 22:52:20 +01:00
4b566ede96 Add tests for recursively pinning a dag (i.e. large file).
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2017-02-15 16:51:40 -05:00
f21499f449 Make dist_get fallback to other downloaders if one fails
License: MIT
Signed-off-by: Mateusz Naściszewski <matin1111@wp.pl>
2017-02-15 21:54:54 +01:00
24a32bf9e8 Merge pull request #3602 from rht/throughput
Add closed PRs, Issues throughput
2017-02-14 14:33:47 -08:00
a2f27e1ac2 Merge pull request #3598 from Voker57/feat/frugal-enumerate
Pass cids instead of nodes around in EnumerateChildrenAsync
2017-02-14 14:29:32 -08:00
6618932545 Re-enable async children enumerating in FetchGraph
License: MIT
Signed-off-by: Iaroslav Gridin <voker57@gmail.com>
2017-02-14 14:09:40 +02:00
08f342e8ba Pass cids instead of nodes around in EnumerateChildrenAsync
License: MIT
Signed-off-by: Iaroslav Gridin <voker57@gmail.com>
2017-02-14 14:09:40 +02:00
cb611c8873 allow for sub-object resolution in dag get
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-02-13 19:15:17 -08:00
9d8a4afd75 add partial resolving to resolver code
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2017-02-13 16:25:59 -08:00
2e116b40eb Merge pull request #3649 from ipfs/deps/update-multihash
update go-multihash and bubble up deps
2017-02-13 10:00:58 -08:00