1. 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
  2. 30 Oct, 2013 1 commit
  3. 19 Oct, 2013 1 commit
  4. 15 Oct, 2013 1 commit
  5. 02 Oct, 2013 2 commits
  6. 05 Sep, 2013 1 commit
  7. 04 Sep, 2013 1 commit
  8. 10 Aug, 2013 1 commit
  9. 04 Aug, 2013 1 commit
  10. 29 Jan, 2013 1 commit
  11. 07 Jan, 2013 1 commit
  12. 03 Jan, 2013 3 commits
  13. 02 Jan, 2013 5 commits
  14. 22 Aug, 2012 1 commit
  15. 15 Aug, 2012 2 commits
  16. 08 Aug, 2012 3 commits
  17. 07 Aug, 2012 1 commit
  18. 02 Aug, 2012 2 commits
  19. 01 Aug, 2012 1 commit
  20. 02 Feb, 2012 1 commit
  21. 13 Sep, 2011 5 commits
  22. 10 Sep, 2011 2 commits
    • 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
    • Max Kellermann's avatar
      database: move code to db_save.c · 7cc6b63a
      Max Kellermann authored
      7cc6b63a
  23. 09 Sep, 2011 1 commit
  24. 18 Jul, 2011 1 commit