1. 08 Sep, 2018 1 commit
  2. 07 Sep, 2018 1 commit
  3. 05 Sep, 2018 3 commits
  4. 31 Aug, 2018 1 commit
  5. 29 Aug, 2018 1 commit
  6. 28 Aug, 2018 1 commit
  7. 27 Aug, 2018 1 commit
    • Hector Sanjuan's avatar
      Feat: depth limited refs -r · ceb37a34
      Hector Sanjuan authored
      This adds --max-depth to the "refs" commands and allows limiting
      the fetching of refs per depth. Other than that, it works as before.
      
      Note that clever branch pruning is only made when the --unique flag
      is passed. Otherwise, we re-explore branches to the given depth.
      
      This means that --unique costs memory, but may save time when
      the DAGs contain the same sub-DAGs in several places (specially if
      they are big). On the other side, not using --unique saves
      memory but may involve re-exploring large sub-DAGs.
      
      License: MIT
      Signed-off-by: default avatarHector Sanjuan <hector@protocol.ai>
      ceb37a34
  8. 24 Aug, 2018 1 commit
  9. 23 Aug, 2018 1 commit
  10. 22 Aug, 2018 4 commits
  11. 20 Aug, 2018 1 commit
    • Hector Sanjuan's avatar
      Extract /mfs · 39a87a0f
      Hector Sanjuan authored
      The /mfs module has been extracted to github.com/ipfs/go-mfs
      
      All history has been retained in the new repository. README, LICENSE,
      Makefiles and CI integration have been added to the new location.
      
      License: MIT
      Signed-off-by: default avatarHector Sanjuan <hector@protocol.ai>
      39a87a0f
  12. 15 Aug, 2018 2 commits
  13. 14 Aug, 2018 1 commit
  14. 13 Aug, 2018 2 commits
  15. 12 Aug, 2018 1 commit
  16. 11 Aug, 2018 1 commit
  17. 09 Aug, 2018 6 commits
  18. 07 Aug, 2018 4 commits
  19. 06 Aug, 2018 2 commits
  20. 05 Aug, 2018 1 commit
  21. 02 Aug, 2018 1 commit
  22. 01 Aug, 2018 2 commits
  23. 31 Jul, 2018 1 commit