1. 01 Nov, 2023 1 commit
  2. 29 Aug, 2023 1 commit
  3. 08 May, 2023 1 commit
  4. 20 Mar, 2023 1 commit
    • Francois Gouget's avatar
      mscoree/tests: Avoid temporary directory name collisions. · c11e9234
      Francois Gouget authored
      test_loadpaths_execute() was sometimes getting ERROR_ALREADY_EXISTS when
      creating its temporary directoryi. That was probably because
      GetTempFileNameW() only uses the low 16-bits of the 'random' LUID which
      goes over a wider range, potentially leading to collisions in the lower
      16-bits.
      Avoid AllocateLocallyUniqueId() entirely and add a helper function to
      create a guaranteed new directory.
      Also try to use the current directory first as it is assumed to have
      been configured to ward off anti-virus programs (specifically
      Microsoft Defender) which is especially important when writing
      executables to that location. Only switch to the system's temporary
      directory if the current directory is not a writable location.
      
      Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54560
      c11e9234
  5. 27 Feb, 2023 1 commit
  6. 24 Feb, 2023 1 commit
  7. 23 May, 2022 1 commit
  8. 05 Apr, 2022 2 commits
  9. 02 Mar, 2022 1 commit
  10. 27 Jan, 2022 1 commit
  11. 13 Oct, 2021 1 commit
  12. 30 Mar, 2021 1 commit
  13. 17 Mar, 2021 1 commit
  14. 09 Feb, 2021 1 commit
  15. 03 Feb, 2021 1 commit
  16. 03 Dec, 2020 1 commit
  17. 25 Oct, 2020 3 commits
  18. 17 Mar, 2020 1 commit
  19. 13 Feb, 2020 1 commit
  20. 26 Jan, 2020 1 commit
  21. 29 Nov, 2019 1 commit
  22. 23 Aug, 2019 1 commit
  23. 04 Jun, 2019 1 commit
  24. 04 Feb, 2019 1 commit
  25. 07 Nov, 2018 1 commit
  26. 06 Nov, 2018 1 commit
  27. 13 Jul, 2018 1 commit
  28. 27 Sep, 2017 1 commit
  29. 01 Aug, 2017 1 commit
  30. 29 Feb, 2016 1 commit
  31. 23 Feb, 2016 1 commit
  32. 22 Feb, 2016 1 commit
  33. 18 Feb, 2016 1 commit
  34. 16 Oct, 2014 1 commit
  35. 19 Feb, 2014 1 commit
  36. 06 Feb, 2014 1 commit
  37. 29 Jan, 2014 1 commit