pollux/src
Jeena b13c46806c Implement comprehensive config validation with graceful error handling
- Replace panic-prone config loading with detailed error messages
- Validate config file existence, TOML syntax, required fields
- Check filesystem access for root directory and certificate files
- Provide actionable error messages explaining how to fix each issue
- Exit gracefully with clear guidance instead of cryptic panics
- Maintain backward compatibility for valid configurations
2026-01-16 22:21:50 +00:00
..
config.rs Implement dual host configuration: bind_host and hostname 2026-01-16 12:46:27 +00:00
logging.rs Fix log format spacing: single space between timestamp and level 2026-01-16 11:55:37 +00:00
main.rs Implement comprehensive config validation with graceful error handling 2026-01-16 22:21:50 +00:00
request.rs Implement dual host configuration: bind_host and hostname 2026-01-16 12:46:27 +00:00
server.rs Implement dual host configuration: bind_host and hostname 2026-01-16 12:46:27 +00:00
tls.rs Initial codebase structure 2026-01-15 08:22:06 +09:00