1. 26 Jun, 2018 1 commit
  2. 16 Jun, 2018 1 commit
  3. 15 Jun, 2018 1 commit
  4. 12 Jun, 2018 3 commits
  5. 09 Jun, 2018 1 commit
  6. 06 Jun, 2018 2 commits
  7. 04 Jun, 2018 1 commit
  8. 03 Jun, 2018 3 commits
  9. 01 Jun, 2018 5 commits
  10. 31 May, 2018 2 commits
  11. 29 May, 2018 1 commit
  12. 21 May, 2018 1 commit
  13. 17 May, 2018 1 commit
  14. 14 May, 2018 1 commit
  15. 12 May, 2018 1 commit
  16. 11 May, 2018 1 commit
  17. 09 May, 2018 2 commits
  18. 24 Apr, 2018 1 commit
  19. 22 Apr, 2018 1 commit
  20. 20 Apr, 2018 1 commit
  21. 19 Apr, 2018 3 commits
  22. 17 Apr, 2018 1 commit
    • Lucas Molas's avatar
      dag: deduplicate AddNodeLinkClean into AddNodeLink · e047b58a
      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>
      e047b58a
  23. 30 Mar, 2018 2 commits
  24. 29 Mar, 2018 2 commits
  25. 26 Mar, 2018 1 commit