1. 01 Mar, 2009 3 commits
  2. 28 Feb, 2009 2 commits
  3. 24 Feb, 2009 10 commits
  4. 11 Feb, 2009 1 commit
  5. 25 Jan, 2009 1 commit
  6. 21 Jan, 2009 1 commit
  7. 17 Jan, 2009 1 commit
  8. 16 Jan, 2009 1 commit
  9. 15 Jan, 2009 1 commit
  10. 10 Jan, 2009 2 commits
  11. 03 Jan, 2009 3 commits
  12. 30 Dec, 2008 5 commits
  13. 29 Dec, 2008 2 commits
  14. 24 Dec, 2008 1 commit
  15. 02 Dec, 2008 2 commits
  16. 07 Nov, 2008 1 commit
    • Tom Servo's avatar
      listen: fix namespace collision on OpenSolaris · ea925762
      Tom Servo authored
      The listen.c module breaks the build because the variable name used
      ("sun") for the Unix domain socket part collides with something else
      on an OpenSolaris system, likely Sun specific.  Renaming it to _sun
      (or something else of choice) fixes the build.
      
      [mk: renamed to "s_un"]
      ea925762
  17. 30 Oct, 2008 1 commit
    • Max Kellermann's avatar
      listen: set file mode 666 on the unix socket · 4d72bda4
      Max Kellermann authored
      Depending on MPD's umask, the file permissions of the unix socket were
      too restrictive, and many clients were not able to connect.  Do a
      chmod(0666) on the socket, to allow everybody to connect.
      4d72bda4
  18. 18 Oct, 2008 1 commit
  19. 17 Oct, 2008 1 commit