1. 16 Jul, 2018 1 commit
  2. 06 Jul, 2018 1 commit
  3. 05 Jul, 2018 1 commit
  4. 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
  5. 25 Feb, 2018 1 commit
  6. 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
  7. 29 Jan, 2018 1 commit
  8. 02 Jan, 2018 2 commits
  9. 21 Dec, 2017 1 commit
  10. 19 Dec, 2017 3 commits
  11. 18 Dec, 2017 2 commits
  12. 12 Dec, 2017 1 commit
  13. 26 Nov, 2017 1 commit
  14. 10 Nov, 2017 1 commit
  15. 04 Sep, 2017 1 commit
  16. 17 Aug, 2017 1 commit
  17. 15 Aug, 2017 1 commit
  18. 11 Aug, 2017 1 commit
  19. 05 Jul, 2017 1 commit
  20. 04 Jun, 2017 1 commit
  21. 03 Jun, 2017 1 commit
    • Max Kellermann's avatar
      storage, db, mixer, command: remove more bogus "pure" attributes · 62b03cfd
      Max Kellermann authored
      This commit is similar to 788e3b31,
      and removes more "pure" attributes which were placed on functions that
      could throw exceptions, which is illegal according to clang's
      understanding of the attribute (but not according to GCC's).  GitHub
      issue #58 was most likely about StorageDirectoryReader::GetInfo() and
      Storage::GetInfo(), which still had "pure" attributes.
      
      Closes #58
      62b03cfd
  22. 08 May, 2017 1 commit
  23. 28 Apr, 2017 1 commit
  24. 01 Mar, 2017 1 commit
  25. 25 Feb, 2017 6 commits
  26. 24 Feb, 2017 1 commit
  27. 17 Feb, 2017 5 commits