1. 17 Mar, 2019 1 commit
  2. 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
  3. 31 Oct, 2018 1 commit
  4. 08 Sep, 2017 1 commit
    • Max Kellermann's avatar
      output/Interface: allow Pause() to throw exception · d0f6131b
      Max Kellermann authored
      Coverity discovered that the Pulse plugin could throw exceptions from
      Pause(), but that method was marked "noexcept" because its caller was
      not designed to catch exceptions.  So instead of avoiding exceptions
      (by catching and logging them in each and every implementation), let's
      allow them, and do the catch/log game in the MPD core.
      d0f6131b
  5. 10 Aug, 2017 1 commit
  6. 08 Aug, 2017 1 commit
  7. 07 Aug, 2017 2 commits
  8. 16 May, 2017 1 commit
  9. 28 Apr, 2017 1 commit
  10. 25 Jan, 2017 1 commit
  11. 17 Jan, 2017 1 commit
  12. 03 Jan, 2017 2 commits
  13. 28 Dec, 2016 1 commit
  14. 09 Nov, 2016 2 commits
  15. 26 Feb, 2016 1 commit
  16. 01 Feb, 2015 1 commit
  17. 21 Jan, 2015 1 commit
  18. 01 Jan, 2015 1 commit
  19. 29 Dec, 2014 2 commits
  20. 01 Mar, 2014 1 commit
  21. 21 Feb, 2014 1 commit