1. 23 Aug, 2021 1 commit
  2. 23 Apr, 2020 1 commit
  3. 01 Aug, 2019 1 commit
  4. 24 Jul, 2019 1 commit
  5. 19 Jul, 2019 1 commit
  6. 18 Jul, 2019 2 commits
  7. 11 Jul, 2019 2 commits
    • Steven Allen's avatar
      nit: avoid copying CIDs · 0db465ea
      Steven Allen authored
      0db465ea
    • Steven Allen's avatar
      fix inconsistent EnumerateChildrenAsync behavior · 5d52f027
      Steven Allen authored
      This fixes the inconsistent EnumerateChildrenAsync behavior by renaming
      everything.
      
      1. EnumerateChildrenAsync has been renamed to WalkParallel because (a) it
      visited the root so EnumerateChildren was incorrect and (b) it isn't async.
      2. EnumerateChildren has been renamed to Walk and now _also_ visits the root for
      consistency.
      
      Anyone needing to skip the root can do so manually (`if c.Equals(root)` ...).
      5d52f027
  8. 14 Feb, 2019 1 commit
    • Steven Allen's avatar
      Increase FetchGraphConcurrency to 32 · 56bc5a45
      Steven Allen authored
      Given all the bitswap session improvements, I think it's time to give our users
      some candy. This should allow us to actually take advantage of the increased
      wantlist sizes.
      56bc5a45
  9. 28 Nov, 2018 1 commit
  10. 08 Nov, 2018 1 commit
  11. 12 Sep, 2018 1 commit
  12. 02 Aug, 2018 1 commit
  13. 28 Jul, 2018 1 commit
  14. 16 Jul, 2018 1 commit
  15. 09 Jun, 2018 1 commit
  16. 30 Mar, 2018 1 commit
  17. 28 Mar, 2018 1 commit
  18. 27 Mar, 2018 1 commit
  19. 21 Mar, 2018 1 commit
  20. 06 Feb, 2018 2 commits
  21. 03 Feb, 2018 1 commit
  22. 02 Feb, 2018 1 commit
  23. 29 Jan, 2018 1 commit
  24. 25 Jan, 2018 1 commit
  25. 24 Jan, 2018 1 commit
  26. 23 Jan, 2018 1 commit
  27. 14 Dec, 2017 1 commit
  28. 19 Oct, 2017 1 commit
  29. 11 Oct, 2017 1 commit
  30. 05 Oct, 2017 1 commit
  31. 02 Sep, 2017 1 commit
  32. 01 Sep, 2017 1 commit
  33. 31 Aug, 2017 1 commit
  34. 12 Aug, 2017 1 commit
  35. 09 Aug, 2017 2 commits
  36. 17 Jul, 2017 1 commit
    • Steven Allen's avatar
      gx: update ipldcbor · 840b169d
      Steven Allen authored
      I previously optimized the IPLD cbor decoder to *not* encode and then re-decode
      objects when constructing them with `WrapObject`. Unfortunately, we rely on this
      to canonicalize the object before computing the tree/links.
      
      License: MIT
      Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
      840b169d