1. 09 Jun, 2018 1 commit
  2. 01 Jun, 2018 1 commit
  3. 20 Apr, 2018 3 commits
  4. 19 Apr, 2018 1 commit
  5. 17 Apr, 2018 1 commit
    • Lucas Molas's avatar
      dag: deduplicate AddNodeLinkClean into AddNodeLink · 165433d2
      Lucas Molas authored
      `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: default avatarLucas Molas <schomatis@gmail.com>
      165433d2
  6. 08 Apr, 2018 1 commit
  7. 30 Mar, 2018 6 commits
  8. 27 Mar, 2018 1 commit
  9. 24 Mar, 2018 1 commit
  10. 23 Mar, 2018 6 commits
  11. 21 Mar, 2018 1 commit
  12. 15 Mar, 2018 1 commit
  13. 04 Mar, 2018 1 commit
  14. 08 Feb, 2018 5 commits
  15. 07 Feb, 2018 2 commits
  16. 06 Feb, 2018 8 commits