1. 23 Feb, 2016 1 commit
  2. 22 Feb, 2016 1 commit
  3. 21 Jan, 2015 1 commit
  4. 01 Jan, 2015 1 commit
  5. 29 Aug, 2014 2 commits
  6. 26 Aug, 2014 1 commit
  7. 07 Feb, 2014 1 commit
  8. 23 Jan, 2014 1 commit
  9. 13 Jan, 2014 1 commit
  10. 21 Oct, 2013 2 commits
  11. 17 Oct, 2013 1 commit
    • Max Kellermann's avatar
      fs/Path: rename to AllocatedPath · abfbd553
      Max Kellermann authored
      The new class Path only holds a string pointer without being
      responsible for allocation/deallocation.  The FileSystem.hxx library
      accepts Path arguments instead of AllocatedPath, to avoid forcing
      callers to allocate another string object.
      abfbd553
  12. 16 Oct, 2013 1 commit
  13. 02 Oct, 2013 1 commit
  14. 27 Sep, 2013 1 commit
  15. 05 Sep, 2013 1 commit
  16. 04 Sep, 2013 1 commit
  17. 10 Aug, 2013 1 commit
  18. 04 Aug, 2013 1 commit
  19. 03 Aug, 2013 1 commit
  20. 29 Jul, 2013 1 commit
  21. 28 Jul, 2013 2 commits
  22. 12 Jun, 2012 1 commit
    • Denis Krjuchkov's avatar
      Work around incorrect g_file_test() behavior on Win32 · 25d053cb
      Denis Krjuchkov authored
      g_file_test is redefined to be g_file_test_utf8 and thus can't handle
      non-ASCII characters. This fix adds simple wrapper (taken from glib)
      that fixes encoding and calls g_file_test_utf8. All required inclusions
      of glib_compat.h are added as well.
      25d053cb
  23. 11 Feb, 2012 1 commit
  24. 29 Jan, 2011 1 commit
  25. 31 May, 2010 1 commit
  26. 04 Jan, 2010 2 commits
  27. 01 Jan, 2010 1 commit
  28. 26 Dec, 2009 1 commit
  29. 02 Dec, 2009 1 commit
  30. 12 Nov, 2009 1 commit
    • Max Kellermann's avatar
      include config.h in all sources · 5b82ffc2
      Max Kellermann authored
      After we've been hit by Large File Support problems several times in
      the past week (which only occur on 32 bit platforms, which I don't
      have), this is yet another attempt to fix the issue.
      5b82ffc2
  31. 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
  32. 15 Feb, 2009 3 commits
  33. 12 Feb, 2009 2 commits