1. 31 May, 2010 14 commits
  2. 30 May, 2010 17 commits
  3. 26 May, 2010 2 commits
  4. 20 May, 2010 6 commits
  5. 19 May, 2010 1 commit
    • Max Kellermann's avatar
      client: use sprintf() on WIN32 · 57b40133
      Max Kellermann authored
      On mingw32, snprintf() expects a 64 bit integer instead of a "long
      int" for "%li" - this is not consistent with our expectation, so we're
      using plain sprintf().
      57b40133