1. 14 Mar, 2009 1 commit
  2. 13 Mar, 2009 1 commit
    • Avuton Olrich's avatar
      all: Update copyright header. · 0aee49bd
      Avuton Olrich authored
      This updates the copyright header to all be the same, which is
      pretty much an update of where to mail request for a copy of the GPL
      and the years of the MPD project. This also puts all committers under
      'The Music Player Project' umbrella. These entries should go
      individually in the AUTHORS file, for consistancy.
      0aee49bd
  3. 01 Mar, 2009 3 commits
  4. 28 Feb, 2009 2 commits
  5. 24 Feb, 2009 10 commits
  6. 11 Feb, 2009 1 commit
  7. 25 Jan, 2009 1 commit
  8. 21 Jan, 2009 1 commit
  9. 17 Jan, 2009 1 commit
  10. 16 Jan, 2009 1 commit
  11. 15 Jan, 2009 1 commit
  12. 10 Jan, 2009 2 commits
  13. 03 Jan, 2009 3 commits
  14. 30 Dec, 2008 5 commits
  15. 29 Dec, 2008 2 commits
  16. 24 Dec, 2008 1 commit
  17. 02 Dec, 2008 2 commits
  18. 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
  19. 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