You need to sign in or sign up before continuing.
  1. 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
  2. 03 Jan, 2009 1 commit
  3. 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
  4. 28 Dec, 2008 2 commits
  5. 26 Oct, 2008 1 commit
  6. 20 Oct, 2008 5 commits
  7. 14 Oct, 2008 1 commit
  8. 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
  9. 09 Oct, 2008 1 commit
  10. 08 Oct, 2008 4 commits
  11. 29 Sep, 2008 1 commit