domani/src
Brian Picciano 4ded1c4ab4 Use builtin tokio ctrl-c rather than signal-hook-tokio
signal-hook-tokio does not support windows, and the builtin ctrl-c
function does everything domani really needs.
2023-11-11 21:39:40 +01:00
..
domain Add support for i686-linux 2023-11-10 12:58:11 +01:00
error Pass the full domain::Settings into the proxy code 2023-07-17 16:19:25 +02:00
origin Fixed tests for git and acme::store 2023-08-03 10:02:03 +02:00
service Honor proxied_domains' https_disabled when doing https redirects 2023-08-25 19:01:30 +02:00
config.rs Fix config to match the README, add proxy to README 2023-07-16 17:43:31 +02:00
domain.rs Move proxy config into domain (bigger change than it sounds like) 2023-08-03 14:14:51 +02:00
error.rs implement error::unexpected, use it everywhere 2023-06-17 15:41:39 +02:00
lib.rs A bit of module structure tidying 2023-07-21 14:43:39 +02:00
main.rs Use builtin tokio ctrl-c rather than signal-hook-tokio 2023-11-11 21:39:40 +01:00
origin.rs Moved http proxy under the service module 2023-07-19 22:36:29 +02:00
service.rs Support for gemini fully fleshed out 2023-08-01 16:44:16 +02:00
task_stack.rs A bit of module structure tidying 2023-07-21 14:43:39 +02:00
token.rs Add token::MemStore, use it for http01 challenges 2023-07-12 19:01:31 +02:00
util.rs Implement external domain cert syncing 2023-08-22 20:37:10 +02:00