kubo/core
Jeromy b12ee40aba implement mark and sweep GC
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>

dont GC blocks used by pinner

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>

comment GC algo

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>

add lock to blockstore to prevent GC from eating wanted blocks

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>

improve FetchGraph

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>

separate interfaces for blockstore and GCBlockstore

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>

reintroduce indirect pinning, add enumerateChildren dag method

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-01-12 08:21:13 -08:00
..
commands implement mark and sweep GC 2016-01-12 08:21:13 -08:00
corehttp implement mark and sweep GC 2016-01-12 08:21:13 -08:00
corenet Reorged imports from jbenet/go-ipfs to ipfs/go-ipfs 2015-03-31 12:52:25 -07:00
corerepo implement mark and sweep GC 2016-01-12 08:21:13 -08:00
corerouting Reorged imports from jbenet/go-ipfs to ipfs/go-ipfs 2015-03-31 12:52:25 -07:00
coreunix implement mark and sweep GC 2016-01-12 08:21:13 -08:00
mock (ineffassign) add err check to NewNode init 2015-10-13 10:06:07 +07:00
.gitignore ignore testdb 2014-07-05 15:04:04 -07:00
bootstrap_test.go Reorged imports from jbenet/go-ipfs to ipfs/go-ipfs 2015-03-31 12:52:25 -07:00
bootstrap.go use new methods from goprocess/context, remove thirdparty/waitable 2015-09-08 21:37:40 -07:00
builder.go fix panic caused by accessing config after repo closed 2015-09-03 09:28:36 -07:00
core_test.go replace nodebuilder with a nicer interface 2015-08-27 08:43:10 -07:00
core.go merkledag FetchGraph and EnumerateChildren 2016-01-12 08:21:13 -08:00
pathresolver_test.go Add test to detect invalid path 2015-07-04 02:50:15 +07:00
pathresolver.go Fix typo 2015-10-13 16:51:47 +07:00