1. 31 Oct, 2018 2 commits
  2. 22 Oct, 2018 1 commit
    • Max Kellermann's avatar
      db: fix broken command "list ... group" · db27bb76
      Max Kellermann authored
      Grouping in the "list" command was completely broken from the start,
      unlike "count group".  I have no idea what I have been thinking when I
      wrote commit ae178c77, but it didn't
      make any sense.
      
      This commit is a rewrite of the feature.
      
      For clients to be able to detect this feature, this commit also
      increments the protocol version.
      db27bb76
  3. 23 Sep, 2018 2 commits
  4. 22 Sep, 2018 2 commits
  5. 21 Sep, 2018 1 commit
  6. 02 Sep, 2018 4 commits
  7. 20 Aug, 2018 1 commit
  8. 19 Aug, 2018 1 commit
  9. 09 Aug, 2018 2 commits
  10. 02 Aug, 2018 2 commits
  11. 25 Jul, 2018 5 commits
  12. 24 Jul, 2018 1 commit
  13. 21 Jul, 2018 1 commit
  14. 17 Jul, 2018 1 commit
  15. 16 Jul, 2018 1 commit
  16. 06 Jul, 2018 1 commit
  17. 05 Jul, 2018 1 commit
  18. 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
  19. 25 Feb, 2018 1 commit
  20. 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
  21. 29 Jan, 2018 1 commit
  22. 02 Jan, 2018 2 commits
  23. 21 Dec, 2017 1 commit
  24. 19 Dec, 2017 3 commits
  25. 18 Dec, 2017 1 commit