1. 12 Oct, 2016 1 commit
    • Jeromy's avatar
      merkledag: change 'Node' to be an interface · 01aee446
      Jeromy authored
      Also change existing 'Node' type to 'ProtoNode' and use that most
      everywhere for now. As we move forward with the integration we will try
      and use the Node interface in more places that we're currently using
      ProtoNode.
      
      License: MIT
      Signed-off-by: default avatarJeromy <why@ipfs.io>
      01aee446
  2. 10 Jul, 2016 1 commit
  3. 02 Jun, 2016 1 commit
  4. 09 Mar, 2016 1 commit
  5. 13 Feb, 2016 1 commit
  6. 03 Feb, 2016 1 commit
    • Thomas Gardner's avatar
      trivial: various superficial fixes · aaa6569f
      Thomas Gardner authored
      misc/completion/ipfs-completion.bash: add `ipfs stats` to BASH completion
      
      core/commands/mount_unix.go: ensure error is not nil before printing it
      
      contribute.md: fix bibliography indexing in example
      
      core/commands/swarm.go: change tabs to spaces in USAGE message
      
      *: 80-column readability improvements
      
      License: MIT
      Signed-off-by: default avatarThomas Gardner <tmg@fastmail.com>
      aaa6569f
  7. 12 Jan, 2016 1 commit
  8. 02 Sep, 2015 1 commit
  9. 30 Aug, 2015 1 commit
  10. 28 Apr, 2015 1 commit
  11. 31 Mar, 2015 1 commit
  12. 07 Mar, 2015 1 commit
  13. 04 Feb, 2015 1 commit
  14. 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
  15. 23 Oct, 2014 1 commit
  16. 22 Oct, 2014 1 commit
  17. 08 Oct, 2014 3 commits
  18. 06 Oct, 2014 2 commits