1. 24 Jan, 2014 1 commit
  2. 23 Jan, 2014 1 commit
  3. 13 Jan, 2014 1 commit
  4. 09 Jan, 2014 1 commit
    • Max Kellermann's avatar
      DetachedSong: fork of struct Song · 322b0616
      Max Kellermann authored
      From now on, struct Song will be used by the database only, and
      DetachedSong will be used by everybody else.  DetachedSong is easier
      to use, but Song has lower overhead.
      322b0616
  5. 08 Jan, 2014 2 commits
  6. 02 Oct, 2013 1 commit
  7. 05 Sep, 2013 3 commits
  8. 30 Jul, 2013 1 commit
  9. 28 Jul, 2013 1 commit
  10. 29 Jan, 2013 3 commits
  11. 27 Jan, 2013 2 commits
  12. 26 Jan, 2013 1 commit
  13. 21 Jan, 2013 1 commit
  14. 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
  15. 16 Sep, 2011 1 commit
    • Max Kellermann's avatar
      input_stream: non-blocking I/O · 754f26a9
      Max Kellermann authored
      Add GMutex, GCond attributes which will be used by callers to
      conditionally wait on the stream.
      
      Remove the (now-useless) plugin method buffer(), wait on GCond
      instead.  Lock the input_stream before each method call.  Do the same
      with the playlist plugins.
      754f26a9
  16. 12 Apr, 2011 1 commit
  17. 29 Mar, 2011 1 commit
    • Simon Kagstrom's avatar
      playlist: Add despotify playlist plugin · a2574387
      Simon Kagstrom authored
      For spotify playlists or tracks. Uses a spt uri, so with mpc you can
      add playlists with
      
        mpc load spt://spotify:user:simon.kagstrom:playlist:3SUwkOe5VbVHysZcidEZtH
      a2574387