Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-06-24 | Ensure that all config options have sensible defaults | Richard van der Hoff | 4 | -13/+27 |
2019-06-24 | changelog | Richard van der Hoff | 5 | -2/+3 |
2019-06-24 | Remove unused Config.config_dir_path attribute | Richard van der Hoff | 1 | -3/+0 |
2019-06-24 | Allow configuration of the path used for ACME account keys. | Richard van der Hoff | 4 | -7/+59 |
2019-06-24 | Pass config_dir_path and data_dir_path into Config.read_config. (#5522) | Richard van der Hoff | 35 | -67/+104 |
2019-06-24 | Factor acme bits out to a separate file (#5521) | Richard van der Hoff | 3 | -53/+94 |
2019-06-22 | Drop support for cpu_affinity (#5525) | Richard van der Hoff | 6 | -74/+2 |
2019-06-21 | Improve help and cmdline option names for --generate-config options (#5512) | Richard van der Hoff | 2 | -22/+29 |
2019-06-21 | Refactor Config parser and add some comments. (#5511) | Richard van der Hoff | 2 | -14/+36 |
2019-06-21 | Improve logging when generating config files (#5510) | Richard van der Hoff | 4 | -1/+8 |
2019-06-21 | Only import jinja2 when needed (#5514) | Andrew Morgan | 2 | -1/+3 |