1. 05 Aug, 2016 1 commit
  2. 29 Mar, 2016 1 commit
  3. 21 Jun, 2015 1 commit
    • Max Kellermann's avatar
      DecoderThread: set Decoder::song_tag only for local files · 9acefcb2
      Max Kellermann authored
      If the song tag comes from a stream, and MPD playback restarts, MPD
      would believe the tag should override the newly received tag.  This
      makes the previous tag appear stuck.  This change passes the song tag
      only if it's authoritative - i.e. if it's a song file.
      9acefcb2
  4. 01 Nov, 2014 1 commit
  5. 02 Oct, 2014 2 commits
  6. 28 Aug, 2014 1 commit
  7. 11 May, 2014 2 commits
  8. 07 Feb, 2014 3 commits
  9. 24 Jan, 2014 1 commit
  10. 23 Jan, 2014 2 commits
  11. 21 Jan, 2014 1 commit
  12. 13 Jan, 2014 1 commit
  13. 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
  14. 07 Jan, 2014 1 commit
  15. 29 Dec, 2013 1 commit
  16. 04 Dec, 2013 1 commit
  17. 28 Nov, 2013 1 commit
  18. 13 Nov, 2013 2 commits
  19. 09 Nov, 2013 1 commit
  20. 28 Oct, 2013 1 commit
  21. 26 Oct, 2013 2 commits
  22. 25 Oct, 2013 1 commit
  23. 23 Oct, 2013 4 commits
  24. 21 Oct, 2013 4 commits
  25. 19 Oct, 2013 2 commits
  26. 17 Oct, 2013 1 commit
    • Max Kellermann's avatar
      fs/Path: rename to AllocatedPath · abfbd553
      Max Kellermann authored
      The new class Path only holds a string pointer without being
      responsible for allocation/deallocation.  The FileSystem.hxx library
      accepts Path arguments instead of AllocatedPath, to avoid forcing
      callers to allocate another string object.
      abfbd553