- 27 Sep, 2019 2 commits
-
-
Steven Allen authored
chore(dep): update everything
-
Steven Allen authored
-
- 26 Sep, 2019 4 commits
-
-
Steven Allen authored
-
Steven Allen authored
* multiaddr (fixes issues when the latest go-multiaddr is imported) * libp2p (lots of fixes) * prometheus * gogo/protobuf fixes #6676
-
Steven Allen authored
github: migrate actions
-
Steven Allen authored
-
- 25 Sep, 2019 3 commits
-
-
Steven Allen authored
Add bridged chats
-
Steven Allen authored
-
Steven Allen authored
doc(config): improve DisableNatPortMap documentation
-
- 24 Sep, 2019 10 commits
-
-
Steven Allen authored
plugins: support Close() for Tracer plugins as well
-
Steven Allen authored
fix: make collect-profiles.sh work on mac
-
swedneck authored
-
swedneck authored
-
Oli Evans authored
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 authored
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>
-
Michael Muré authored
Most of the tracers available need to properly close to send the remaining traces before the process exit.
-
Steven Allen authored
namesys(test): test TTL on publish
-
Steven Allen authored
No fix is complete without a test. fixes #6670
-
Steven Allen authored
pin: fix pin update X Y where X==Y
-
- 23 Sep, 2019 7 commits
-
-
Steven Allen authored
We were pining Y then removing the pin for X. When X == Y, we'd remove the new pin. fixes #6648
-
Steven Allen authored
namesys: set the correct cache TTL on publish
-
-
Steven Allen authored
discovery: improve mdns warnings
-
Steven Allen authored
* Don't warn when connecting to peers. * Include the peer id when failing to connect to discovered nodes.
-
Steven Allen authored
feat: web ui 2.5.4
-
Henrique Dias authored
-
- 20 Sep, 2019 4 commits
-
-
Steven Allen authored
-
Steven Allen authored
cmds(help): fix swarm filter add/rm help text
-
Steven Allen authored
These _are_ added/removed from the config. fixes #4605
-
swedneck authored
-
- 12 Sep, 2019 4 commits
-
-
Steven Allen authored
feat: webui 2.5.3
-
Henrique Dias authored
Superseeds #6635.
-
Steven Allen authored
build: fix golangci again
-
Steven Allen authored
The patches that required the replace directives have been merged upstream. Unfortunately, those branches have now been deleted, breaking the build. GAH!
-
- 11 Sep, 2019 2 commits
-
-
Steven Allen authored
make: move all test deps to a separate module
-
Steven Allen authored
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.
-
- 09 Sep, 2019 1 commit
-
-
Steven Allen authored
fix: close peerstore on stop
-
- 06 Sep, 2019 3 commits
-
-
Steven Allen authored
feat: web ui 2.5.1
-
Steven Allen authored
docs: add multiple gateway and api addrs
-
Henrique Dias authored
-