Commit Graph
7 Commits
Author SHA1 Message Date
udo d4ae51f54b Isolate managed precompile race validation 2026-07-18 19:12:53 +00:00
udo b9b70659a3 Parallelize managed unit precompile 2026-07-18 15:24:51 +00:00
udo 1952c7d762 Stage ABI-scoped unit generations 2026-07-18 14:09:38 +00:00
root c9f43d8279 Separate UCE builds from service startup 2026-07-17 02:11:13 +00:00
root 991a0f62b4 harden runtime config and docs 2026-06-27 20:58:07 +00:00
udo dc05f9faa5 PHP familiarity shortcuts 2026-04-19 21:15:52 +00:00
udo cd8f07aaa7 Refactor FastCGI server and compiler, enhance HTTP header parsing, and add WebSocket support
- Refactored FastCGIServer class to improve socket handling and added shutdown functionality.
- Updated compiler functions to streamline HTML and text literal processing.
- Enhanced split_kv function to support uppercase keys and added split_http_headers for better HTTP header parsing.
- Introduced new session management functions to validate and handle session IDs.
- Added WebSocket frame parsing and handling in the URI module.
- Created systemd service scripts for easier deployment and management of the UCE FastCGI runtime.
- Added new test cases for header handling, time parsing, and WebSocket functionality.
2026-04-18 14:04:58 +00:00