Go to file
John Kenyon 39d7302a4e Add daemon shutdown functionality for testing and administration
- Added Shutdown message type to the protocol
- Implemented server-side handling of shutdown requests
- Made socket server exit gracefully when shutdown is requested
- Added --shutdown flag to the client for requesting daemon termination
- Ensured proper cleanup of resources on shutdown
2025-04-07 05:07:38 +00:00
client Add daemon shutdown functionality for testing and administration 2025-04-07 05:07:38 +00:00
common Add daemon shutdown functionality for testing and administration 2025-04-07 05:07:38 +00:00
daemon Add daemon shutdown functionality for testing and administration 2025-04-07 05:07:38 +00:00
.gitignore Initial commit: Add DESIGN.md, PROGRESS.md and .gitignore 2025-04-06 02:59:51 +00:00
Cargo.toml Implement core project structure and functionality 2025-04-06 03:27:28 +00:00
DESIGN.md Initial commit: Add DESIGN.md, PROGRESS.md and .gitignore 2025-04-06 02:59:51 +00:00
PROGRESS.md Update PROGRESS.md to mark Phase 1 as completed 2025-04-06 03:28:14 +00:00