1. 18 Apr, 2019 1 commit
  2. 21 Jan, 2019 3 commits
  3. 31 Oct, 2018 1 commit
  4. 17 Jul, 2018 1 commit
  5. 06 Jul, 2018 1 commit
  6. 05 Jul, 2018 1 commit
  7. 22 Jun, 2018 1 commit
    • Max Kellermann's avatar
      input/Stream: remove attribute "cond", replace with handler interface · d0fbf6db
      Max Kellermann authored
      This adds a bit of overhead, but also adds flexibility to the API,
      because arbitrary triggers may be invoked from that virtual method
      implementation, not just Cond::signal().
      
      The motivation for this is to make the handlers more dynamic, for the
      upcoming buffering class utilizing ProxyInputStream.
      d0fbf6db
  8. 17 Feb, 2018 1 commit
    • FlashSystems's avatar
      Fix for bogus output of the albumart command on 32bit platforms. · 9f6af4f2
      FlashSystems authored
      read_stream_art uses PRIu64 unconditionally with the Format
      method of a Respone instance to output a size_t typed value.
      If size_t is 32bit the output is garbeled. This patch uses
      offset_type and PRIoffset to make sure the format string
      and the type of the output value always match.
      9f6af4f2
  9. 12 Dec, 2017 1 commit
  10. 17 Aug, 2017 1 commit
  11. 15 Aug, 2017 1 commit
  12. 08 May, 2017 1 commit
  13. 08 Feb, 2017 1 commit
  14. 03 Jan, 2017 1 commit
  15. 07 Nov, 2016 1 commit
  16. 27 Oct, 2016 1 commit
  17. 12 Apr, 2016 1 commit
  18. 01 Mar, 2016 1 commit
  19. 26 Feb, 2016 1 commit
  20. 22 Feb, 2016 2 commits
  21. 29 Dec, 2015 1 commit
  22. 22 Oct, 2015 1 commit
  23. 20 Oct, 2015 1 commit
  24. 13 Aug, 2015 1 commit
  25. 12 Aug, 2015 1 commit
  26. 11 Aug, 2015 1 commit
  27. 03 Mar, 2015 1 commit
  28. 28 Feb, 2015 3 commits
  29. 09 Feb, 2015 1 commit
    • Max Kellermann's avatar
      command/{Queue,File}Commands: drop "file:///" prefix for absolute paths · 676dfabc
      Max Kellermann authored
      Requiring this prefix makes the client's intention very clear, but it
      was too hard to understand why this prefix was needed.  Initially, my
      intention was to differentiate from broken clients which prefix relate
      URIs with a slash; once MPD allowed that.  In the past few years
      however, MPD has disallowed that, and there was no significant
      breakage (except for the "add /" special case which some clients
      apparently still do).  So I figure it's about time to define that an
      URI that begins with a slash points to an arbitrary file on the file
      system.
      676dfabc
  30. 01 Jan, 2015 1 commit
  31. 08 Dec, 2014 1 commit
  32. 01 Oct, 2014 1 commit
  33. 16 Jun, 2014 1 commit
  34. 14 Mar, 2014 1 commit
  35. 01 Mar, 2014 1 commit