1. 15 Aug, 2020 1 commit
  2. 18 May, 2020 1 commit
    • Sami Hiltunen's avatar
      delay PostUploadPack response until request is fully read · 2fe99f66
      Sami Hiltunen authored
      Git and Gitaly stream upload-pack response data as soon as it is
      available. Some HTTP clients do not support the response being streamed
      back while the server is still reading from the request body. To avoid
      this, the request was buffered in to a temporary file before passing it
      to Gitaly for handling. The buffer had a maximum size of 10MB, which is
      now reached by requests to large repositories. These requests were then
      truncated, causing Git to fail.
      
      This commit fixes the problem by removing the request buffering and the
      maximum size. Instead, the response is buffered in to a temporary file
      until the request body is fully read, thus avoiding the problem of
      streaming the request and the response simultaneously.
      2fe99f66
  3. 22 Aug, 2019 1 commit
  4. 12 Aug, 2019 1 commit
  5. 25 Jun, 2019 1 commit
  6. 28 Mar, 2019 1 commit
  7. 14 Jan, 2019 1 commit
  8. 10 Jan, 2019 1 commit
    • Zeger-Jan van de Weg's avatar
      Update Gitaly to v0.124.0 · 87f1189b
      Zeger-Jan van de Weg authored
      This is a version than includes the new gitaly-proto, which has the
      package name changed. Now gitalypb is used everywhere. The client of
      Gitaly is updated too, as only one proto definition can register a type.
      87f1189b
  9. 11 Dec, 2018 1 commit
  10. 20 Nov, 2018 1 commit
  11. 19 Oct, 2018 1 commit
  12. 18 Oct, 2018 1 commit
  13. 03 Aug, 2018 1 commit
  14. 02 Aug, 2018 2 commits
  15. 31 Jul, 2018 1 commit
  16. 09 Apr, 2018 1 commit
  17. 06 Apr, 2018 1 commit
  18. 06 Feb, 2018 1 commit
  19. 09 Jan, 2018 1 commit
  20. 12 Oct, 2017 1 commit
  21. 04 Oct, 2017 1 commit
  22. 02 Oct, 2017 1 commit
  23. 22 Sep, 2017 1 commit
  24. 16 Aug, 2017 2 commits
  25. 10 Jul, 2017 1 commit
  26. 23 Jun, 2017 1 commit
  27. 22 Jun, 2017 1 commit
  28. 20 Jun, 2017 1 commit
  29. 28 Apr, 2017 2 commits
  30. 19 Apr, 2017 2 commits
  31. 18 Apr, 2017 2 commits