- 01 10月, 2019 24 次提交
-
-
由 Steven Allen 提交于
-
由 Steven Allen 提交于
-
We should be _resolving_ symlinks (sometimes, still need to figure out when to do this WRT IPNS). However, that's a larger feature.
由 Steven Allen 提交于 -
由 Steven Allen 提交于
-
1. Require files to have known sizes. We can add support for unknown sizes _later_ but we can't use ServeContent for those files. 2. Replace the `sizeReadSeeker` with a `lazySeeker`. This one makes no assumptions about how it's used so we're less likely to run into weird bugs.
由 Steven Allen 提交于 -
由 Steven Allen 提交于
-
Fixes symlink sizes.
由 Steven Allen 提交于 -
由 Steven Allen 提交于
-
daemon: support unix domain sockets for the API/gateway
由 Steven Allen 提交于 -
docs: guide users to the right locations for questions
由 Steven Allen 提交于 -
docs: readme improvements
由 Steven Allen 提交于 -
由 David Dias 提交于
-
由 David Dias 提交于
-
由 David Dias 提交于
-
Co-Authored-By:Eric Ronne <eric@protocol.ai>
由 David Dias 提交于 -
由 David Dias 提交于
-
docs: link remaining docs available, guide people to the right locations
由 Steven Allen 提交于 -
docs: fix broken url
由 Steven Allen 提交于 -
由 David Dias 提交于
-
由 David Dias 提交于
-
由 David Dias 提交于
-
由 David Dias 提交于
-
We no longer spit out the annoying http error.
由 Steven Allen 提交于 -
All the work was client-side. Unix domain socket multiaddrs already worked server-side. fixes #4218
由 Steven Allen 提交于
-
- 30 9月, 2019 5 次提交
-
-
add systemd support
由 Steven Allen 提交于 -
Update go-libp2p-http (and go-libp2p-gostream)
由 Steven Allen 提交于 -
feat: add ipfs version info to prometheus metrics
由 Steven Allen 提交于 -
Adds `ipfs_info` prometheus metric with version and commit info ```prometheus ipfs_info{commit="9ea7c6a1-dirty",version="0.5.0-dev"} 1 ``` This follows the same pattern as go and other systems, adding a gauge metric that is set to 1, with the version info addeds as labels. This is a common pattern for prometheus. It lets operators merge version info into other prometheus metrics by multiplying it with the other stat, as described in https://www.robustperception.io/exposing-the-software-version-to-prometheus For example, we already expose the go version info as ```prometheus go_info{version="go1.12.9"} 1 ``` License: MIT Signed-off-by:Oli Evans <oli@tableflip.io>
由 Oli Evans 提交于 -
Fix typo
由 Steven Allen 提交于
-
- 28 9月, 2019 1 次提交
-
- 27 9月, 2019 10 次提交
-
-
Manually removed some newly-appeared // indirect imports as they seem to just pollute the go.mod.
由 Hector Sanjuan 提交于 -
由 Steven Allen 提交于
-
由 Steven Allen 提交于
-
That way, we can reliably know when the daemon is ready.
由 Steven Allen 提交于 -
Instead of letting systemd override the configured addresses, merge them. This is likely the "expected" behavior.
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
chore(dep): update everything
由 Steven Allen 提交于 -
由 Steven Allen 提交于
-