kubo/core
Steven Allen 223cae0f9c gc: cancel context
We were canceling the context in `GarbageCollect` but some functions call `GC`
directly. Move the context cancelation down to where we actually _need_ it.

fixes #6279

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2019-04-30 12:09:08 -07:00
..
bootstrap bootstrap: cleanup randomSubsetOfPeers 2019-04-17 16:56:27 -07:00
commands Merge pull request #6272 from ipfs/fix/add/fileerr 2019-04-27 12:55:17 -07:00
coreapi Move option parsing to BuildCfg; fix imports 2019-04-17 16:56:27 -07:00
coredag gx: unrewrite 2019-03-05 18:33:56 +01:00
corehttp core/corehttp/gateway_handler: pass a request ctx instead of the node ctx 2019-04-23 13:43:32 +03:00
corerepo gc: cancel context 2019-04-30 12:09:08 -07:00
coreunix coreiface: updates for moving path to subpackage 2019-04-17 12:03:37 -07:00
mock constructor: move libp2p related stuff to subpackage 2019-04-23 13:30:25 +02:00
node constructor: break down libp2p logic 2019-04-30 00:09:42 +02:00
.gitignore ignore testdb 2014-07-05 15:04:04 -07:00
builder.go Move option parsing to BuildCfg; fix imports 2019-04-17 16:56:27 -07:00
core_test.go gx: unrewrite 2019-03-05 18:33:56 +01:00
core.go Invert constructor config handling 2019-04-29 23:37:37 +02:00