kubo/merkledag
Juan Batiz-Benet 16690d4af2 race fix: pinner loads with a threadsafe datastore
All the datastores used by pinners and so on should be mutex
wrapped. One issue with changing all of them from
ds.Datastore -> ds.ThreadSafeDatastore is that we wrap the
incoming ds.ThreadSafeDatastore with other datastores, which
do not implement the interface. Re-wrapping again causes
double locking. (which may be ok..., but...) any ideas?
2015-01-14 16:15:38 -08:00
..
internal/pb fix(merkledag/pb) rename proto package -> merkledag_pb 2014-10-22 15:54:18 -07:00
traverse merkledag traversal 2015-01-07 11:04:35 -08:00
coding.go merkledag: keep links sorted by name 2015-01-06 13:12:22 -08:00
merkledag_test.go race fix: pinner loads with a threadsafe datastore 2015-01-14 16:15:38 -08:00
merkledag.go merkledag: split off node.go 2015-01-07 02:15:53 -08:00
mock.go refactor(mdag, bserv, bs) mocks, etc. 2014-12-13 05:17:16 -08:00
node.go ipfs object has learned stat 2015-01-07 02:31:29 -08:00