1. 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
  2. 14 Jan, 2009 1 commit
    • Max Kellermann's avatar
      dirvec, songvec: sort using g_utf8_collate() · 4847bbaa
      Max Kellermann authored
      Path names in the directory and song structs are always encoded in
      UTF-8.  Don't use strcmp(), it cannot handle UTF-8 characters
      properly.  Use GLib's UTF-8 aware g_utf8_collate() function for that.
      4847bbaa
  3. 03 Jan, 2009 1 commit
  4. 29 Dec, 2008 1 commit
    • Max Kellermann's avatar
      removed os_compat.h · 95b3430f
      Max Kellermann authored
      Only include headers which are really needed.  os_compat.h aimed to
      make MPD easily portable, but was never actually made portable.
      95b3430f
  5. 28 Dec, 2008 2 commits
  6. 26 Oct, 2008 1 commit
  7. 20 Oct, 2008 5 commits
  8. 14 Oct, 2008 1 commit
  9. 13 Oct, 2008 1 commit
    • Max Kellermann's avatar
      dirvec: dirvec_find() compares basename · 69617438
      Max Kellermann authored
      It is invalid to pass a path with the wrong dirname to dirvec_find().
      To be able to find a subdirectory only by its basename, compare only
      the basename of both paths.
      69617438
  10. 09 Oct, 2008 1 commit
  11. 08 Oct, 2008 4 commits
  12. 29 Sep, 2008 1 commit