- 26 9月, 2019 2 次提交
-
-
由 Steven Allen 提交于
-
* multiaddr (fixes issues when the latest go-multiaddr is imported) * libp2p (lots of fixes) * prometheus * gogo/protobuf fixes #6676
由 Steven Allen 提交于
-
- 25 9月, 2019 3 次提交
-
-
Add bridged chats
由 Steven Allen 提交于 -
由 Steven Allen 提交于
-
doc(config): improve DisableNatPortMap documentation
由 Steven Allen 提交于
-
- 24 9月, 2019 10 次提交
-
-
plugins: support Close() for Tracer plugins as well
由 Steven Allen 提交于 -
fix: make collect-profiles.sh work on mac
由 Steven Allen 提交于 -
由 swedneck 提交于
-
由 swedneck 提交于
-
With an empty API headers config like ```js "API": { "HTTPHeaders": {} }, ``` running collect-profiles.sh shows connection errors when trying to POST to `/debug/pprof-mutex/` end point when using `localhost`. The same errors do not occur when using `127.0.0.1` License: MIT Signed-off-by:Oli Evans <oli@tableflip.io>
由 Oli Evans 提交于 -
The version of `date` that ships with darwin does not support the `-Iseconds` flag. Use a pattern with `date` to achieve the same thing but should have better cross platform support. License: MIT Signed-off-by:Oli Evans <oli@tableflip.io>
由 Oli Evans 提交于 -
Most of the tracers available need to properly close to send the remaining traces before the process exit.
由 Michael Muré 提交于 -
namesys(test): test TTL on publish
由 Steven Allen 提交于 -
No fix is complete without a test. fixes #6670
由 Steven Allen 提交于 -
pin: fix pin update X Y where X==Y
由 Steven Allen 提交于
-
- 23 9月, 2019 7 次提交
-
-
We were pining Y then removing the pin for X. When X == Y, we'd remove the new pin. fixes #6648
由 Steven Allen 提交于 -
namesys: set the correct cache TTL on publish
由 Steven Allen 提交于 -
discovery: improve mdns warnings
由 Steven Allen 提交于 -
* Don't warn when connecting to peers. * Include the peer id when failing to connect to discovered nodes.
由 Steven Allen 提交于 -
feat: web ui 2.5.4
由 Steven Allen 提交于 -
由 Henrique Dias 提交于
-
- 20 9月, 2019 4 次提交
-
-
由 Steven Allen 提交于
-
cmds(help): fix swarm filter add/rm help text
由 Steven Allen 提交于 -
These _are_ added/removed from the config. fixes #4605
由 Steven Allen 提交于 -
由 swedneck 提交于
-
- 12 9月, 2019 4 次提交
-
-
feat: webui 2.5.3
由 Steven Allen 提交于 -
Superseeds #6635.
由 Henrique Dias 提交于 -
build: fix golangci again
由 Steven Allen 提交于 -
The patches that required the replace directives have been merged upstream. Unfortunately, those branches have now been deleted, breaking the build. GAH!
由 Steven Allen 提交于
-
- 11 9月, 2019 2 次提交
-
-
make: move all test deps to a separate module
由 Steven Allen 提交于 -
1. This means those deps don't get pulled in unless we actually need to test. 2. It means we can cordon all the golangci-lint module replace hacks off into a separate package.
由 Steven Allen 提交于
-
- 09 9月, 2019 1 次提交
-
-
fix: close peerstore on stop
由 Steven Allen 提交于
-
- 06 9月, 2019 5 次提交
-
-
feat: web ui 2.5.1
由 Steven Allen 提交于 -
docs: add multiple gateway and api addrs
由 Steven Allen 提交于 -
由 Henrique Dias 提交于
-
由 Henrique Dias 提交于
-
fixes #6627
由 Steven Allen 提交于
-
- 04 9月, 2019 2 次提交
-
-
doc: add post-release checklist
由 Steven Allen 提交于 -
build: fix build when we don't have a full git tree
由 Steven Allen 提交于
-