1. 30 Mar, 2020 2 commits
    • Steven Allen's avatar
      fix: get rid of shutdown errors · efdb8db2
      Steven Allen authored
      Instead of feeding through the top-level context, feed through a cancel-free
      context (that still carries the same context values). Then, when the top-level
      context is canceled, call `stop` to shut everything down in-order. Finally,
      cancel the inner context to make sure everything has been cleaned up.
      
      Ideally, we just wouldn't use contexts for this. But this is strictly better
      than what we have.
      efdb8db2
    • Steven Allen's avatar
      feat: tls by default · f28b8fce
      Steven Allen authored
      Switches to TLS as the default security transports.
      f28b8fce
  2. 24 Mar, 2020 1 commit
  3. 23 Mar, 2020 1 commit
  4. 20 Mar, 2020 1 commit
  5. 18 Mar, 2020 4 commits
  6. 10 Mar, 2020 1 commit
  7. 06 Mar, 2020 1 commit
  8. 02 Mar, 2020 3 commits
  9. 26 Feb, 2020 1 commit
  10. 11 Feb, 2020 1 commit
  11. 07 Feb, 2020 5 commits
  12. 05 Feb, 2020 2 commits
  13. 04 Feb, 2020 2 commits
  14. 29 Jan, 2020 2 commits
  15. 17 Jan, 2020 1 commit
  16. 10 Jan, 2020 2 commits
  17. 08 Jan, 2020 2 commits
    • Steven Allen's avatar
      feat(commands/cid): add a flag for setting the codec · e58a32ab
      Steven Allen authored
      This will be useful when testing `refs local, `repo gc`, and `repo verify`
      commands once we store blocks by multihash instead of by CID. At that point,
      these commands will return raw v1 CIDs as the blockstore won't actually remember
      the codec used to store the block.
      
      Flags choice:
      
      * Ideally, we'd use the `-f, --format` flags like every other command but we're
        already using `-f` (format) for the format string.
      * Alternatively, I'd like to use `-c`. However, we're using _that_ for a global
        `--config` flag (bit of a waste given that it doesn't work...).
      
      `--codec` will have to do for now.
      e58a32ab
    • Steven Allen's avatar
  18. 06 Jan, 2020 7 commits
  19. 25 Dec, 2019 1 commit