1. 21 Aug, 2021 1 commit
  2. 10 Aug, 2021 1 commit
  3. 17 Jun, 2021 1 commit
  4. 21 Jan, 2020 1 commit
  5. 25 Sep, 2018 1 commit
  6. 08 Feb, 2018 1 commit
  7. 01 Feb, 2018 2 commits
  8. 20 Dec, 2017 1 commit
  9. 24 Oct, 2016 1 commit
  10. 26 Aug, 2016 1 commit
  11. 24 Jun, 2016 1 commit
  12. 09 Jun, 2016 1 commit
  13. 04 May, 2016 1 commit
  14. 30 Jan, 2016 2 commits
  15. 05 Nov, 2015 1 commit
  16. 27 Oct, 2015 1 commit
  17. 03 Oct, 2015 1 commit
  18. 15 Sep, 2015 1 commit
  19. 08 Aug, 2015 1 commit
  20. 31 Mar, 2015 1 commit
  21. 03 Feb, 2015 1 commit
  22. 06 Jan, 2015 1 commit
    • Jeromy's avatar
      implement recursive indirect blocks · 31b5f255
      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!)
      31b5f255
  23. 25 Nov, 2014 1 commit
    • Juan Batiz-Benet's avatar
      importer: simplified splitter · de56900e
      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.
      de56900e
  24. 18 Nov, 2014 1 commit
  25. 09 Nov, 2014 1 commit
  26. 01 Nov, 2014 1 commit
  27. 25 Oct, 2014 1 commit
    • Juan Batiz-Benet's avatar
      go-vet friendly codebase · a753a87f
      Juan Batiz-Benet authored
      - distinguish log.Error and log.Errorf functions
      - Initialize structs with field names
      - A bit of unreachable code (defers)
      a753a87f
  28. 08 Oct, 2014 1 commit