1. 07 Jan, 2015 1 commit
  2. 06 Jan, 2015 2 commits
    • Juan Batiz-Benet's avatar
      merkledag: keep links sorted by name · cd65ec61
      Juan Batiz-Benet authored
      May not be necessary to sort when adding each link--
      doing so would be unnecessarily expensive O(n^2) when
      constructing nodes -- though n wont be big.
      cd65ec61
    • 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
  3. 05 Jan, 2015 1 commit
    • Juan Batiz-Benet's avatar
      merkledag: LONG timeout on Get · bb8886f3
      Juan Batiz-Benet authored
      we shouldn't use an arbitrary timeout here. since Get
      doesnt take in a context yet, we give a large upper bound.
      think of an http request. we want it to go on as long as
      the client requests it.
      bb8886f3
  4. 23 Dec, 2014 1 commit
  5. 18 Dec, 2014 1 commit
  6. 15 Dec, 2014 7 commits
  7. 05 Dec, 2014 11 commits
  8. 09 Nov, 2014 1 commit
  9. 03 Nov, 2014 1 commit
  10. 01 Nov, 2014 3 commits
  11. 30 Oct, 2014 2 commits
  12. 28 Oct, 2014 3 commits
  13. 26 Oct, 2014 1 commit
  14. 25 Oct, 2014 2 commits
  15. 22 Oct, 2014 1 commit
  16. 13 Oct, 2014 1 commit
  17. 08 Oct, 2014 1 commit