1. 04 Feb, 2014 3 commits
  2. 24 Jan, 2014 1 commit
  3. 13 Jan, 2014 1 commit
  4. 21 Nov, 2013 1 commit
    • Max Kellermann's avatar
      DatabasePlugin: add method GetUpdateStamp() · c064e8d6
      Max Kellermann authored
      Refactor SimpleDatabase::GetLastModified() to be generic for all
      plugins.  Remove the SimpleDatabase assumption from db_stats_print(),
      allowing it to be implemented by all database plugins.
      c064e8d6
  5. 15 Oct, 2013 1 commit
  6. 04 Sep, 2013 1 commit
  7. 30 Jan, 2013 1 commit
  8. 03 Jan, 2013 3 commits
  9. 02 Jan, 2013 1 commit
  10. 15 Aug, 2012 1 commit
  11. 08 Aug, 2012 2 commits
  12. 02 Aug, 2012 2 commits
  13. 13 Feb, 2012 2 commits
  14. 02 Feb, 2012 1 commit
  15. 13 Sep, 2011 3 commits
  16. 10 Sep, 2011 1 commit
    • Max Kellermann's avatar
      db_plugin: introducing a plugin API for the song database · 7819aa6b
      Max Kellermann authored
      First draft, not really pluggable currently - hard-coded to use the
      "simple" plugin, and calls several of its internal functions.
      
      The API is very simple currently, all searches are still performed
      over the root "directory" object.  Future changes to the API will move
      those search implementations into the plugin, to allow more efficient
      implementations, or implementations that don't have the whole tree in
      memory all the time.
      7819aa6b
  17. 09 Sep, 2011 1 commit
  18. 29 Jan, 2011 1 commit
  19. 01 Jan, 2010 1 commit
  20. 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
  21. 02 Mar, 2009 1 commit
  22. 18 Jan, 2009 2 commits
  23. 08 Jan, 2009 1 commit
  24. 04 Jan, 2009 2 commits
  25. 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
  26. 09 Oct, 2008 1 commit
  27. 08 Oct, 2008 3 commits