Commit Graph

20 Commits

Author SHA1 Message Date
173f10afd2 feat: integrate monitoring metrics into connection handling
feat: redesign dashboard with advanced metrics and charts
2025-12-29 00:37:24 +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
70830db467 feat: add socket optimization functions for TCP_NODELAY and upstream handling
test: add tests for connection optimizations, caching, and cleanup
2025-12-15 00:31:27 +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
e29db25439 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 00:12:09 +00:00
9d18f4a5da chore: remove trailing whitespace from README.md line 42 2025-12-12 21:33:27 +00:00
9005f31188 chore: remove placeholder text and add gitignore for node modules 2025-12-12 21:29:45 +00:00
61a5a1cadf chore: remove trailing whitespace from README.md line 42 2025-12-12 21:20:34 +00:00
1c8677607a fix: handle edge case for empty input in parse function and add unit tests 2025-12-12 21:02:24 +00:00
ec8820c4e7 chore: add unit tests for user authentication and profile update endpoints 2025-12-01 23:50:05 +00:00
6389f925f8 chore: remove trailing whitespace from README.md line 42 2025-11-29 12:27:04 +00:00
1abc4a317f chore: remove trailing whitespace from README.md line 42 2025-11-29 12:18:07 +00:00
18f90fc689 chore: remove trailing whitespace from README.md formatting 2025-11-29 04:56:34 +00:00
0c0c44f73c fix: correct typo in commit message from 'Upate' to 'Update' 2025-11-29 04:21:38 +00:00
751963c16e chore: remove trailing whitespace from README.md formatting 2025-11-29 03:58:34 +00:00
b5dd9051f0 fix: correct hostname resolution logic in network config parser 2025-11-29 03:18:39 +00:00
bd3d5a6b4b chore: remove trailing whitespace from README.md line 42 2025-11-29 03:16:59 +00:00
b416922ef5 chore: remove trailing whitespace from README.md line 42 2025-11-29 02:15:45 +00:00
e815a9c421 chore: remove trailing whitespace from README.md line 42 2025-11-29 01:51:08 +00:00
26b917dcb2 refactor: replace hardcoded config values with environment variable lookups in app.py 2025-11-29 00:49:14 +00:00