- 02 Oct, 2018 3 commits
-
-
Kejie Zhang authored
License: MIT Signed-off-by: Kejie Zhang <601172892@qq.com>
-
Steven Allen authored
Cleanup instances of manual resolver construction
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
- 01 Oct, 2018 1 commit
-
-
Steven Allen authored
added binary executable files to .dockerignore
-
- 29 Sep, 2018 1 commit
-
-
rob-deutsch authored
fixed #5038 License: MIT Signed-off-by: Rob Deutsch <rdeutschob@gmail.com>
-
- 28 Sep, 2018 1 commit
-
-
Steven Allen authored
Fix inability to pin two things at once
-
- 27 Sep, 2018 4 commits
-
-
Michael Avila authored
License: MIT Signed-off-by: Michael Avila <me@michaelavila.com>
-
Michael Avila authored
License: MIT Signed-off-by: Michael Avila <me@michaelavila.com>
-
Steven Allen authored
pprof: create HTTP endpoint for setting MutexProfileFraction
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 26 Sep, 2018 3 commits
-
-
Steven Allen authored
fix(unixfs): issue #5055
-
Jakub Sztandera authored
Allows to dynamically change the MutexProfileFraction to enable and disable mutex profiling. It should be very useful for detecting deadlocks, lock contention and general concurrency problems. How to use: To enable run: curl -X POST -v 'localhost:5001/debug/pprof-mutex/?fraction=10 To disable: curl -X POST -v 'localhost:5001/debug/pprof-mutex/?fraction=0' Fraction defines which fraction of events will be profiled. Higher it is the lower performance impact but less reliable the result. To fetch the result use: go tool pprof $PATH_TO_IPFS_BIN http://localhost:5001/debug/pprof/mutex License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Overbool authored
License: MIT Signed-off-by: Overbool <overbool.xu@gmail.com>
-
- 25 Sep, 2018 1 commit
-
-
Steven Allen authored
fixed tests of raised fd limits
-
- 24 Sep, 2018 10 commits
-
-
Steven Allen authored
gx: update go-log go-ipld-cbor
-
Steven Allen authored
(and friends) License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
gx: update go-libp2p-routing
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
rob-deutsch authored
License: MIT Signed-off-by: Rob Deutsch <rdeutschob@gmail.com>
-
rob-deutsch authored
Moved the fmt.Printf call from ManageFdLimit() to the calling code. ManageFdLimit() is called by tests and its annoying to have it output text License: MIT Signed-off-by: Rob Deutsch <rdeutschob@gmail.com>
-
rob-deutsch authored
Raising FD limits was erroring when the OS's max was at the maximum signed integer value. Switched the code to using uint64 instead of int64. fixed #5495 License: MIT Signed-off-by: Rob Deutsch <rdeutschob@gmail.com>
-
Steven Allen authored
add quieter option to name publish
-
Steven Allen authored
fix(unixfs): issue #5217 (Avoid use of `pb.Data`)
-
- 21 Sep, 2018 6 commits
-
-
rob-deutsch authored
Added a quieter/Q option to 'name publish' that, consistent with 'add', only outputs the value that was published. License: MIT Signed-off-by: Rob Deutsch <rdeutschob@gmail.com>
-
Steven Allen authored
feat(daemon): print version
-
Steven Allen authored
mk: embed CurrentCommit in the right place
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
Overbool authored
License: MIT Signed-off-by: Overbool <overbool.xu@gmail.com>
-
Overbool authored
License: MIT Signed-off-by: Overbool <overbool.xu@gmail.com>
-
- 20 Sep, 2018 1 commit
-
-
Steven Allen authored
test(add): add test for issue \#5456
-
- 19 Sep, 2018 9 commits
-
-
Overbool authored
License: MIT Signed-off-by: Overbool <overbool.xu@gmail.com>
-
Steven Allen authored
update for the go-ipfs-cmds refactor
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
keks authored
License: MIT Signed-off-by: keks <keks@cryptoscope.co>
-
keks authored
License: MIT Signed-off-by: keks <keks@cryptoscope.co>
-
keks authored
License: MIT Signed-off-by: keks <keks@cryptoscope.co>
-
keks authored
License: MIT Signed-off-by: keks <keks@cryptoscope.co>
-
Steven Allen authored
`ipfs refs` won't work because we don't have the referenced objects (ipfs refs fetches everything it prints). License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-