1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-12-19 01:30:17 +08:00
Commit Graph

291 Commits

Author SHA1 Message Date
Louis Thibault
5f9c469b17 Upgrade to IPFS v0.5.0 2020-04-30 00:14:30 +01:00
Louis Thibault
a13311922f Add module files for go-ipfs-as-a-library example 2020-04-29 23:59:27 +01:00
Steven Allen
3a9d495f4a doc: add snap to the release checklist 2020-04-29 11:04:16 -07:00
Steven Allen
36789eaa88 Merge pull request #7238 from ipfs/feat/release-0.5.0
feat: release 0.5.0
2020-04-28 09:08:27 -07:00
Steven Allen
f55d3e8a15 feat: release 0.5.0 2020-04-28 07:48:34 -07:00
@RubenKelevra
2cd4bcf010 remove badgerds from the index, too 2020-04-28 08:54:29 +02:00
Steven Allen
4c663bcf24 feat: update experimental documentations for 0.5.0 release
Mostly:

1. Remove old experiments.
2. Update reasons for features being experimental.
3. Comment on experiments that will be enabled in the near future.
2020-04-27 16:01:27 -07:00
Steven Allen
6d7d3ef30e doc: expand on relay documentation 2020-04-27 16:00:48 -07:00
Steven Allen
fa3f4505e9 docs(datastore): fixup some notes on sync safety 2020-04-27 15:19:49 -07:00
Steven Allen
4ebe7e633d doc: fixup config docs
1. Update go-ipfs-config to fix default datastore.
2. Update TOC.
3. Update profiles list and indicate that badger isn't experimental.
2020-04-27 15:12:04 -07:00
Marcin Rataj
d4570e27ae docs: note that ShardingEnabled is a global flag
People may assume that HAMT gets enabled only for directories over some arbitrary threshold.
This is not the case. Right now it is a global setting 
which will impact the final CID of all directories produced by ipfs.add.
2020-04-27 00:11:38 +02:00
Dimitris Apostolou
1e437c7e97 Fix typos and cleanup 2020-04-20 22:00:01 +03:00
Steven Allen
1f23fc000c feat: add autonat config options
1. Enable AutoNATService on _all_ nodes by default. If it's an issue, we can
disable it in RC3 but this will give us the best testing results.
2. Expose options to configure AutoNAT rate limiting.
2020-04-14 20:54:58 -07:00
Alan Shaw
81ed4a1430 docs: fix link to version.go 2020-04-14 15:10:10 +01:00
Steven Allen
23af25f176 Merge pull request #7119 from fission-suite/fission-early-tester
Adding Fission to IPFS early testers page
2020-04-08 12:53:21 -07:00
Boris Mann
2a42d44dee Adding Fission to IPFS early testers page 2020-04-08 11:46:25 -07:00
Steven Allen
3e6f0a7942 doc: cleanup experimental features a bit 2020-04-06 18:53:16 -07:00
Pretty Please Mark Darkly
39510a1ad1 Added additional note about killing the daemon
Mounting complained that the daemon was running.
2020-04-01 20:40:56 -07:00
Pretty Please Mark Darkly
248153fc71 changed brew to brew cask 2020-04-01 20:28:52 -07:00
Steven Allen
4743b3f341 docs: fix provided -> provider subsystem 2020-03-30 13:15:18 -07:00
@RubenKelevra
4611e41e5c Apply suggestions from code review
Co-Authored-By: Will <willscott@gmail.com>
2020-03-30 21:01:56 +02:00
@RubenKelevra
0c08e0678c docs/experimental-features.md: typo 2020-03-30 18:03:12 +02:00
Steven Allen
f28b8fce66 feat: tls by default
Switches to TLS as the default security transports.
2020-03-29 19:12:54 -07:00
Marcin Rataj
3ecccd6e1d feat(gateway): subdomain and proxy gateway
License: MIT
Signed-off-by: Marcin Rataj <lidel@lidel.org>
2020-03-18 08:50:38 -07:00
Marcin Rataj
848d4c7f18 feat: IPFS_NS_MAP
Allows static DNSLink mappings with IPFS_NS_MAP.

License: MIT
Signed-off-by: Marcin Rataj <lidel@lidel.org>
2020-03-17 19:38:02 -07:00
Steven Allen
46d26af0b6 feat(graphsync): mount the graphsync libp2p protocol
This won't fetch files from graphsync but will serve them.

fixes #6830
2020-02-26 09:11:15 -08:00
Steven Allen
aae957a70d Merge pull request #6887 from ipfs/peerlog-plugin
feat: add peerlog plugin
2020-02-10 14:53:06 -08:00
Steven Allen
58e52f351d feat: make it possible to enable plugins with a build env variable 2020-02-10 13:05:32 -08:00
Steven Allen
943375b33f doc(plugin): document internal plugins 2020-02-10 12:48:25 -08:00
Steven Allen
bd8917facf doc(config): cleanup
Trying to make this a bit more consistent and structured.

* Fix wrapping.
* Use headings for all config values.
2020-01-30 22:14:21 -08:00
Steven Allen
e18e4f98d8 doc(release): add Charity Engine to the early testers programme 2020-01-29 12:15:20 -08:00
Steven Allen
57727c25c3 doc(release): document how RCs should be communicated 2020-01-22 08:17:12 -08:00
Steven Allen
864485b234 doc(release): move WebUI from manual tests to automated tests section
We no longer need to manually test the webui on release.
2020-01-17 18:17:16 -08:00
Oli Evans
0eba53bd98 docs: define Gateway.PathPrefixes
adds docs for Gateway.PathPrefixes. Taken from great commit notes by @lgierth (thank you!) 09937f84b6
2020-01-15 14:32:05 +00:00
Steven Allen
15c35a5a95 doc: update documentation for /ipfs -> /p2p multiaddr switch
See: https://github.com/libp2p/libp2p/issues/79
2019-12-14 19:39:59 +01:00
Henrique Dias
698084a88c Update README.md 2019-12-11 18:03:30 +01:00
Henrique Dias
3d976342dc Update README.md 2019-12-11 17:54:57 +01:00
Henrique Dias
5a979c6ecd Update main.go 2019-12-11 17:54:27 +01:00
Henrique Dias
9a9660e04a Create README.md 2019-12-11 17:53:59 +01:00
Henrique Dias
b370cb13bc Update README.md 2019-12-11 17:26:52 +01:00
Henrique Dias
a596c970c9 Update main.go 2019-12-11 17:25:46 +01:00
Steven Allen
22a15259e7 fix(example): cancel context 2019-12-05 13:26:46 -05:00
Adin Schmahmann
1283f76aaa gofmt: go-ipfs-as-a-library 2019-12-05 13:18:38 -05:00
Steven Allen
e6968c9f22 doc(gateway): document dnslink 2019-11-15 16:53:25 -08:00
David Dias
79d5cede21 docs: remove extra ) on the example README 2019-10-29 09:16:46 +01:00
David Dias
1bc15a4b42 docs: Tutorial - Using go-ipfs as a Library 2019-10-29 09:12:17 +01:00
Oli Evans
134cb5ef9c docs: add connmgr to config.md toc 2019-10-11 15:26:53 +01:00
Steven Allen
be87862614 Merge pull request #6678 from ipfs/feat/api-over-unix
daemon: support unix domain sockets for the API/gateway
2019-10-01 11:31:45 -07:00
David Dias
04b1bda140 docs: link remaining docs available, guide people to the right locations 2019-10-01 17:23:47 +03:00
Steven Allen
460c2119e4 daemon: support unix domain sockets for the API/gateway
All the work was client-side. Unix domain socket multiaddrs already worked
server-side.

fixes #4218
2019-09-30 17:21:28 -07:00