1. 03 Feb, 2014 1 commit
  2. 30 Jan, 2014 1 commit
  3. 24 Jan, 2014 1 commit
  4. 19 Jan, 2014 1 commit
  5. 17 Jan, 2014 2 commits
  6. 15 Jan, 2014 1 commit
  7. 13 Jan, 2014 1 commit
  8. 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
  9. 28 Oct, 2013 1 commit
  10. 21 Oct, 2013 2 commits
  11. 20 Oct, 2013 1 commit
  12. 19 Oct, 2013 1 commit
  13. 17 Oct, 2013 1 commit
  14. 02 Oct, 2013 2 commits
  15. 27 Sep, 2013 1 commit
  16. 04 Sep, 2013 1 commit
  17. 28 Jul, 2013 1 commit
  18. 08 Apr, 2013 1 commit
  19. 20 Jan, 2013 1 commit
  20. 18 Jan, 2013 1 commit
  21. 09 Jan, 2013 1 commit
  22. 07 Jan, 2013 1 commit
  23. 06 Jan, 2013 1 commit
  24. 04 Jan, 2013 2 commits
  25. 02 Jan, 2013 2 commits
  26. 21 Aug, 2012 1 commit
  27. 15 Aug, 2012 1 commit
  28. 08 Aug, 2012 1 commit
  29. 06 Mar, 2012 1 commit
  30. 21 Dec, 2011 1 commit
    • Maarten Sebregts's avatar
      Playlist: fix bug in moving after current song · 3a9697ad
      Maarten Sebregts authored
      Moving songs using either 'move' or 'moveid' to position -1 (after the
      current song) would fail for a song which is just before the current
      song.
      This patch corrects the check to see if the current song is in the range
      to be moved. Since the range is from `start` up to `end` (exclusive) the
      check was incorrect, but is now fixed.
      3a9697ad
  31. 18 Jul, 2011 1 commit
  32. 29 Jan, 2011 1 commit
  33. 10 Jan, 2011 1 commit
  34. 01 Jan, 2010 1 commit
  35. 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