1. 30 May, 2020 1 commit
  2. 28 May, 2020 2 commits
  3. 26 May, 2020 2 commits
    • Steven Allen's avatar
      feat: add noise support · d48b80b3
      Steven Allen authored
      We can add a proper configuration option in a followup patch after the RC.
      d48b80b3
    • Steven Allen's avatar
      feat: implement peering service · 978091a6
      Steven Allen authored
      MVP for #6097
      
      This feature will repeatedly reconnect (with a randomized exponential backoff)
      to peers in a set of "peered" peers.
      
      In the future, this should be extended to:
      
      1. Include a CLI for modifying this list at runtime.
      2. Include additional options for peers we want to _protect_ but not connect to.
      3. Allow configuring timeouts, backoff, etc.
      4. Allow groups? Possibly through textile threads.
      5. Allow for runtime-only peering rules.
      6. Different reconnect policies.
      
      But this MVP should be a significant step forward.
      978091a6
  4. 25 May, 2020 2 commits
  5. 22 May, 2020 3 commits
  6. 21 May, 2020 2 commits
  7. 20 May, 2020 3 commits
  8. 19 May, 2020 1 commit
    • JP Hastings-Spital's avatar
      Gateway renders pretty 404 pages if available · dfceafdb
      JP Hastings-Spital authored
      In the same way that an `index.html` file is rendered, if one is present, when the
      requested path is a directory, now an `ipfs-404.html` file is rendered if
      the requested file is not present within the specified IPFS object.
      
      `ipfs-404.html` files are looked for in the directory of the requested path and each
      parent until one is found, falling back on the well-known 404 error message.
      
      License: MIT
      Signed-off-by: default avatarJP Hastings-Spital <jphastings@gmail.com>
      dfceafdb
  9. 15 May, 2020 1 commit
  10. 05 May, 2020 2 commits
  11. 02 May, 2020 1 commit
  12. 01 May, 2020 3 commits
  13. 30 Apr, 2020 1 commit
  14. 27 Apr, 2020 1 commit
  15. 26 Apr, 2020 1 commit
    • Steven Allen's avatar
      feat: always show the hash · d8bc5c99
      Steven Allen authored
      Previously, we only showed this /ipns paths. However, knowing the hash of the
      current directory is useful regardless.
      d8bc5c99
  16. 24 Apr, 2020 2 commits
  17. 23 Apr, 2020 1 commit
    • Steven Allen's avatar
      fix: fix duplicate block issue in bitswap · 5d13ac37
      Steven Allen authored
      1. Increase broadcast timeout.
      2. Fix use of sessions when pinning.
      
      This also includes some bitswap changes to reduce some memory allocations and
      optimize some hot spots.
      5d13ac37
  18. 20 Apr, 2020 1 commit
  19. 17 Apr, 2020 1 commit
  20. 15 Apr, 2020 2 commits
  21. 14 Apr, 2020 2 commits
  22. 13 Apr, 2020 1 commit
  23. 10 Apr, 2020 4 commits