1. 15 Oct, 2015 1 commit
  2. 07 Oct, 2015 2 commits
  3. 06 Oct, 2015 4 commits
  4. 03 Oct, 2015 1 commit
  5. 02 Oct, 2015 2 commits
    • Jacob Vosmaer's avatar
      Merge branch 'send-user-agent' into 'master' · 8708f1dc
      Jacob Vosmaer authored
      Add custom "User-Agent" header to auth requests
      
      This makes it a lot easier to proxy requests to gitlab-git-http-server when Gitlab is running inside Passenger (or similiar) and therefore does not have a dedicated port.
      
      Example Apache config:
      ~~~~
      RewriteEngine on
      RewriteCond "%{REQUEST_URI}" "^[-/\w\.]+\.git/"
      RewriteCond "%{HTTP_USER_AGENT}" "!=gitlab-git-http-server"
      RewriteRule . http://127.0.0.1:8181%{REQUEST_URI} [P,QSA]
      ~~~~
      
      See merge request !1
      8708f1dc
    • Felix Eckhofer's avatar
      32657fca
  6. 22 Sep, 2015 1 commit
  7. 07 Sep, 2015 2 commits
  8. 31 Aug, 2015 1 commit
    • Jacob Vosmaer's avatar
      Add optional Golang profiler · ffd46d3a
      Jacob Vosmaer authored
      The profiler is disabled by default. It will allow us to better
      understand the behavior of gitlab-git-http-server in production.
      ffd46d3a
  9. 25 Aug, 2015 1 commit
  10. 24 Aug, 2015 1 commit
    • Jacob Vosmaer's avatar
      Fix Makefile · 49187702
      Jacob Vosmaer authored
      Splitting the program in multiple files broke the Makefile, oops.
      49187702
  11. 23 Aug, 2015 4 commits
  12. 22 Aug, 2015 3 commits
  13. 21 Aug, 2015 1 commit
  14. 11 Aug, 2015 1 commit
  15. 09 Aug, 2015 1 commit
    • Jacob Vosmaer's avatar
      Close the auth TCP connection eagerly · baf89b43
      Jacob Vosmaer authored
      We should not leave open a TCP connection to the auth backend
      (Unicorn) in the CLOSE_WAIT state, it may take several minutes for
      the HTTP response to our own client to finish.
      baf89b43
  16. 07 Aug, 2015 2 commits
  17. 03 Aug, 2015 4 commits
  18. 01 Aug, 2015 8 commits