1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-16 20:15:08 +08:00

21 Commits

Author SHA1 Message Date
8c20921a95 some more docs 2014-11-08 21:42:36 -08:00
2e2d02a741 probably fix OSX ipns bug 2014-11-07 14:13:11 -08:00
88bf39118c comment comment comment comment 2014-11-03 03:02:56 +00:00
09004e4989 finish addressing PR concerns 2014-11-01 16:07:56 -07:00
ce223eef61 some small cleanup of logging 2014-11-01 16:07:56 -07:00
07733b17b3 msgio pooling first hack 2014-11-01 16:07:56 -07:00
ae339a0320 remove dagwriter in favor of new importer function 2014-10-31 05:03:42 +00:00
cb22b62a9b util: remove broken rand 2014-10-30 04:14:05 -07:00
f0d823c2db fix tests (circular import) 2014-10-30 01:17:26 -07:00
18ada93ec3 rewrite add command to use dagwriter, moved a pinner into the dagwriter for inline pinning 2014-10-30 04:40:48 +00:00
056699cebe convert DAGService to an interface 2014-10-25 22:15:19 -04:00
184c25430b go-vet friendly codebase
- distinguish log.Error and log.Errorf functions
- Initialize structs with field names
- A bit of unreachable code (defers)
2014-10-25 03:46:39 -07:00
210b5df78c use my go-logging fork
until https://github.com/op/go-logging/pull/30 is merged
2014-10-25 03:43:17 -07:00
a1b61f399c refactor(unixfs/pb) mv proto PBData -> Data, etc. 2014-10-22 21:52:59 -07:00
454d1df4aa fix(unixfs/pb) rename proto package -> unixfs_pb 2014-10-22 15:54:18 -07:00
75a860ca2b refactor(unixfs) move proto to pb package
not internal since io needs it

fix(fuse/ipns) use pb package

fix(fuse) import protos from unixfs/pb package
2014-10-22 15:54:17 -07:00
f7c1ed39e0 renamed datastore.go -> go-datastore 2014-10-21 15:10:58 -07:00
ce1f8da04e add another ipns test to simulate coalesced writes 2014-10-18 12:07:46 -07:00
38177b489d add another test to try and reproduce data loss issue 2014-10-08 22:38:33 +00:00
0ffc20384e make vendor is your friend
cc @whyrusleeping
2014-10-08 14:48:34 -07:00
093c8fb04d Rework package structure for unixfs and subpackage
cc @jbenet
2014-10-08 21:14:18 +00:00