1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-16 04:17:09 +08:00

107 Commits

Author SHA1 Message Date
6321f3b729 Merge pull request #4691 from djdv/docs/windows
Change Windows build documentation
2018-04-24 21:52:13 +09:00
0e6936d532 Add docs for --profile=lowpower
License: MIT
Signed-off-by: Masahiro Saito <camelmasa@gmail.com>
2018-04-23 20:33: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
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
f360ed7e2b add clarifying note on ipns pubsub documentation
License: MIT
Signed-off-by: vyzo <vyzo@hackzen.org>
2018-03-30 22:52:33 +03:00
c59b624e11 docs/experimental-features: document ipns pubsub
License: MIT
Signed-off-by: vyzo <vyzo@hackzen.org>
2018-03-30 20:33:45 +03:00
b290286dd7 misc: Fix a few typos
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-03-30 09:47:22 +02:00
af9b4af581 config: apply review to lowpower profile
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-03-24 16:11:42 +01:00
35da08859a daemon: config option for routing
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-03-24 16:11:42 +01:00
12c22e38a2 add initial changelog for 0.4.14
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2018-03-06 15:54:27 -08:00
eca0486e1a Merge pull request #4569 from ipfs/add-sharding-experimental-flag
Added sharding to experimental features
2018-02-09 09:54:23 -08:00
db3abf3de5 Added sharding to experimental features
Not sure about "Road to being a real feature" and also would like to have
clarified when this is being used. My understanding is that it'll shard
automatically both when using the Files API and also when doing `ipfs add -r`
but I'm not 100% about this.

License: MIT
Signed-off-by: Victor Bjelkholm <victorbjelkholm@gmail.com>
2018-01-24 09:45:02 +01:00
0f68fcf608 Merge pull request #4332 from ipfs/docs/transfer-debug
add a document to help troubleshoot data transfers
2018-01-12 10:04:55 -08:00
47386553d6 note on what 'manual connection' implies
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2018-01-12 10:04:30 -08:00
4fbcd1baea formatting fix, add example and pointer to relay
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2018-01-12 10:02:46 -08:00
f4fd369d86 Merge pull request #4195 from ipfs/feat/config-patch
config: command to apply profile after init
2018-01-02 14:02:31 -08:00
6cb375e828 docs: add badgerds to experimental-features ToC 2018-01-02 02:29:02 +01:00
4cd46781a7 docs: add interop tests to the release checklist
License: MIT
Signed-off-by: David Dias <daviddias.p@gmail.com>
2017-12-18 12:40:13 +00:00
ac26cf19cd config-patch: Inverse profiles
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-12-17 15:29:18 +01:00
acb4edcce4 config-patch: docs typo, fix server profile
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-12-16 18:16:43 +01:00
2514c74750 config-patch: apply review suggestions
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-12-15 15:37:37 +01:00
75b235d05c config docs: Move profile section to the top
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-12-15 15:37:37 +01:00
d7376cdab0 config: profile tests, docs
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-12-15 15:37:37 +01:00
eb9a04573c document gx release checklist item
License: MIT
Signed-off-by: Brendan O'Brien <sparkle_pony_2000@qri.io>
2017-12-11 13:31:41 -05:00
febf21b0c7 fix republish interval documentation
We republish every 4 hours, not 12.

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2017-11-29 15:15:58 -08:00
d4c54d6858 Merge pull request #4401 from leerspace/docs/config-announce
updating Addresses section
2017-11-21 08:49:32 -08:00
42a0c14f2a adding detail on Announce
Clarifying that the Announce array is only used when non-empty
and will override the default inferred announce addresses.

License: MIT
Signed-off-by: John Reed <john@re2d.xyz>
2017-11-20 09:48:19 -06:00
8391abb06b updating Addresses section
config.md: updating the Addresses section

Adding documentation on Announce and NoAnnounce.

Fixing typo in API default value.

License: MIT
Signed-off-by: John Reed <john@re2d.xyz>
2017-11-19 20:31:25 -06:00
0d2cc04fa7 docs: correct StorageMax config desc
License: MIT
Signed-off-by: Adrian Lanzafame <adrianlanzafame92@gmail.com>
2017-11-14 12:25:38 +10:00
cf4c9bd857 docs: Badger entry in experimenal-features
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-11-10 10:32:07 +01:00
886403df94 add a document to help troubleshoot data transfers
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-10-21 11:16:38 -07:00
bae3d73e07 Merge pull request #4270 from ipfs/misc/pnet-docs/boot
docs(pnet): add more info about bootstrap
2017-10-17 00:20:16 +01:00
6beab668fd Merge pull request #4288 from ipfs/feat/connmgr
Implement Connection Manager
2017-10-16 18:37:11 +01:00
62d521783f Integrate connection manager
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-10-16 09:46:46 -07:00
a0bedf6a5b remove the rest of the supernode code
missed in the initial cleanup

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2017-10-14 16:43:30 -07:00
be6935924f Update plugins.md
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-10-05 02:18:11 -07:00
a11bb713d6 docs: Add some docs on plugins
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-10-05 02:18:11 -07:00
c68bf20eaa Update experimental-features.md 2017-10-03 17:18:48 +03:00
bfd01b57cf docs(pnet): add more info about bootstrap
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-10-02 15:31:47 +03:00
f70fa0a2a5 docs: Update and clean-up
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-09-12 18:47:53 +02:00
b56a2b2651 add flatfs note
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-09-10 17:35:43 -07:00
70be25e3e5 documentify
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-09-07 16:18:10 -07:00
c5d362e3f4 Merge pull request #4148 from ipfs/doc/circuit-relay
document circuit relay in docs/experimental-features
2017-08-28 14:31:32 -07:00
1ff547e8c4 docs: Update docs on release
ref: https://github.com/ipfs/go-ipfs/issues/4163#issuecomment-324288851

License: MIT
Signed-off-by: David Dias <daviddias.p@gmail.com>
2017-08-23 11:42:20 +01:00
b0618e70d9 feature release version for circuit relay
License: MIT
Signed-off-by: vyzo <vyzo@hackzen.org>
2017-08-17 11:54:50 +03:00
ad772e5df9 document circuit relay in docs/experimental-features
License: MIT
Signed-off-by: vyzo <vyzo@hackzen.org>
2017-08-17 11:45:23 +03:00