1. 18 4月, 2018 1 次提交
  2. 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 提交于
  3. 09 4月, 2018 1 次提交
  4. 08 4月, 2018 5 次提交
  5. 04 4月, 2018 1 次提交
  6. 02 4月, 2018 2 次提交
  7. 31 3月, 2018 1 次提交
  8. 30 3月, 2018 9 次提交
  9. 29 3月, 2018 7 次提交
  10. 28 3月, 2018 4 次提交
  11. 27 3月, 2018 2 次提交
  12. 26 3月, 2018 5 次提交