1. 06 Apr, 2022 1 commit
    • Kirill A. Korinsky's avatar
      Fixed build on i386 macOS with clang-11 · c13343cf
      Kirill A. Korinsky authored
      Apparently, clang11 on i386 macOS uses `int` instead of `ssize_t` for
      `a- b` where bot `a` and `b` is `char`. It leads to an error:
      ```
      vtc_http.c:392:8: error: format specifies type 'ssize_t' (aka 'long') but the argument has type 'int' [-Werror,-Wformat]
                                  p - hp->body, t, *p);
                                  ^~~~~~~~~~~~
      ```
      c13343cf
  2. 30 Mar, 2022 1 commit
  3. 29 Mar, 2022 1 commit
  4. 21 Mar, 2022 3 commits
  5. 17 Mar, 2022 5 commits
  6. 16 Mar, 2022 2 commits
  7. 15 Mar, 2022 4 commits
  8. 14 Mar, 2022 11 commits
  9. 13 Mar, 2022 2 commits
  10. 11 Mar, 2022 3 commits
  11. 10 Mar, 2022 1 commit
  12. 09 Mar, 2022 3 commits
  13. 08 Mar, 2022 3 commits