1. 24 Jun, 2021 1 commit
  2. 12 Feb, 2021 1 commit
  3. 19 Jul, 2018 1 commit
  4. 03 Jan, 2017 1 commit
  5. 01 Mar, 2016 1 commit
  6. 26 Feb, 2016 1 commit
  7. 16 Dec, 2015 1 commit
  8. 01 Jan, 2015 1 commit
  9. 01 Mar, 2014 1 commit
  10. 23 Jan, 2014 1 commit
  11. 13 Jan, 2014 1 commit
  12. 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
  13. 04 Sep, 2013 1 commit
  14. 07 Aug, 2013 1 commit
  15. 08 Apr, 2013 1 commit
  16. 10 Jan, 2013 1 commit
  17. 02 Aug, 2012 1 commit
  18. 09 Sep, 2011 2 commits
  19. 29 Jan, 2011 1 commit
  20. 23 Dec, 2010 1 commit
  21. 01 Jan, 2010 1 commit
  22. 08 Nov, 2009 1 commit
  23. 06 Nov, 2009 1 commit
  24. 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
  25. 19 Feb, 2009 1 commit
    • Max Kellermann's avatar
      utils: use g_usleep() instead of my_usleep() · e7131b5d
      Max Kellermann authored
      Now that I've found this nice function in the GLib docs, we can
      finally remove our custom sleep function.  Still all those callers of
      g_usleep() have to be migrated one day to use events, instead of
      regular polling.
      e7131b5d
  26. 03 Jan, 2009 3 commits
  27. 30 Dec, 2008 1 commit
  28. 28 Dec, 2008 2 commits
  29. 09 Dec, 2008 1 commit
  30. 02 Dec, 2008 1 commit
  31. 22 Nov, 2008 1 commit
    • Laszlo Ashin's avatar
      utils: introduce assert_static() · 457a6f4b
      Laszlo Ashin authored
      assert_static() will help us to find false asserts in compile time. Of
      course it only works in case of expressions which can be evaluated
      compile time. It cannot be used in global scope.
      457a6f4b
  32. 01 Nov, 2008 1 commit
  33. 31 Oct, 2008 1 commit
    • Max Kellermann's avatar
      added prefix to header macros · ea515494
      Max Kellermann authored
      "LOG_H" is a macro which is also used by ffmpeg/log.h.  This is
      ffmpeg's fault, because short macros should be reserved for
      applications, but since it's always a good idea to choose prefixed
      macro names, even for applications, we are going to do that in MPD.
      ea515494
  34. 29 Oct, 2008 1 commit
  35. 28 Oct, 2008 1 commit
  36. 15 Oct, 2008 1 commit