1. 07 Jan, 2013 3 commits
  2. 05 Jan, 2013 2 commits
  3. 04 Jan, 2013 5 commits
  4. 03 Jan, 2013 7 commits
  5. 02 Jan, 2013 5 commits
  6. 27 Sep, 2012 2 commits
  7. 25 Sep, 2012 1 commit
  8. 14 Aug, 2012 1 commit
    • Max Kellermann's avatar
      log: store duplicated path string · dc22846d
      Max Kellermann authored
      Don't free the string right after calling log_init_file().  Add a new
      function log_deinit() that frees the string on shutdown.
      
      This fixes cycling the log file after SIGHUP (Mantis ticket 0003524).
      dc22846d
  9. 13 Aug, 2012 1 commit
  10. 08 Aug, 2012 4 commits
  11. 07 Aug, 2012 1 commit
  12. 26 Mar, 2012 1 commit
    • Dan McGee's avatar
      Fix processing of sticker database path · 1a57fa09
      Dan McGee authored
      After a previous refactor, the current code fails on paths that need
      expansion (e.g, '~/.mpd/sticker.db'), because we are not passing the correct
      path to the sticker database code. Pass the expanded (and previously unused)
      string instead of the original string.
      Signed-off-by: 's avatarDan McGee <dan@archlinux.org>
      1a57fa09
  13. 15 Feb, 2012 1 commit
  14. 21 Jan, 2012 1 commit
  15. 10 Oct, 2011 1 commit
  16. 08 Oct, 2011 1 commit
  17. 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
  18. 09 Sep, 2011 2 commits