1. 11 Jul, 2014 1 commit
  2. 28 Oct, 2013 1 commit
  3. 20 Oct, 2013 1 commit
  4. 19 Oct, 2013 1 commit
  5. 02 Oct, 2013 2 commits
  6. 27 Sep, 2013 1 commit
  7. 28 Jul, 2013 1 commit
  8. 20 Jan, 2013 1 commit
  9. 07 Jan, 2013 1 commit
  10. 06 Jan, 2013 1 commit
  11. 04 Jan, 2013 2 commits
  12. 15 Aug, 2012 1 commit
  13. 24 Dec, 2011 1 commit
  14. 20 Jul, 2011 1 commit
  15. 29 Jan, 2011 1 commit
  16. 10 Jan, 2011 1 commit
  17. 30 Jun, 2010 1 commit
  18. 31 May, 2010 1 commit
  19. 01 Jan, 2010 1 commit
  20. 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
  21. 08 Oct, 2009 2 commits
  22. 28 Jul, 2009 1 commit
  23. 14 Jul, 2009 1 commit
  24. 28 May, 2009 1 commit
  25. 06 May, 2009 1 commit
  26. 25 Apr, 2009 1 commit
  27. 30 Mar, 2009 1 commit
  28. 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
  29. 13 Mar, 2009 1 commit
    • Avuton Olrich's avatar
      all: Update copyright header. · 0aee49bd
      Avuton Olrich authored
      This updates the copyright header to all be the same, which is
      pretty much an update of where to mail request for a copy of the GPL
      and the years of the MPD project. This also puts all committers under
      'The Music Player Project' umbrella. These entries should go
      individually in the AUTHORS file, for consistancy.
      0aee49bd
  30. 05 Mar, 2009 1 commit
  31. 09 Feb, 2009 1 commit
    • Max Kellermann's avatar
      playlist: update queued song after seeking · 40393ae6
      Max Kellermann authored
      If a new song is queued before calling playerSeek(), then the player
      and the playlist enter an inconsistent state, because the player
      discards the playlist's "queued" song in favor of the seeked song.
      
      Call playlist_update_queued_song() after playerSeek().
      40393ae6
  32. 04 Feb, 2009 2 commits