1. 02 Feb, 2013 1 commit
  2. 27 Jan, 2013 1 commit
  3. 18 Jan, 2013 1 commit
  4. 07 Jan, 2013 1 commit
  5. 03 Jan, 2013 2 commits
  6. 02 Jan, 2013 4 commits
  7. 05 Sep, 2012 2 commits
  8. 29 Aug, 2012 3 commits
  9. 15 Aug, 2012 4 commits
  10. 07 Aug, 2012 3 commits
  11. 02 Aug, 2012 1 commit
  12. 01 Aug, 2012 1 commit
  13. 09 Jul, 2012 1 commit
    • Max Kellermann's avatar
      require GLib 2.16 · 5dfc0918
      Max Kellermann authored
      GLib 2.16 was released more than 4 years ago.  Let's remove some cruft
      from the glib_compat.h header, and avoid new cruft to it.
      5dfc0918
  14. 02 Feb, 2012 1 commit
  15. 24 Jan, 2012 2 commits
  16. 12 Jan, 2012 1 commit
  17. 13 Sep, 2011 2 commits
  18. 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