1. 31 Oct, 2018 1 commit
  2. 29 Oct, 2018 3 commits
  3. 24 Oct, 2018 1 commit
  4. 16 Oct, 2018 1 commit
  5. 14 Oct, 2018 1 commit
    • Max Kellermann's avatar
      build with Meson instead of autotools · 94592c14
      Max Kellermann authored
      So long, autotools!  This is my last MPD related project to migrate
      away from it.  It has its strengths, but also very obvious weaknesses
      and weirdnesses.  Today, many of its quirks are not needed anymore,
      and are cumbersome and slow.  Now welcome our new Meson overlords!
      94592c14
  6. 22 Sep, 2018 1 commit
  7. 21 Sep, 2018 1 commit
  8. 02 Sep, 2018 1 commit
  9. 21 Aug, 2018 1 commit
  10. 20 Aug, 2018 1 commit
  11. 19 Aug, 2018 6 commits
  12. 02 Aug, 2018 2 commits
  13. 24 Jul, 2018 1 commit
  14. 18 Jul, 2018 2 commits
  15. 17 Jul, 2018 13 commits
  16. 16 Jul, 2018 1 commit
  17. 06 Jul, 2018 1 commit
  18. 05 Jul, 2018 1 commit
  19. 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