1. 02 Aug, 2017 2 commits
  2. 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
  3. 28 Jul, 2017 4 commits
  4. 27 Jul, 2017 5 commits
  5. 26 Jul, 2017 1 commit
  6. 25 Jul, 2017 8 commits
  7. 24 Jul, 2017 2 commits
  8. 20 Jul, 2017 2 commits
  9. 19 Jul, 2017 1 commit
  10. 18 Jul, 2017 1 commit
  11. 17 Jul, 2017 1 commit
  12. 14 Jul, 2017 2 commits
  13. 13 Jul, 2017 3 commits
  14. 11 Jul, 2017 1 commit
  15. 10 Jul, 2017 3 commits
    • 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
    • Toby Allen's avatar
      Rename directive requestid to request_id (#1757) · acc67eb3
      Toby Allen authored
      * rename requestid request_id
      
      * rename folder
      
      * folder name match package name requestid
      acc67eb3
    • Matt Holt's avatar
      Merge pull request #1751 from zikes/header_policy · 4c700efb
      Matt Holt authored
      proxy: add Header load balancing policy
      4c700efb
  16. 08 Jul, 2017 2 commits
  17. 07 Jul, 2017 1 commit