1. 26 Aug, 2008 1 commit
    • Max Kellermann's avatar
      enable -Wpointer-arith, -Wstrict-prototypes · a383f451
      Max Kellermann authored
      Also enable -Wunused-parameter - this forces us to add the gcc
      "unused" attribute to a lot of parameters (mostly library callback
      functions), but it's worth it during code refactorizations.
      a383f451
  2. 25 Aug, 2008 3 commits
  3. 16 Aug, 2008 1 commit
  4. 30 Jun, 2008 14 commits
  5. 16 Jun, 2008 1 commit
  6. 13 Jun, 2008 2 commits
  7. 02 Jun, 2008 2 commits
  8. 01 Jun, 2008 6 commits
  9. 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
  10. 15 Apr, 2008 6 commits
  11. 14 Apr, 2008 2 commits
  12. 13 Apr, 2008 1 commit