1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-25 06:58:18 +08:00

5006 Commits

Author SHA1 Message Date
ece43a5b7f Merge pull request #1937 from ipfs/refactor/transport
refactor net code to use transports, in rough accordance with libp2p
2015-11-10 04:41:32 +00:00
94647ed884 only fail interface setup if all addresses fail
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-11-09 20:02:26 -08:00
724e6cb37d reuseport tcp is now a dial creation option
And other assorted PR feedback

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-11-09 20:02:26 -08:00
8e6609e78a add timeout opt to transport dialer creation
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-11-09 20:02:26 -08:00
d26a918258 refactor net code to use transports, in rough accordance with libp2p
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-11-09 20:02:23 -08:00
6ad200e821 Merge pull request #1951 from ipfs/fix/api-check-timeout
add another error to the isConnRefused check
2015-11-08 16:36:22 -08:00
a23609fc4d improve conn refused error check
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>

rewrite path to filepath in fsrepo

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>

remove api file on repo close

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>

update function to check normal net.OpErrors

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-11-08 16:09:47 -08:00
0b3e0373d5 Merge pull request #1914 from ipfs/fix/log-hang
fix webui log hanging bug
2015-11-08 23:50:31 +00:00
261cdee451 Merge pull request #1927 from ipfs/feature/edit-contribute
Edited contribute
2015-11-08 10:18:04 -05:00
2c0fa4bc99 Merge pull request #1940 from ipfs/feat/version-repo
add option to version command to print repo version
2015-11-06 04:03:41 -08:00
2f5563b3c0 fix log hanging issue, and implement close-notify for commands
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-11-05 15:57:28 -08:00
94bdce63a7 vendor logging lib update
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-11-05 15:57:21 -08:00
7811983901 add option to version command to print repo version
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-11-03 12:19:12 -08:00
b508c23b7e Merge pull request #1935 from ipfs/fix/nil-data-marshal
set data and links nil if not present
2015-11-03 04:07:47 -05:00
0d35cc9aea set data and links nil if not present
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-11-02 23:38:36 -08:00
e90bd9300e Merge pull request #1928 from ipfs/feature/security
Added a security section
2015-11-02 18:47:44 -05:00
d6732755fb Merge pull request #1887 from ipfs/feat/ipns-cache
cache ipns entries to speed things up a little
2015-11-02 18:11:03 -05:00
c7fb7ce17d cache ipns entries to speed things up a little
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-11-02 12:53:08 -08:00
cdcf457d8f Added a security section
See https://github.com/ipfs/community/issues/62

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2015-11-02 09:46:36 -05:00
be334f3c34 Added commit sign off section
This was in the main contributing guidelines, but is only enforced in this repo. I've added it here.

As part of https://github.com/ipfs/community/issues/63

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2015-11-02 05:11:36 -05:00
dd72eb6b01 Moved email juan to ipfs/contribute
This was part of https://github.com/ipfs/community/issues/63

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2015-11-02 05:11:09 -05:00
01a795800f Small edits
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2015-11-02 05:10:46 -05:00
f36ada87f6 Merge pull request #1919 from rht/cat-ipns
Allow `ipfs cat` on ipns path
2015-11-02 03:22:15 -05:00
rht
31115f51a0 Allow ipfs cat on ipns path
License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
2015-10-31 15:55:47 +07:00
36de29acce bump development version to 0.3.10-dev
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-10-31 04:36:19 -04:00
43622bd5ee added gobuilder no_go_fmt flag to right file
License: MIT
Signed-off-by: Juan Benet <juan@benet.ai>
v0.3.9
2015-10-31 04:36:13 -04:00
220d6b168f Ipfs version 0.3.9
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-10-31 01:49:30 -04:00
394d9adfa4 Merge pull request #1920 from ipfs/webui-update
webui updated to disable logs
2015-10-31 01:45:47 -04:00
b675bfc595 webui updated to disable logs
to: /ipfs/QmR9MzChjp1MdFWik7NjEjqKQMzVmBkdK3dz14A6B5Cupm

https://github.com/ipfs/webui/pull/91

License: MIT
Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
2015-10-31 01:22:42 -04:00
f703b2c375 Merge pull request #1886 from ipfs/fix/ThatPut
fixing putHandler
2015-10-31 01:03:33 -04:00
c1847e9f69 putHandler: addressed CR from @jbenet
License: MIT
Signed-off-by: Henry <cryptix@riseup.net>
2015-10-31 01:37:37 +01:00
a93dbf6d01 Merge pull request #1913 from ipfs/test-ipfs-config
t0021: test 'ipfs config show'
2015-10-30 17:06:33 -04:00
933b973394 Merge pull request #1912 from ipfs/t0220-bitswap-stat
t0220: add 'ipfs bitswap stat' tests
2015-10-30 17:06:25 -04:00
d82ff148e5 Merge pull request #1847 from ipfs/sharness-coverage-script
Sharness coverage script
2015-10-30 17:04:37 -04:00
bbe95b8ad4 t0021: test 'ipfs config show'
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-10-29 16:26:52 +01:00
3e57460c87 t0220: show breakage with ipfs bitswap wantlist -p
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-10-29 15:37:58 +01:00
1c279b936e t0220: add 'ipfs bitswap stat' tests
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-10-29 15:07:46 +01:00
6801d3f768 Merge pull request #1911 from ipfs/fix/api-content-type
content type on command responses default to text
2015-10-29 05:31:42 -04:00
bb9493ac7c content type on command responses default to text
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-10-29 02:11:09 -07:00
3c8c729a77 Merge pull request #1875 from ipfs/fix/windows-builds
windows builds fix
2015-10-29 03:10:07 -04:00
8d6340268a add check to makefile to ensure windows builds dont fail silently
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-10-28 14:24:15 -07:00
44059875b6 skip cli parse tests on windows due to no stdin
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-10-28 14:23:17 -07:00
2b937007da fix path creation so it works on windows
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-10-28 14:23:13 -07:00
5cab903db7 force godeps to save windows import
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-10-28 14:12:36 -07:00
bf415b0dff Merge pull request #1889 from ipfs/fix/log-writer
fix bug in mirrorwriter removal
2015-10-28 16:57:52 -04:00
bcc76f2bbe Merge pull request #1881 from ipfs/goreq-1.5
purposely fail builds pre1.5
2015-10-28 03:59:29 -04:00
b8b4e45665 fixing putHandler for --writable http gateway
I disabled this a long time ago and never refactored it. About time.

License: MIT
Signed-off-by: Henry <cryptix@riseup.net>
2015-10-28 08:11:56 +01:00
62cb6ebf8a Merge pull request #1900 from ipfs/fix/swarm-con-err
make swarm connect return an error when it fails
2015-10-27 20:04:48 -04:00
c023d187b5 update code to use new logging changes
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-10-27 11:04:56 -07:00
248e74845d vendor in logging lib changes
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-10-27 10:47:20 -07:00