Commit Graph

117 Commits

Author SHA1 Message Date
Łukasz Magiera
ffc74391d5 move version.go to top level package
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-08-09 11:01:10 +02:00
Łukasz Magiera
b65cf84a34 repo: move version.go back here
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-08-09 10:51:15 +02:00
Steven Allen
1c70c5c5cf document the fact that we now publish releases on GitHub
(due to censorship of ipfs.io)

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-07-28 15:38:42 -07:00
Whyrusleeping
419bfdc20f
Merge pull request #4924 from ipfs/docs/config
Add information about bloom filter to config.md
2018-07-16 17:12:10 +02:00
Kevin Atkinson
b53a1b3022 Add config option to enable urlstore.
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2018-07-13 09:07:51 -04:00
Alfie John
9fd74b3c0a Grammar fix
License: MIT
Signed-off-by: Alfie John <alfie@alfie.wtf>
2018-06-29 11:57:19 +10:00
Rob Brackett
76f018cacf
Add README to docs folder, fixes #5049
Also adds a link to the authors list in the top-level README.

License: MIT
Signed-off-by: Rob Brackett <rob@robbrackett.com>
2018-06-07 09:57:41 -07:00
Adrian Lanzafame
cfb016498e
docs: fix experimental features toc
License: MIT
Signed-off-by: Adrian Lanzafame <adrianlanzafame92@gmail.com>
2018-04-25 10:07:28 +10:00
Whyrusleeping
6321f3b729
Merge pull request #4691 from djdv/docs/windows
Change Windows build documentation
2018-04-24 21:52:13 +09:00
camelmasa
0e6936d532 Add docs for --profile=lowpower
License: MIT
Signed-off-by: Masahiro Saito <camelmasa@gmail.com>
2018-04-23 20:33:40 +09:00
Whyrusleeping
076fd91e5f
Merge pull request #4835 from ipfs/fix/typos
misc: Fix a few typos
2018-04-20 23:35:58 +09:00
Dominic Della Valle
c3e3da4a54 Revised
License: MIT
Signed-off-by: Dominic Della Valle <ddvpublic@gmail.com>
2018-04-09 15:45:45 -04:00
Dominic Della Valle
0ecfd7843c Add information about bloom filter to config.md
License: MIT
Signed-off-by: Dominic Della Valle <ddvpublic@gmail.com>
2018-04-09 08:20:30 -04:00
Whyrusleeping
18eb6e8842
Merge pull request #4903 from ipfs/doc/ipns-pubsub
document ipns pubsub
2018-04-05 08:48:06 +09:00
Dominic Della Valle
bb47b63971 Change Windows build documentation
License: MIT
Signed-off-by: Dominic Della Valle <ddvpublic@gmail.com>
2018-04-03 14:24:47 -04:00
vyzo
36bcbed889 fix typo
License: MIT
Signed-off-by: vyzo <vyzo@hackzen.org>
2018-04-02 22:39:41 +03:00
vyzo
0466956509 words words words
License: MIT
Signed-off-by: vyzo <vyzo@hackzen.org>
2018-04-02 22:31:04 +03:00
vyzo
d9cd2929f0 more words for ipns pubsub documentation
License: MIT
Signed-off-by: vyzo <vyzo@hackzen.org>
2018-03-31 10:12:54 +03:00
vyzo
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
vyzo
c59b624e11 docs/experimental-features: document ipns pubsub
License: MIT
Signed-off-by: vyzo <vyzo@hackzen.org>
2018-03-30 20:33:45 +03:00
Łukasz Magiera
b290286dd7 misc: Fix a few typos
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-03-30 09:47:22 +02:00
Łukasz Magiera
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
Łukasz Magiera
35da08859a daemon: config option for routing
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2018-03-24 16:11:42 +01:00
Jeromy
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
Whyrusleeping
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
Whyrusleeping
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
Jeromy
47386553d6 note on what 'manual connection' implies
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2018-01-12 10:04:30 -08:00
Jeromy
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
Whyrusleeping
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
Lars Gierth
6cb375e828
docs: add badgerds to experimental-features ToC 2018-01-02 02:29:02 +01:00
David Dias
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
Łukasz Magiera
ac26cf19cd config-patch: Inverse profiles
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-12-17 15:29:18 +01:00
Łukasz Magiera
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
Łukasz Magiera
2514c74750 config-patch: apply review suggestions
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-12-15 15:37:37 +01:00
Łukasz Magiera
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
Łukasz Magiera
d7376cdab0 config: profile tests, docs
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2017-12-15 15:37:37 +01:00
Brendan O'Brien
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
Steven Allen
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
Whyrusleeping
d4c54d6858
Merge pull request #4401 from leerspace/docs/config-announce
updating Addresses section
2017-11-21 08:49:32 -08:00
John Reed
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
John Reed
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
Adrian Lanzafame
0d2cc04fa7 docs: correct StorageMax config desc
License: MIT
Signed-off-by: Adrian Lanzafame <adrianlanzafame92@gmail.com>
2017-11-14 12:25:38 +10:00
Łukasz Magiera
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
Jeromy
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
Jeromy Johnson
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
Jeromy Johnson
6beab668fd Merge pull request #4288 from ipfs/feat/connmgr
Implement Connection Manager
2017-10-16 18:37:11 +01:00
Jeromy
62d521783f Integrate connection manager
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-10-16 09:46:46 -07:00
Steven Allen
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
Jeromy Johnson
be6935924f Update plugins.md
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-10-05 02:18:11 -07:00