1. 24 Jun, 2019 1 commit
  2. 11 Jun, 2019 1 commit
  3. 28 Dec, 2015 1 commit
  4. 22 Dec, 2015 1 commit
  5. 05 Dec, 2014 2 commits
  6. 23 Nov, 2012 1 commit
  7. 12 Nov, 2012 1 commit
  8. 28 Sep, 2011 2 commits
  9. 27 Sep, 2011 2 commits
    • Really fix MSVC · a5b0e7f8
      These was left over from the previous PRs.
      
      Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
      Carlos Martín Nieto committed
    • Fix dev branch under MSVC · 887eaf4d
      In libgit2: Move an enum out of an int bitfield in the HTTP transport.
      
      In the parser: Use int bitfields and change some variable sizes to
      better fit thir use. Variables that count the size of the data chunk
      can only ever be as large as off_t. Warning 4127 can be ignored, as
      nobody takes it seriously anyway.
      
      From Emeric: change some variable declarations to keep MSVC happy.
      
      Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
      Carlos Martín Nieto committed
  10. 09 Sep, 2011 1 commit