1. 20 4月, 2018 12 次提交
  2. 19 4月, 2018 5 次提交
  3. 18 4月, 2018 1 次提交
  4. 17 4月, 2018 2 次提交
    • Merge pull request #4940 from schomatis/fix/dag/dedup-addnodelink · 54a35562
      dag: deduplicate AddNodeLinkClean into AddNodeLink
      Whyrusleeping 提交于
    • dag: deduplicate AddNodeLinkClean into AddNodeLink · e047b58a
      `AddNodeLink` used to cache the linked node whereas `AddNodeLinkClean`
      did not, however, at some point the former was changed to do the same
      thing as the latter (i.e., not cache the linked node). That is, they now
      do the same thing so there's no reason to have both.
      
      The name `AddNodeLink` is preserved, even though it used to imply the
      cache functionality contrasting with the `Clean` suffix of
      `AddNodeLinkClean`, with this function removed the cache connotation
      doesn't hold anymore.
      
      License: MIT
      Signed-off-by: 's avatarLucas Molas <schomatis@gmail.com>
      Lucas Molas 提交于
  5. 11 4月, 2018 1 次提交
    • Fix typo in error message · aec17138
      I've never written a line of go in my life, but I came across this typo
      while using go-ipfs and thought I might as well just fix it myself. I'm
      pretty sure you guys are really busy.
      
      License: MIT
      Signed-off-by: 's avatarMax Kerp <maxkerp@gmail.com>
      Max Kerp 提交于
  6. 10 4月, 2018 9 次提交
  7. 09 4月, 2018 1 次提交
  8. 08 4月, 2018 5 次提交
  9. 05 4月, 2018 1 次提交
  10. 04 4月, 2018 1 次提交
  11. 02 4月, 2018 2 次提交