1. 03 Mar, 2021 1 commit
  2. 24 Feb, 2021 1 commit
  3. 22 Feb, 2021 2 commits
  4. 12 Feb, 2021 1 commit
  5. 05 Feb, 2021 1 commit
  6. 22 Jan, 2021 1 commit
  7. 21 Jan, 2021 5 commits
  8. 19 Jan, 2021 1 commit
  9. 01 Jan, 2021 1 commit
  10. 15 Dec, 2020 3 commits
  11. 14 Dec, 2020 5 commits
  12. 02 Dec, 2020 1 commit
  13. 30 Nov, 2020 7 commits
  14. 16 Nov, 2020 1 commit
  15. 06 Nov, 2020 1 commit
  16. 04 Nov, 2020 5 commits
  17. 28 Oct, 2020 2 commits
  18. 17 Oct, 2020 1 commit
    • Max Kellermann's avatar
      lib/nfs/patches: disable the snprintf->sprintf_s alias · 6a65b4c3
      Max Kellermann authored
      snprintf() is available on mingw, and the libnfs kludge broke the
      build with mingw, because sprintf_s() was now both an inline function
      and a "dllimport" function (because the macro renamed the inline
      function snprintf() to sprintf_s() in mingw's stdio.h).
      6a65b4c3