- 10 Feb, 2020 4 commits
-
-
Steven Allen authored
-
Steven Allen authored
-
Oli Evans authored
adds a plugin to log just peerIDs for nodes we connect to, to allow us to see how many unique peers a node connects to over time. It's set up a preloaded plugin, so it would be enabled by default. We may want to extract it to a seperate repo so we can make it an optional add on. **Usage** ```console $ GOLOG_FILE=~/peer.log IPFS_LOGGING_FMT=json ipfs daemon ``` **output** ```json {"level":"info","ts":"2020-02-10T13:54:26.639Z","logger":"plugin/peerlog","caller":"peerlog/peerlog.go:51","msg":"connected","peer":"QmS2H72gdrekXJggGdE9SunXPntBqdkJdkXQJjuxcH8Cbt"} {"level":"info","ts":"2020-02-10T13:54:59.095Z","logger":"plugin/peerlog","caller":"peerlog/peerlog.go:56","msg":"disconnected","peer":"QmS2H72gdrekXJggGdE9SunXPntBqdkJdkXQJjuxcH8Cbt"} ``` License: MIT Signed-off-by: Oli Evans <oli@tableflip.io>
-
Oli Evans authored
License: MIT Signed-off-by: Oli Evans <oli@tableflip.io>
-
- 29 Jan, 2020 1 commit
-
-
Steven Allen authored
-
- 09 Jan, 2020 1 commit
-
-
Steven Allen authored
We already do this in the datastore _profile_, but we should do this in the plugin as well. I'm pretty sure this makes absolutely no difference.
-
- 22 Nov, 2019 1 commit
-
-
Michael Muré authored
-
- 24 Sep, 2019 1 commit
-
-
Michael Muré authored
Most of the tracers available need to properly close to send the remaining traces before the process exit.
-
- 30 Aug, 2019 1 commit
-
-
Steven Allen authored
For now, configs specified in `daemon --init-config` and `init CONFIG` are not available. We should fix this eventually but isn't necessary for now (and supporting this will be annoying).
-
- 15 Aug, 2019 1 commit
-
-
Steven Allen authored
* Allow '*' meaning "load all plugins". * Expose a Preload function that users can call.
-
- 28 Jun, 2019 2 commits
-
-
Steven Allen authored
-
Steven Allen authored
1. Allow loading from arbitrary and multiple directories. 2. Make it possible to directly load built-in plugins that _aren't_ in the preload list.
-
- 12 Jun, 2019 2 commits
-
-
Simon Menke authored
-
Simon Menke authored
-
- 21 May, 2019 1 commit
-
-
Steven Allen authored
-
- 29 Mar, 2019 1 commit
-
-
Steven Allen authored
Most of these are probably harmless but a few looked like they might actually be bugs. Most of them are just faulty tests. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 05 Mar, 2019 1 commit
-
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 01 Mar, 2019 1 commit
-
-
Steven Allen authored
fixes #6028, fixes crash when writing after closing on flatfs. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 27 Feb, 2019 2 commits
-
-
Steven Allen authored
Fixes the latest batch of bugs found in RC testing. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Hector Sanjuan authored
License: MIT Signed-off-by: Hector Sanjuan <code@hector.link>
-
- 21 Feb, 2019 2 commits
-
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
* go-bitswap: fix some race conditions. * go-libp2p-kad-dht: fix a goroutine leak. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 19 Feb, 2019 2 commits
-
-
Steven Allen authored
* Updates go-ipfs-cmds to try to get the tests to pass on travis. * While we're at it, fix duplicate gx deps. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 18 Feb, 2019 1 commit
-
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 14 Feb, 2019 1 commit
-
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 11 Feb, 2019 1 commit
-
-
Steven Allen authored
fix compatibility issue with js-ipfs License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 09 Feb, 2019 2 commits
-
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
- 30 Jan, 2019 2 commits
-
-
Steven Allen authored
This allows users to run multiple go-ipfs "clients" in-process. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
There's no reason for these to be exclusive. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 23 Jan, 2019 1 commit
-
-
Łukasz Magiera authored
(and everything else...) License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
- 19 Dec, 2018 1 commit
-
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 18 Dec, 2018 1 commit
-
-
Kacper Łukawski authored
License: MIT Signed-off-by: Kacper Łukawski <kacluk98@gmail.com>
-
- 28 Nov, 2018 1 commit
-
-
Lucas Molas authored
License: MIT Signed-off-by: Lucas Molas <schomatis@gmail.com>
-
- 16 Nov, 2018 1 commit
-
-
hannahhoward authored
License: MIT Signed-off-by: hannahhoward <hannah@hannahhoward.net>
-
- 05 Nov, 2018 2 commits
-
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
- 03 Nov, 2018 1 commit
-
-
Steven Allen authored
fixes #5709 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 29 Oct, 2018 1 commit
-
-
Hector Sanjuan authored
License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
-