1. 16 Jul, 2020 1 commit
  2. 02 Jul, 2020 1 commit
  3. 11 Jun, 2020 1 commit
  4. 28 May, 2020 1 commit
  5. 27 May, 2020 1 commit
    • Max Kellermann's avatar
      meson.build: default to warning_level=2 · 5cb00800
      Max Kellermann authored
      This branch isn't yet ready for level 3 (`-Wpedantic`) due to several
      C++ violations (e.g. variable length arrays).  These are already
      cleaned up in the master branch (0.22).
      5cb00800
  6. 26 May, 2020 1 commit
  7. 29 Apr, 2020 1 commit
  8. 14 Apr, 2020 1 commit
  9. 02 Apr, 2020 1 commit
  10. 25 Mar, 2020 1 commit
  11. 22 Mar, 2020 1 commit
  12. 16 Feb, 2020 1 commit
  13. 25 Jan, 2020 1 commit
  14. 14 Jan, 2020 1 commit
  15. 24 Dec, 2019 1 commit
  16. 18 Dec, 2019 1 commit
  17. 16 Dec, 2019 1 commit
  18. 04 Nov, 2019 1 commit
  19. 16 Oct, 2019 1 commit
  20. 07 Oct, 2019 1 commit
  21. 22 Aug, 2019 1 commit
  22. 09 Aug, 2019 1 commit
  23. 05 Aug, 2019 1 commit
  24. 02 Aug, 2019 1 commit
  25. 12 Jul, 2019 1 commit
  26. 18 Jun, 2019 1 commit
  27. 11 Jun, 2019 1 commit
  28. 31 May, 2019 1 commit
  29. 03 May, 2019 1 commit
  30. 18 Apr, 2019 1 commit
  31. 03 Apr, 2019 1 commit
  32. 29 Mar, 2019 2 commits
  33. 18 Mar, 2019 2 commits
  34. 16 Mar, 2019 1 commit
  35. 22 Feb, 2019 1 commit
  36. 04 Jan, 2019 2 commits
  37. 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