Commit Graph

7 Commits

Author SHA1 Message Date
967cf09beb feat: add number and time formatting to dashboard metrics
Some checks failed
Build and Test / build (push) Failing after 36s
Build and Test / coverage (push) Failing after 44s
2025-12-29 01:50:08 +01:00
c414e2c2b1 feat: integrate monitoring metrics into connection handling
Some checks failed
Build and Test / build (push) Failing after 39s
Build and Test / coverage (push) Failing after 46s
feat: redesign dashboard with advanced metrics and charts
2025-12-29 01:37:24 +01:00
6ad8586770 feat: enhance authentication with constant-time comparisons and memory clearing
Some checks failed
Build and Test / build (push) Failing after 31s
Build and Test / coverage (push) Failing after 41s
feat: implement rate limiting for client requests
feat: enable SSL hostname verification and set preferred cipher suites
fix: deny requests on rate limit allocation failure
test: suppress unused result warnings in connection tests
docs: update test results and coverage requirements in README
2025-12-28 05:16:15 +01:00
248c5647e2 test: add comprehensive tests for auth, buffer, and connection modules
Some checks failed
Build and Test / build (push) Failing after 31s
Build and Test / coverage (push) Failing after 38s
build: add logging test support and increase minimum coverage threshold
2025-12-15 02:36:54 +01:00
c5af589ceb feat: add socket optimization functions for TCP_NODELAY and upstream handling
test: add tests for connection optimizations, caching, and cleanup
2025-12-15 01:31:27 +01:00
87e165dc52 perf: optimize socket settings and cache time for better performance
feat: add host header validation in client requests
fix: improve dns resolution error handling
refactor: cache epoll events in connection struct
2025-12-15 01:28:34 +01:00
a5353c4db8 perf: implement zero-copy data forwarding using linux splice syscall
refactor: cache patch buffer in connection struct to reduce allocations
perf: optimize buffer compaction in connection read handling
2025-12-15 01:12:09 +01:00