BigW Consortium Gitlab

  1. 03 Jun, 2016 2 commits
  2. 23 May, 2016 1 commit
  3. 22 May, 2016 1 commit
  4. 28 Apr, 2016 1 commit
  5. 22 Apr, 2016 1 commit
  6. 14 Apr, 2016 1 commit
  7. 11 Mar, 2016 1 commit
  8. 09 Feb, 2016 1 commit
  9. 08 Feb, 2016 2 commits
  10. 25 Jan, 2016 1 commit
  11. 21 Jan, 2016 1 commit
  12. 24 Dec, 2015 1 commit
  13. 15 Dec, 2015 1 commit
  14. 11 Dec, 2015 1 commit
  15. 06 Dec, 2015 1 commit
  16. 04 Dec, 2015 1 commit
  17. 27 Nov, 2015 3 commits
  18. 19 Nov, 2015 1 commit
  19. 18 Nov, 2015 1 commit
  20. 16 Nov, 2015 1 commit
  21. 10 Nov, 2015 2 commits
  22. 29 Oct, 2015 1 commit
  23. 14 Oct, 2015 1 commit
  24. 08 Oct, 2015 1 commit
  25. 22 Sep, 2015 1 commit
  26. 16 Sep, 2015 2 commits
  27. 07 Sep, 2015 2 commits
    • The good stuff needs NGINX 1.7.11 · 783791fd
      Jacob Vosmaer authored
    • Do not let NGINX buffer Git HTTP requests · 8d59b1ac
      Jacob Vosmaer authored
      Before this change NGINX would convert a chunked HTTP POST (e.g.
      git push) into a HTTP 1.0 single large POST. This creates an
      unnecessary delay, and it creates unnecessary memory pressure on
      gitlab-git-http-server.
      
      For the response ('proxy_buffering') I am less sure that NGINX 's
      buffering behavior is harmful, but it still makes more sense to me
      not to interfere with gitlab-git-http-server (and the Golang net/http
      server).
  28. 31 Aug, 2015 2 commits
  29. 25 Aug, 2015 1 commit
  30. 20 Aug, 2015 1 commit
  31. 19 Aug, 2015 2 commits