1. 06 Nov, 2013 1 commit
  2. 04 Nov, 2013 1 commit
    • Max Kellermann's avatar
      Log: add level "DEFAULT" · ecf12a60
      Max Kellermann authored
      Map LogLevel::INFO to G_LOG_LEVEL_INFO, and LogLevel::DEFAULT to
      G_LOG_LEVEL_MESSAGE.  Now client connect/disconnect message are only
      logged on log_level "secure".
      ecf12a60
  3. 28 Oct, 2013 1 commit
  4. 19 Oct, 2013 2 commits
  5. 17 Oct, 2013 1 commit
  6. 02 Oct, 2013 1 commit
  7. 05 Sep, 2013 1 commit
  8. 04 Sep, 2013 1 commit
  9. 04 Aug, 2013 3 commits
  10. 03 Aug, 2013 2 commits
  11. 30 Jul, 2013 3 commits
  12. 16 Apr, 2013 3 commits
  13. 22 Feb, 2013 1 commit
  14. 02 Feb, 2013 1 commit
  15. 01 Feb, 2013 1 commit
  16. 31 Jan, 2013 1 commit
  17. 30 Jan, 2013 6 commits
  18. 07 Jan, 2013 1 commit
  19. 04 Jan, 2013 1 commit
  20. 25 Sep, 2012 1 commit
  21. 09 Jul, 2012 1 commit
  22. 12 Jun, 2012 1 commit
  23. 13 Dec, 2011 1 commit
  24. 19 Sep, 2011 1 commit
  25. 01 Sep, 2011 1 commit
    • Max Kellermann's avatar
      output_thread: reimplement CANCEL synchronization · 8b0b4ff0
      Max Kellermann authored
      The output thread could hang indefinitely after finishing CANCEL,
      because it could have missed the signal while the output was not
      unlocked in ao_command_finished().
      
      This patch removes the wait() call after CANCEL, and adds the flag
      "allow_play" instead.  While this flag is set, playback is skipped.
      With this flag, there will not be any excess wait() call after the
      pipe has been cleared.
      
      This patch fixes a bug that causes mpd to discontinue playback after
      seeking, due to the race condition described above.
      8b0b4ff0
  26. 29 Jan, 2011 1 commit
  27. 10 Jan, 2011 1 commit