1. 09 Aug, 2017 2 commits
  2. 08 Aug, 2017 1 commit
  3. 05 Aug, 2017 1 commit
  4. 03 Aug, 2017 1 commit
  5. 02 Aug, 2017 2 commits
  6. 31 Jul, 2017 1 commit
    • Matthew Holt's avatar
      Fix force quit using SIGINT · 65bc696b
      Matthew Holt authored
      Only the outside function call is executed in a new goroutine when
      invoking 'go'. Oops. Force quits (2 SIGINTs) now work again.
      65bc696b
  7. 28 Jul, 2017 4 commits
  8. 27 Jul, 2017 5 commits
  9. 26 Jul, 2017 1 commit
  10. 25 Jul, 2017 8 commits
  11. 24 Jul, 2017 2 commits
  12. 20 Jul, 2017 2 commits
  13. 19 Jul, 2017 1 commit
  14. 18 Jul, 2017 1 commit
  15. 17 Jul, 2017 1 commit
  16. 14 Jul, 2017 2 commits
  17. 13 Jul, 2017 3 commits
  18. 11 Jul, 2017 1 commit
  19. 10 Jul, 2017 1 commit
    • Richard Bowden's avatar
      freebsd init: added new functionality and enabled better logging (#1740) · 25a596a9
      Richard Bowden authored
      * uses more of the builtin functionality for starting and stopping of the process by using command and command_args along with procname
      * removed -f from daemon as this was hiding error message that were sent to stdout on startup, now writing stdout to the logfile directly
      
      for example, this was being hidden:
      
      “Activating privacy features.. [www.domain.com] failed to get certificate: Error presenting token: Could not find the start of authority”
      
      it now shows up in the log
      
      * aded “caddy_env” to allow the setting of environment variables that caddy might need, for example when setting creds for “DNS Challenge”
      
      * added a check to ensure caddy_config_path file exists
      25a596a9