1. 03 Jun, 2015 1 commit
  2. 31 Mar, 2015 1 commit
  3. 03 Feb, 2015 1 commit
  4. 06 Jan, 2015 1 commit
    • Jeromy's avatar
      implement recursive indirect blocks · e3cf8936
      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!)
      e3cf8936
  5. 25 Nov, 2014 1 commit
    • Juan Batiz-Benet's avatar
      importer: simplified splitter · f6235c5c
      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.
      f6235c5c
  6. 18 Nov, 2014 1 commit
  7. 15 Nov, 2014 1 commit
  8. 09 Nov, 2014 1 commit
  9. 01 Nov, 2014 1 commit
  10. 30 Oct, 2014 1 commit
  11. 25 Oct, 2014 1 commit
    • Juan Batiz-Benet's avatar
      go-vet friendly codebase · 184c2543
      Juan Batiz-Benet authored
      - distinguish log.Error and log.Errorf functions
      - Initialize structs with field names
      - A bit of unreachable code (defers)
      184c2543
  12. 08 Oct, 2014 1 commit