1. 02 Jan, 2018 2 commits
  2. 19 Dec, 2017 1 commit
  3. 12 Dec, 2017 1 commit
  4. 24 Aug, 2017 1 commit
  5. 16 May, 2017 1 commit
  6. 15 May, 2017 3 commits
  7. 08 May, 2017 1 commit
    • Max Kellermann's avatar
      *: remove "pure" and "const" attributes from throwing functions · 788e3b31
      Max Kellermann authored
      The "pure" and "const" attributes are not so well-defined, and a
      recent clang version implements an optimization which pushes the
      definition's boundary beyond what I believed it was.  clang now
      assumes that functions declared "pure" cannot throw exceptions, even
      if they lack the "noexcept" specification.
      
      When compiled with this new clang version, MPD will crash randomly if
      an exception happens to get thrown by such as "pure" function
      (https://github.com/MusicPlayerDaemon/MPD/issues/41).
      
      This commit removes all such misplaced "pure" and "const" attributes,
      closing #41.
      788e3b31
  8. 17 Feb, 2017 2 commits
  9. 10 Feb, 2017 1 commit
  10. 09 Feb, 2017 1 commit
    • Max Kellermann's avatar
      Main: use the IOThread for outputs and mixers · 853740f1
      Max Kellermann authored
      The main EventLoop can block for a long time while a client's command
      runs, and is therefore inappropriate for internal engine I/O.  This
      fixes a serious regression for at least the "httpd" output, which used
      to be hard-coded for the IOThread, but now receives the main EventLoop
      as an initialization parameter.
      
      For the mixers, this doesn't make much of a difference.  They are not
      latency critical.
      853740f1
  11. 08 Feb, 2017 1 commit
  12. 26 Jan, 2017 1 commit
  13. 23 Jan, 2017 1 commit
  14. 03 Jan, 2017 2 commits
  15. 28 Dec, 2016 2 commits
  16. 09 Dec, 2016 2 commits
  17. 04 Dec, 2016 1 commit
  18. 03 Dec, 2016 5 commits
  19. 25 Nov, 2016 1 commit
  20. 24 Nov, 2016 1 commit
  21. 02 Nov, 2016 4 commits
  22. 29 Oct, 2016 1 commit
  23. 28 Oct, 2016 3 commits
  24. 27 Oct, 2016 1 commit