1. 28 May, 2019 2 commits
    • Kay Roepke's avatar
      Improve compatibility with *BSD xargs · 145b1f4f
      Kay Roepke authored
      The --no-run-if-empty option is a GNU extension and the long version isn't supported by *BSD variants.
      Instead use the short version (-r) which is present, but ignored as it is the default behavior, in at least FreeBSD: https://www.freebsd.org/cgi/man.cgi?xargs
      145b1f4f
    • neil's avatar
      sync (#2297) · 09bce5e6
      neil authored
      * Create LICENSE.md
      
      * remove _hostingde_parse_no_strip_whitespace function as this breaks API requests
      
      * Fix sessionid parsing on BSD
      
      * Make travis happy. (SC2020)
      
      * fix for https://github.com/Neilpang/acme.sh/issues/2286
      
      
      
      * Notify mail update (#2293)
      
      * feat: disable e-mail validation if MAIL_NOVALIDATE is set
      
      * fix: expose _MAIL_BIN variable
      
      * fix: call _mail_body and _mail_cmnd directly to make sure that all used variables are exposed
      
      * fix: update notify/mail.sh
      Co-Authored-By: default avatarMatej Mihevc <zuexo@users.noreply.github.com>
      
      * fix: remove useless echo, quote eval
      09bce5e6
  2. 23 May, 2019 1 commit
  3. 22 May, 2019 2 commits
  4. 21 May, 2019 1 commit
  5. 19 May, 2019 2 commits
  6. 18 May, 2019 1 commit
  7. 13 May, 2019 1 commit
  8. 09 May, 2019 1 commit
  9. 08 May, 2019 1 commit
  10. 07 May, 2019 1 commit
  11. 06 May, 2019 3 commits
  12. 03 May, 2019 1 commit
  13. 02 May, 2019 1 commit
  14. 01 May, 2019 2 commits
  15. 30 Apr, 2019 1 commit
  16. 29 Apr, 2019 6 commits
  17. 28 Apr, 2019 1 commit
  18. 26 Apr, 2019 1 commit
  19. 25 Apr, 2019 1 commit
  20. 24 Apr, 2019 5 commits
  21. 20 Apr, 2019 1 commit
  22. 08 Apr, 2019 3 commits
  23. 07 Apr, 2019 1 commit
    • Matthew R Chase's avatar
      Fix most-specific zone match · 98d27c4a
      Matthew R Chase authored
      Most specific zone selected by deepest sub-domain (how many '.' in the domain)
      rather than seemingly irrelevant count of the number of characters within the zone.
      98d27c4a