domani/src
2024-01-21 23:19:00 +01:00
..
domain Make origin::Store::sync async 2024-01-21 16:18:31 +01:00
error Fixed how unexpected Option errors were being worded 2024-01-21 23:19:00 +01:00
origin Make origin::Store::sync async 2024-01-21 16:18:31 +01:00
service Handle requested path being a directory correctly 2024-01-16 14:31:32 +01: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 Retrieve domain settings within each service, rather than in domain manager 2024-01-15 18:07:49 +01:00
origin.rs Make origin::Store::sync async 2024-01-21 16:18:31 +01:00
service.rs Fixes from clippy 2024-01-10 10:42:48 +01:00
task_stack.rs add task_stack.push_spawn_periodically, use for domain manager sync job 2024-01-14 14:40:14 +01:00
token.rs Fixes from clippy 2024-01-10 10:42:48 +01:00
util.rs Fixes from clippy 2024-01-10 10:42:48 +01:00