1. 01 Aug, 2023 2 commits
  2. 13 May, 2023 1 commit
    • net: move `gitno` buffer to `staticstr` · 11c89c38
      The `gitno` buffer interface is another layer on top of socket reads.
      Abstract it a bit into a "static string" that has `git_str` like
      semantics but without heap allocation which moves the actual reading
      logic into the socket / stream code, and allows for easier future usage
      of a static / stack-allocated `git_str`-like interface.
      Edward Thomson committed
  3. 17 Jun, 2022 3 commits
  4. 16 Jun, 2022 2 commits