1. 31 May, 2019 3 commits
  2. 29 May, 2019 1 commit
  3. 13 May, 2019 4 commits
  4. 18 Mar, 2019 4 commits
  5. 25 Feb, 2019 1 commit
  6. 28 Dec, 2018 1 commit
    • Max Kellermann's avatar
      remove libwrap support · 22e6d95c
      Max Kellermann authored
      libwrap is an obscure artefact from a past long ago, when source IP
      address meant something.
      
      And its API is "interesting"; it requires the application to expose
      two global variables `allow_severity` and `deny_severity`.  This led
      to bug #437.  I don't want to declare those variables; instead, I'd
      like to remove libwrap support.
      
      Closes #437
      22e6d95c
  7. 20 Nov, 2018 1 commit
  8. 11 Nov, 2018 1 commit
  9. 06 Nov, 2018 2 commits
  10. 04 Nov, 2018 1 commit
  11. 31 Oct, 2018 7 commits
  12. 30 Oct, 2018 8 commits
  13. 29 Oct, 2018 1 commit
  14. 17 Oct, 2018 2 commits
  15. 16 Oct, 2018 1 commit
  16. 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
  17. 07 Oct, 2018 1 commit