Commit Graph

11097 Commits

Author SHA1 Message Date
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
Steven Allen
4752fc440d
Merge pull request #6731 from ipfs/chore/update-bitswap
dep: update bitswap for improved performance
2019-10-29 00:40:45 -07:00
Steven Allen
c93adf6701 test(sharness): fix flaky repo test
Just make sure we've removed all the blocks. We can't guarantee that the size
will revert.
2019-10-29 00:20:37 -07:00
Steven Allen
3f30a7caca fix(sharness): fix ambigious multiaddr 2019-10-28 22:55:21 -07:00
Steven Allen
67da056908 test(sharness): improve reliability of ma-pipe-unidir
Write the PID file after listening.
2019-10-28 21:54:47 -07:00
Steven Allen
02338478e0 dep: update bitswap for improved performance
The new version of bitswap should improve server-side ("seeding") performance
with high-latency disks.
2019-10-28 16:49:21 -07:00
MollyM
1baa29022d
Add WIP high-level architecture diagram 2019-10-25 01:01:26 -07:00
Steven Allen
4a102207a3
Merge pull request #6643 from ipfs/fix/provide-prometheus-namespace
ipfs namespace is now being provided to prometheus
2019-10-22 20:38:00 -07:00
Adrian Lanzafame
48f25d9ed7
pass opts.Namespace along like before 2019-10-23 10:46:11 +10:00
Steven Allen
67092c1f54
Merge pull request #6718 from hacdias/patch-3
feat: web ui 2.5.8
2019-10-22 06:04:18 +09:00
Henrique Dias
f3f3899a68
Update webui.go 2019-10-21 20:24:15 +01:00
Henrique Dias
a1854101c0
feat: web ui 2.5.8 2019-10-21 08:31:33 +01:00
Steven Allen
b59b2a0a9d
Merge pull request #6712 from ipfs/add-connmgr-to-config-toc
docs: add connmgr to config.md toc
2019-10-14 08:46:35 +09:00
Oli Evans
134cb5ef9c
docs: add connmgr to config.md toc 2019-10-11 15:26:53 +01:00
Steven Allen
23ac8a2209
Merge pull request #6707 from hacdias/patch-3
feat: web ui 2.5.7
2019-10-08 17:42:28 +09:00
Steven Allen
51226cc485
Merge pull request #6708 from ipfs/fix/4650
fix(pin): wait till after fetching to remove direct pin
2019-10-08 17:41:41 +09:00
Steven Allen
f20db0cce8 fix(pin): wait till after fetching to remove direct pin
Otherwise, we could abort while fetching the graph and stay in a state where the
direct pin is removed.

fixes #4650
2019-10-08 17:12:44 +09:00
Henrique Dias
bb59c24947
feat: web ui 2.5.7
Relevant release notes can be found on [v2.5.5](https://github.com/ipfs-shipyard/ipfs-webui/releases/tag/v2.5.5).
2019-10-08 08:33:58 +01:00
Steven Allen
672819ac36
Merge pull request #6706 from ipfs/doc/build
README: improve build documentation
2019-10-08 12:56:09 +09:00
Steven Allen
4a3a7394c0 doc(README): call out the CGO build error
fixes #6704
2019-10-08 12:54:33 +09:00
Steven Allen
a8bcecefdd doc(README): expand the build documentation
fixes #6704
2019-10-08 12:48:32 +09:00
Jakub Sztandera
01b357a98a
Merge pull request #6701 from ipfs/feat/buzhash
Introduce buzhash chunker
2019-10-08 01:45:17 +02:00
Steven Allen
14a095258c
Merge pull request #6685 from aschmahmann/fix/6527
Pinning interop: Pin ls returns appropriate zero value
2019-10-08 08:43:08 +09:00
Steven Allen
4391ef92e5
fix(sharness): spelling 2019-10-08 08:34:55 +09:00
Steven Allen
f97ed7da47
Merge pull request #6700 from ipfs/fix/eth-link
fix(resolve): correctly handle .eth domains
2019-10-08 07:34:30 +09:00
Jakub Sztandera
76d2ad404d
Add buzhash to ipfs add docs
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2019-10-07 19:57:43 +02:00
Jakub Sztandera
6f4f9b4cbb
Add test for buzhash
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2019-10-07 18:17:01 +02:00
Jakub Sztandera
67f9837734
Introduce buzhash chunker
It has the same properties as Rabin but is much faster.
Benchmark results:

```
name             speed
Buzhash2/1K-4    1.71GB/s ± 4%
Buzhash2/1M-4    1.15GB/s ± 2%
Buzhash2/16M-4    892MB/s ± 1%
Buzhash2/100M-4   904MB/s ± 2%
Rabin/1K-4       13.8MB/s ± 3%
Rabin/1M-4        171MB/s ± 3%
Rabin/16M-4       182MB/s ± 4%
Rabin/100M-4      182MB/s ± 3%
Default/1K-4     1.74GB/s ± 4%
Default/1M-4     3.22GB/s ± 2%
Default/16M-4    3.88GB/s ± 2%
Default/100M-4   4.21GB/s ± 6%
```

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2019-10-07 18:06:02 +02:00
Adin Schmahmann
69bb57895a Pin LS command emits custom JSON to handle streaming case 2019-10-07 10:43:52 -04:00
Steven Allen
554155f609 test(namesys): add fixed eth.link test 2019-10-07 22:23:35 +09:00
Steven Allen
1ead3c8fd2 test(namesys): remove broken test 2019-10-07 17:33:38 +09:00
Steven Allen
d5f22c2ca4 fix(resolve): correctly handle .eth domains
This should have been handled down inside the DNSLink resolver. Otherwise, we'll
break any name happens to end in `.eth`.

also fixes #6699
2019-10-07 17:28:13 +09:00
Steven Allen
b15edf287d
Merge pull request #6697 from jessicaschilling/patch-2
Update README.md
2019-10-02 15:56:11 -07:00
Jessica Schilling
c24e7256c7
Update README.md
Change first link under "Getting Started" to more specific docs per https://github.com/ipfs/go-ipfs/pull/6692#issuecomment-537110811
Ref https://github.com/ipfs/go-ipfs/pull/6692
2019-10-02 16:48:12 -06: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
Steven Allen
ad541c8548
Merge pull request #6691 from ipfs/daviddias-patch-1
docs: guide users to the right locations for questions
2019-10-01 09:14:23 -07:00
Steven Allen
d688db8bc7
Merge pull request #6693 from ipfs/daviddias-patch-3
docs: readme improvements
2019-10-01 08:12:20 -07:00
David Dias
166b309606
Update README.md 2019-10-01 17:55:45 +03:00
David Dias
fe829d360b
Update README.md 2019-10-01 17:55:40 +03:00
David Dias
6ae8b86a62
Update README.md 2019-10-01 17:55:35 +03:00
David Dias
8d9e7df42b
Update README.md
Co-Authored-By: Eric Ronne <eric@protocol.ai>
2019-10-01 17:54:40 +03:00
David Dias
81878a5d30 docs: readme improvements 2019-10-01 17:52:54 +03:00
Steven Allen
949cac23ef
Merge pull request #6694 from ipfs/daviddias-patch-4
docs: link remaining docs available, guide people to the right locations
2019-10-01 07:44:22 -07:00
Steven Allen
61f1b74f70
Merge pull request #6692 from ipfs/daviddias-patch-2
docs: fix broken url
2019-10-01 07:34:56 -07:00
David Dias
04b1bda140
docs: link remaining docs available, guide people to the right locations 2019-10-01 17:23:47 +03:00
David Dias
382170b8b4
docs: add pointer to docs 2019-10-01 16:12:35 +03:00
David Dias
211fba776a
docs: fix broken url 2019-10-01 11:56:23 +03:00
David Dias
d434564a00
docs: guide users to the right locations for questions 2019-10-01 11:50:10 +03:00
Steven Allen
8e346a993e test(sharness): fix tests for commands lib update
We no longer spit out the annoying http error.
2019-09-30 18:47:55 -07:00