1. 27 Dec, 2007 1 commit
  2. 16 Dec, 2007 2 commits
  3. 10 Dec, 2007 1 commit
  4. 06 Dec, 2007 1 commit
  5. 28 Nov, 2007 2 commits
  6. 21 Nov, 2007 3 commits
  7. 18 Nov, 2007 1 commit
  8. 16 Nov, 2007 1 commit
  9. 03 Oct, 2007 1 commit
  10. 26 Sep, 2007 1 commit
  11. 17 Sep, 2007 1 commit
  12. 14 Sep, 2007 1 commit
  13. 10 Sep, 2007 3 commits
  14. 08 Sep, 2007 2 commits
  15. 07 Sep, 2007 2 commits
  16. 06 Sep, 2007 3 commits
  17. 05 Sep, 2007 3 commits
  18. 04 Sep, 2007 2 commits
  19. 02 Sep, 2007 2 commits
    • Eric Wong's avatar
      zeroconf: avoid passing NULLs to Avahi *_free() routines · 203a5ed2
      Eric Wong authored
      This should fix Debian bug #428551
      (mpd crashes when restarting the dbus daemon)
      
      git-svn-id: https://svn.musicpd.org/mpd/trunk@6844 09075e82-0dd4-0310-85a5-a0d7c8717e4f
      203a5ed2
    • Eric Wong's avatar
      Fix endless loop when mpd is launched from a non-interactive shell. · bbe8b0ef
      Eric Wong authored
      Thanks to _noth_ for the patch, this fixes Mantis bug #1534
      
      _noth_ wrote:
      > When MPD is launched from a non-interactive shell, it enters an endless
      > loop, filling up its error log file with "error accept()'ing" messages.
      > This is caused by the fact that stdin is already closed when mpd starts
      > up.  listenOnPort() opens up the first of its sockets as fd 0 (the first
      > empty fd table position). Then, setup_log_output()->redirect_stdin()
      > overwrites fd0 (fd=open("/dev/null",...); dup2(fd, STDIN_FILENO);)
      > without checking if it corresponds to the actual standard input (or if
      > it is open in the first place).  This means that listenSockets[0].fd now
      > is a fd for /dev/null, thus doIOForInterfaces()->getConnections() can't
      > accept(2) on it and fails with the above error. The attached patch fixes
      > this for me.
      
      git-svn-id: https://svn.musicpd.org/mpd/trunk@6843 09075e82-0dd4-0310-85a5-a0d7c8717e4f
      bbe8b0ef
  20. 01 Sep, 2007 1 commit
  21. 28 Aug, 2007 2 commits
  22. 27 Aug, 2007 4 commits