1. 25 Aug, 2008 2 commits
  2. 16 Aug, 2008 1 commit
  3. 30 Jun, 2008 14 commits
  4. 16 Jun, 2008 1 commit
  5. 13 Jun, 2008 2 commits
  6. 02 Jun, 2008 2 commits
  7. 01 Jun, 2008 6 commits
  8. 17 Apr, 2008 1 commit
    • Max Kellermann's avatar
      fix race condition in main_notify.c · 3c3620b3
      Max Kellermann authored
      The function wait_main_task() is racy: if the function
      wakeup_via_cond() sees the mutex is locked just before
      wait_main_task() executes pthread_cond_wait(), the main thread blocks
      forever.
      
      Work around this issue by adding a "pending" flag just like in my
      notify.c code.  A standards-compliant solution should be implemented
      later.
      
      git-svn-id: https://svn.musicpd.org/mpd/trunk@7365 09075e82-0dd4-0310-85a5-a0d7c8717e4f
      3c3620b3
  9. 15 Apr, 2008 6 commits
  10. 14 Apr, 2008 2 commits
  11. 13 Apr, 2008 3 commits