1. 07 Feb, 2021 2 commits
  2. 01 Jan, 2021 1 commit
  3. 21 Sep, 2020 4 commits
  4. 07 Sep, 2020 2 commits
  5. 04 Sep, 2020 13 commits
  6. 05 May, 2020 1 commit
  7. 19 Mar, 2020 1 commit
  8. 12 Mar, 2020 1 commit
  9. 07 Mar, 2020 2 commits
  10. 05 Feb, 2020 1 commit
  11. 02 Feb, 2020 2 commits
  12. 01 Feb, 2020 2 commits
  13. 18 Jan, 2020 1 commit
  14. 04 Dec, 2019 1 commit
    • Max Kellermann's avatar
      archive/zzip: improve error reporting · 32799ff6
      Max Kellermann authored
      Most importantly, this commit translates ZZIP_ENOENT to
      std::system_error(ENOENT) so IsFileNotFound() returns true and
      find_stream_art() can suppress the log line.
      32799ff6
  15. 17 Jun, 2019 1 commit
  16. 31 May, 2019 1 commit
  17. 29 May, 2019 1 commit
  18. 07 May, 2019 1 commit
  19. 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
  20. 31 Oct, 2018 1 commit