1. 04 Oct, 2015 2 commits
    • Jacob Vosmaer's avatar
      Add API download test · d9d869d0
      Jacob Vosmaer authored
      d9d869d0
    • Jacob Vosmaer's avatar
      Get repo path from auth backend · ae9a94ea
      Jacob Vosmaer authored
      This is a breaking API change. Instead of parsing repo path from the request
      in gitlab-git-http-server, we now expect the auth backend to tell us the full
      path to the repository. This change is needed to handle API download requests.
      ae9a94ea
  2. 02 Oct, 2015 1 commit
  3. 22 Sep, 2015 1 commit
  4. 07 Sep, 2015 2 commits
  5. 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
  6. 25 Aug, 2015 1 commit
  7. 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
  8. 23 Aug, 2015 4 commits
  9. 22 Aug, 2015 3 commits
  10. 21 Aug, 2015 1 commit
  11. 11 Aug, 2015 1 commit
  12. 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
  13. 07 Aug, 2015 2 commits
  14. 03 Aug, 2015 4 commits
  15. 01 Aug, 2015 15 commits