1. 29 May, 2019 3 commits
  2. 05 Apr, 2019 2 commits
  3. 04 Apr, 2019 1 commit
  4. 03 Apr, 2019 22 commits
  5. 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
  6. 19 Nov, 2018 1 commit
    • Max Kellermann's avatar
      check.h: remove obsolete header · ce49d99c
      Max Kellermann authored
      Since we switched from autotools to Meson in commit
      94592c14, we don't need to include
      `config.h` early to properly enable large file support.  Meson passes
      the required macros on the compiler command line instead of defining
      them in `config.h`.
      
      This means we can include `config.h` at any time, whenever we want to
      check its macros, and there are no ordering constraints.
      ce49d99c
  7. 31 Oct, 2018 1 commit
  8. 21 Sep, 2018 1 commit
  9. 20 Aug, 2018 1 commit
  10. 17 Jul, 2018 1 commit
  11. 16 Jul, 2018 1 commit
  12. 15 Jul, 2018 2 commits
  13. 29 Jan, 2018 2 commits
  14. 19 Jan, 2018 1 commit