1. 29 Aug, 2014 1 commit
  2. 28 Aug, 2014 1 commit
  3. 27 Aug, 2014 1 commit
  4. 27 Feb, 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 Oct, 2013 1 commit
  8. 20 Oct, 2013 1 commit
  9. 19 Oct, 2013 1 commit
  10. 02 Oct, 2013 2 commits
  11. 27 Sep, 2013 1 commit
  12. 28 Jul, 2013 1 commit
  13. 20 Jan, 2013 1 commit
  14. 07 Jan, 2013 1 commit
  15. 06 Jan, 2013 1 commit
  16. 04 Jan, 2013 2 commits
  17. 15 Aug, 2012 1 commit
  18. 24 Dec, 2011 1 commit
  19. 20 Jul, 2011 1 commit
  20. 29 Jan, 2011 1 commit
  21. 10 Jan, 2011 1 commit
  22. 30 Jun, 2010 1 commit
  23. 31 May, 2010 1 commit
  24. 01 Jan, 2010 1 commit
  25. 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
  26. 08 Oct, 2009 2 commits
  27. 28 Jul, 2009 1 commit
  28. 14 Jul, 2009 1 commit
  29. 28 May, 2009 1 commit
  30. 06 May, 2009 1 commit
  31. 25 Apr, 2009 1 commit
  32. 30 Mar, 2009 1 commit
  33. 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
  34. 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
  35. 05 Mar, 2009 1 commit
  36. 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