1. 01 Jan, 2015 1 commit
  2. 26 Nov, 2014 1 commit
  3. 23 Jan, 2014 1 commit
  4. 20 Jan, 2014 1 commit
  5. 13 Jan, 2014 1 commit
  6. 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
  7. 28 Nov, 2013 1 commit
  8. 21 Oct, 2013 3 commits
  9. 19 Oct, 2013 2 commits
  10. 28 Jul, 2013 1 commit
  11. 08 Jan, 2013 7 commits
  12. 07 Jan, 2013 3 commits
  13. 06 Jan, 2013 3 commits
  14. 04 Jan, 2013 1 commit
  15. 21 Aug, 2012 1 commit
  16. 15 Aug, 2012 1 commit
  17. 18 Jul, 2011 1 commit
  18. 29 Jan, 2011 1 commit
  19. 31 May, 2010 1 commit
  20. 16 Jan, 2010 1 commit
  21. 01 Jan, 2010 1 commit
  22. 12 Nov, 2009 1 commit
    • Max Kellermann's avatar
      include config.h in all sources · 5b82ffc2
      Max Kellermann authored
      After we've been hit by Large File Support problems several times in
      the past week (which only occur on 32 bit platforms, which I don't
      have), this is yet another attempt to fix the issue.
      5b82ffc2
  23. 13 Oct, 2009 1 commit
  24. 30 Mar, 2009 2 commits
  25. 27 Mar, 2009 2 commits
    • Romain Bignon's avatar
      renamed smartstop to single and changed behavior · e7519829
      Romain Bignon authored
      When single mode is enabled, after current song it stops playback,
      or it replay same song if repeat mode is activated.
      e7519829
    • Romain Bignon's avatar
      implements the smartstop feature · e46722b2
      Romain Bignon authored
      The smartstop feature is a way to tell mpd to stop playing after
      current song.
      This patche provides:
      - 'state' command returns 'smartstop' state (1 or 0)
      - 'smartstop' can activate or not the smartstop state
      - when song is terminated, mpd stops playing and smartstop is set to 0
      e46722b2