- 04 11月, 2019 1 次提交
-
-
由 Adrian Lanzafame 提交于
-
- 31 10月, 2019 1 次提交
-
-
doc(README): document requirements for cross-compiling with OpenSSL support
由 Steven Allen 提交于
-
- 30 10月, 2019 4 次提交
-
-
feat: web ui 2.6.0
由 Steven Allen 提交于 -
Add high-level go-ipfs architecture diagram
由 MollyM 提交于 -
fixes #6736
由 Steven Allen 提交于
-
- 29 10月, 2019 10 次提交
-
-
docs: remove extra ) on the example README
由 Steven Allen 提交于 -
由 MollyM 提交于
-
update maintainer label
由 Steven Allen 提交于 -
The `MAINTAINER` Dockerfile instruction has been deprecated, and the [dockerfile documentation](https://docs.docker.com/engine/reference/builder/#maintainer-deprecated) recommends using `LABEL maintainer="..."`. This commit updates the Dockerfile to use the recommended form.
由 Jakub Kaczmarzyk 提交于 -
由 David Dias 提交于
-
由 David Dias 提交于
-
dep: update bitswap for improved performance
由 Steven Allen 提交于 -
Just make sure we've removed all the blocks. We can't guarantee that the size will revert.
由 Steven Allen 提交于 -
由 Steven Allen 提交于
-
Write the PID file after listening.
由 Steven Allen 提交于
-
- 28 10月, 2019 1 次提交
-
-
The new version of bitswap should improve server-side ("seeding") performance with high-latency disks.由 Steven Allen 提交于
-
- 25 10月, 2019 1 次提交
-
-
由 MollyM 提交于
-
- 23 10月, 2019 2 次提交
-
-
ipfs namespace is now being provided to prometheus
由 Steven Allen 提交于 -
由 Adrian Lanzafame 提交于
-
- 21 10月, 2019 3 次提交
-
-
feat: web ui 2.5.8
由 Steven Allen 提交于 -
由 Henrique Dias 提交于
-
由 Henrique Dias 提交于
-
- 13 10月, 2019 1 次提交
-
-
docs: add connmgr to config.md toc
由 Steven Allen 提交于
-
- 11 10月, 2019 1 次提交
-
-
由 Oli Evans 提交于
-
- 08 10月, 2019 7 次提交
-
-
feat: web ui 2.5.7
由 Steven Allen 提交于 -
fix(pin): wait till after fetching to remove direct pin
由 Steven Allen 提交于 -
Otherwise, we could abort while fetching the graph and stay in a state where the direct pin is removed. fixes #4650
由 Steven Allen 提交于 -
Relevant release notes can be found on [v2.5.5](https://github.com/ipfs-shipyard/ipfs-webui/releases/tag/v2.5.5).
由 Henrique Dias 提交于 -
README: improve build documentation
由 Steven Allen 提交于 -
fixes #6704
由 Steven Allen 提交于 -
fixes #6704
由 Steven Allen 提交于
-
- 07 10月, 2019 8 次提交
-
-
Introduce buzhash chunker
由 Jakub Sztandera 提交于 -
Pinning interop: Pin ls returns appropriate zero value
由 Steven Allen 提交于 -
由 Steven Allen 提交于
-
fix(resolve): correctly handle .eth domains
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protocol.ai>
由 Jakub Sztandera 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protocol.ai>
由 Jakub Sztandera 提交于 -
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>
由 Jakub Sztandera 提交于 -
由 Adin Schmahmann 提交于
-