1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-02 03:28:25 +08:00

7290 Commits

Author SHA1 Message Date
6680060bc9 Revert "Add issue number to the OSXFUSE 3+ message"
This reverts commit 018a5d594db14570c4c5f8eed5fee6bb8f435a4f.
2017-03-02 02:55:17 +01:00
91abcbe5ed deps: remove vendored fuse lib
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-03-02 02:55:17 +01:00
9ed4b9e46a deps: switch to gx based fuse lib
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-03-02 02:55:14 +01:00
f2ce0c7191 Merge pull request #3694 from ipfs/misc/codecov/requre-two-results
misc: require two coverage reports to create final report
2017-03-01 17:41:37 -08:00
473f87508a Merge pull request #3618 from Zanadar/test/msfr-test
Tests for mfsr.go
2017-03-01 17:40:59 -08:00
979ce5602d Merge pull request #3733 from ipfs/deps/remove-autobatch
deps: remove autobatch
2017-03-01 16:51:03 -08:00
ea8e0f5074 Merge pull request #3692 from mateon1/fix/dist-get
Make bin/dist_get fall back to other downloaders if one fails
2017-03-01 16:50:20 -08:00
7b27f1f840 Merge pull request #3723 from ipfs/fix/daemon/late-gw
daemon: move gateway start to latter
2017-03-01 16:45:14 -08:00
dd9584ba28 Merge pull request #3697 from ipfs/feat/pnet2
PNet take 2
2017-03-01 16:43:48 -08:00
35283cf05e Merge pull request #3722 from ipfs/make/distclean/pristine
make: use git clean in distclean target
2017-03-01 16:42:17 -08:00
b935cbc199 Merge pull request #3719 from ipfs/feat/makefile/install-unsupported
Add install_unsupported
2017-03-01 16:41:37 -08:00
da12ce900d Merge pull request #3714 from ipfs/deps/update-iptb
update iptb with 'iptb stop' fix
2017-03-01 16:41:17 -08:00
34a94c2812 Merge pull request #3671 from ipfs/kevina/pin-add-progress
Report progress during `pin add`
2017-03-01 16:39:10 -08:00
c8d63ecb66 Merge pull request #3685 from kpcyrd/dockerfile_prepare_cmd
Dockerfile: Deprecate implicit daemon argument
2017-03-01 16:38:37 -08:00
ed729423ce Merge pull request #3738 from ipfs/version/0.4.6
Ipfs 0.4.6
v0.4.6
2017-03-01 13:54:15 -08:00
6213fd89ec Ipfs 0.4.6
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-03-01 13:03:08 -08:00
fe0cc96b24 fix: race of conditions in keystore test
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-02-28 18:19:42 +01:00
25c3e126b8 keystore: add self key to the listing
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-02-28 16:16:16 +01:00
f549dd4632 deps: remove autobatch
It isn't use in go-ipfs directly, just in kad-dht

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-02-28 15:49:48 +01:00
c63559081c misc: add branch archiving script
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-02-27 21:56:38 +01:00
753066b8cd daemon: move gateway start to latter
To prevent panic when daemon closes early.

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-02-24 20:09:43 +01:00
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