1. 03 Jan, 2013 4 commits
  2. 02 Jan, 2013 3 commits
  3. 13 Feb, 2012 1 commit
  4. 24 Jan, 2012 4 commits
  5. 10 Sep, 2011 1 commit
  6. 29 Jan, 2011 1 commit
  7. 25 Jul, 2010 1 commit
  8. 21 Jul, 2010 1 commit
  9. 01 Jan, 2010 1 commit
  10. 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
  11. 07 Nov, 2009 1 commit
  12. 01 Nov, 2009 8 commits
  13. 05 Jul, 2009 2 commits
  14. 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
  15. 02 Mar, 2009 1 commit
  16. 28 Feb, 2009 1 commit
    • Max Kellermann's avatar
      directory: added "mtime" property · 2aebbf84
      Max Kellermann authored
      Remember the modification time of each directory.  This is important
      for archives (which are virtual directories right now), but may also
      be useful for an automatic update mechanism.
      2aebbf84
  17. 27 Feb, 2009 1 commit
  18. 04 Jan, 2009 1 commit
  19. 03 Jan, 2009 1 commit
  20. 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
  21. 28 Dec, 2008 1 commit
  22. 28 Oct, 2008 1 commit
  23. 20 Oct, 2008 1 commit
  24. 09 Oct, 2008 1 commit
    • Max Kellermann's avatar
      directory: don't query database during load · 60d122e8
      Max Kellermann authored
      Don't use db_get_directory() and traverse the full path with every
      directory being loaded.  Just see if the current parent contains the
      entry.  Everything else would be invalid anyway..
      60d122e8