Commit Graph

5 Commits

Author SHA1 Message Date
45005f904b feat: add formatNum and formatMs helpers for dashboard metric display 2025-12-29 00:50:08 +00:00
598668ca8a feat: integrate monitoring metrics into connection handling and redesign dashboard with advanced charts
Add real-time tracking of accepted connections, upstream connection success/failure, DNS errors, and retries to connection.c. Introduce histogram, rate tracker, and health score data structures in types.h and monitor.h/c. Redesign dashboard HTML/CSS with color-coded health metrics, responsive charts grid, and tall chart containers for improved visualization of system performance data.
2025-12-29 00:37:24 +00:00
ca8bdcf2cd feat: add constant-time credential comparison, rate limiting, SSL hostname verification, and update coverage threshold to 69% 2025-12-28 04:16:15 +00:00
b7957fd5f6 chore: add rate limiting, auth, health checks, and config hot-reload to build system and source 2025-11-29 03:58:34 +00:00
3643909bd5 chore: add .gitignore entries for build artifacts and test files, restructure Makefile with proper build system 2025-11-29 00:49:14 +00:00