1. 13 Oct, 2021 1 commit
  2. 27 May, 2021 1 commit
  3. 04 Mar, 2021 5 commits
  4. 21 Jan, 2021 5 commits
  5. 01 Jan, 2021 1 commit
  6. 23 Jul, 2020 1 commit
  7. 30 May, 2020 1 commit
    • Max Kellermann's avatar
      lib/icu/Win32: paranoid-ify the buffer length checks · 99afe8e6
      Max Kellermann authored
      Passing `length+1` to `MultiByteToWideChar()` means the function may
      fill the whole buffer with output data, and could theoretically
      overwrite the null terminator.  In practice, this will never happen,
      but this way, it's slightly more correct.
      
      Also, null-terminate after `MultiByteToWideChar()`, after we got the
      real output length.  Again, this would never have been a problem, but
      who knows...
      99afe8e6
  8. 29 May, 2020 1 commit
  9. 26 May, 2020 1 commit
  10. 22 Apr, 2020 4 commits
  11. 03 Apr, 2020 6 commits
  12. 26 Mar, 2020 1 commit
  13. 12 Mar, 2020 2 commits
  14. 04 Feb, 2020 1 commit
  15. 18 Jan, 2020 1 commit
  16. 04 Nov, 2019 1 commit
  17. 07 Oct, 2019 1 commit
  18. 15 Aug, 2019 1 commit
  19. 03 Aug, 2019 1 commit
  20. 05 Jul, 2019 1 commit
  21. 17 Jun, 2019 1 commit
  22. 19 Nov, 2018 1 commit
    • Max Kellermann's avatar
      check.h: remove obsolete header · ce49d99c
      Max Kellermann authored
      Since we switched from autotools to Meson in commit
      94592c14, we don't need to include
      `config.h` early to properly enable large file support.  Meson passes
      the required macros on the compiler command line instead of defining
      them in `config.h`.
      
      This means we can include `config.h` at any time, whenever we want to
      check its macros, and there are no ordering constraints.
      ce49d99c
  23. 31 Oct, 2018 1 commit