1. 16 Jan, 2018 2 commits
    • detaoin's avatar
      caddymain: fix setCPU silently ignoring small percent values (#1969) · c296d7e7
      detaoin authored
      * caddymain: fix setCPU silently ignoring small percent values
      
      the percent value is resolved in a GOMAXPROCS relative number by simple
      division, thus rounding down the non-integer quotient. If zero, the call
      to runtime.GOMAXPROCS is silently ignored.
      
      We decide here to exceptionally round up the CPU cap in case of percent
      values that are too small.
      
      * caddymain: gofmt -s
      c296d7e7
    • Sean Lane's avatar
      Update README.md (change to ownership command) (#1970) · fc1509ee
      Sean Lane authored
      * Update README.md
      
      I believe the owner and group of the `chown` command here are mixed up. As it was caused a permissions issue, with the service being unable to read the directory.
      
      * Update README.md
      
      * Update README.md
      
      Revert changes back to the original suggested changes
      fc1509ee
  2. 07 Jan, 2018 1 commit
  3. 23 Dec, 2017 1 commit
    • Toby Allen's avatar
      Allow Masking of IP address in Logfile. (#1930) · c0efec52
      Toby Allen authored
      * First working mask
      
      * IP Mask working with defaults and empty
      
      * add tests for ipmask
      
      * Store Mask as setup, some tidying, cleaner flow
      
      * Prevent mask from running when directive not present
      
      * use custom replacement to store masked ip
      c0efec52
  4. 17 Dec, 2017 1 commit
  5. 13 Nov, 2017 2 commits
  6. 07 Nov, 2017 2 commits
  7. 06 Nov, 2017 2 commits
  8. 05 Nov, 2017 1 commit
  9. 04 Nov, 2017 3 commits
  10. 02 Nov, 2017 1 commit
  11. 01 Nov, 2017 2 commits
  12. 31 Oct, 2017 3 commits
  13. 29 Oct, 2017 1 commit
  14. 22 Oct, 2017 2 commits
  15. 20 Oct, 2017 1 commit
  16. 19 Oct, 2017 5 commits
  17. 16 Oct, 2017 3 commits
  18. 15 Oct, 2017 1 commit
  19. 13 Oct, 2017 3 commits
  20. 12 Oct, 2017 2 commits
  21. 09 Oct, 2017 1 commit