- 03 Feb, 2015 1 commit
-
-
Juan Batiz-Benet authored
Let's save log.Error for things the user can take action on. Moved all our diagnostics to log.Debug. We can ideally reduce them even further.
-
- 06 Jan, 2015 1 commit
-
-
Jeromy authored
improve efficiency of multilayered indirect blocks clean up tests panic cleanup clean up logic, improve readability add final root node to the dagservice upon creation importer: simplified dag generation test: updated hashes using latest code @whyrusleeping this is why the sharness tests were failing: the hashes are added manually to make sure our generation doesn't change. cleanup after CR fix merkledag tests fix small block generation (no subblocks!)
-
- 25 Nov, 2014 1 commit
-
-
Juan Batiz-Benet authored
The splitter is simplified using io.ReadFull, as this function does exactly what we wanted. I believe io.ErrUnexpectedEOF should be handled as an EOF here, but please correct me if I'm wrong.
-
- 18 Nov, 2014 1 commit
-
-
Juan Batiz-Benet authored
if the underlying reader is buffered with a smaller buffer it would force the chunk sizes to come out smaller than intended. cc @whyrusleeping @mappum
-
- 15 Nov, 2014 1 commit
-
-
Brian Tiger Chow authored
vanilla: 21.57 real 45.14 user 8.51 sys short: 14.40 real 31.13 user 5.56 sys License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
-
- 09 Nov, 2014 1 commit
-
-
Jeromy authored
-
- 01 Nov, 2014 1 commit
-
-
Jeromy authored
-
- 30 Oct, 2014 1 commit
-
-
Juan Batiz-Benet authored
-
- 25 Oct, 2014 1 commit
-
-
Juan Batiz-Benet authored
- distinguish log.Error and log.Errorf functions - Initialize structs with field names - A bit of unreachable code (defers)
-
- 08 Oct, 2014 1 commit
-
-
Jeromy authored
cc @jbenet
-