1. 09 2月, 2016 1 次提交
  2. 08 2月, 2016 2 次提交
  3. 25 1月, 2016 1 次提交
  4. 21 1月, 2016 1 次提交
  5. 24 12月, 2015 1 次提交
  6. 15 12月, 2015 1 次提交
  7. 11 12月, 2015 1 次提交
  8. 06 12月, 2015 1 次提交
  9. 04 12月, 2015 1 次提交
  10. 28 11月, 2015 1 次提交
  11. 27 11月, 2015 2 次提交
  12. 19 11月, 2015 1 次提交
  13. 18 11月, 2015 1 次提交
  14. 16 11月, 2015 1 次提交
  15. 10 11月, 2015 2 次提交
  16. 29 10月, 2015 1 次提交
  17. 14 10月, 2015 1 次提交
  18. 08 10月, 2015 1 次提交
  19. 22 9月, 2015 1 次提交
  20. 17 9月, 2015 1 次提交
  21. 16 9月, 2015 1 次提交
  22. 07 9月, 2015 2 次提交
    • J
      The good stuff needs NGINX 1.7.11 · 783791fd
      Jacob Vosmaer 提交于
      783791fd
    • J
      Do not let NGINX buffer Git HTTP requests · 8d59b1ac
      Jacob Vosmaer 提交于
      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).
      8d59b1ac
  23. 31 8月, 2015 2 次提交
  24. 26 8月, 2015 1 次提交
  25. 20 8月, 2015 3 次提交
  26. 28 7月, 2015 1 次提交
    • J
      Experimental support for gitlab-git-http-server · d3305df7
      Jacob Vosmaer 提交于
      https://gitlab.com/gitlab-org/gitlab-git-http-server
      
      This change introduces the GITLAB_GRACK_AUTH_ONLY environment
      variable. When set, Grack requests to GitLab will only respond with
      the user's GL_ID (if the request is OK) or an error. This allows
      gitlab-git-http-server to use the main GitLab application as an
      authentication and authorization backend.
      
      If we like how this works we should drop the GITLAB_GRACK_AUTH_ONLY
      variable at some point in the future.
      d3305df7
  27. 19 6月, 2015 1 次提交
  28. 15 6月, 2015 1 次提交
  29. 11 6月, 2015 1 次提交
  30. 04 5月, 2015 1 次提交
  31. 14 3月, 2015 1 次提交
  32. 03 3月, 2015 1 次提交
  33. 21 2月, 2015 1 次提交