1. 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
  2. 16 Jun, 2022 1 commit
  3. 23 Feb, 2022 1 commit
  4. 02 Sep, 2021 1 commit
  5. 24 Jan, 2020 1 commit