Commit Graph

6 Commits

Author SHA1 Message Date
ae77cb3052 refactor: extract base64 decoding into separate module
build: simplify Makefile with pattern rules and loops
2026-01-27 19:34:43 +00:00
5b51447f78 feat: enhance authentication with constant-time comparisons and memory clearing
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 04:16:15 +00:00
49704c0f3b 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 00:28:34 +00:00
1abc4a317f chore: remove trailing whitespace from README.md line 42 2025-11-29 12:18:07 +00:00
751963c16e chore: remove trailing whitespace from README.md formatting 2025-11-29 03:58:34 +00:00
26b917dcb2 refactor: replace hardcoded config values with environment variable lookups in app.py 2025-11-29 00:49:14 +00:00