Commit Graph
100 Commits
Author SHA1 Message Date
udo d4ae51f54b Isolate managed precompile race validation 2026-07-18 19:12:53 +00:00
udo 322ffd006f Complete unit render demo 2026-07-18 17:27:19 +00:00
udo 3a6db7779b Reject precompile generations changed in flight 2026-07-18 17:23:10 +00:00
udo f379480783 Expect missing component renders to fail 2026-07-18 17:03:55 +00:00
udo 1df3becdb2 Fail unresolved unit renders with HTTP 500 2026-07-18 16:59:14 +00:00
udo 3cbe6f50d4 Fail unresolved component renders with HTTP 500 2026-07-18 16:55:42 +00:00
udo 39d4b41e2b Reject negative unsigned string values 2026-07-18 16:22:14 +00:00
udo 22efea8ecd Reject persisted failures during precompile 2026-07-18 15:44:44 +00:00
udo b9b70659a3 Parallelize managed unit precompile 2026-07-18 15:24:51 +00:00
udo 39636acf2e Keep precompile PCH generation-local 2026-07-18 14:31:53 +00:00
udo 1952c7d762 Stage ABI-scoped unit generations 2026-07-18 14:09:38 +00:00
udo 810c19b042 add database-aware MySQL pooling 2026-07-18 12:55:48 +00:00
udo 418c5812dc Return component ONCE slots with handler resolution 2026-07-18 11:47:28 +00:00
udo 0e0c0b6ccc Keep demand compilation responsive 2026-07-18 11:14:40 +00:00
udo 495a8ae5f0 Resolve wasm traps to unit source 2026-07-18 10:58:08 +00:00
udo eda124b15f Trim compiled unit export surface 2026-07-18 10:11:06 +00:00
udo 69e8051fd3 Cache read component path resolutions 2026-07-18 09:31:40 +00:00
udo 2a2d802daa Fix raw HTTP request timing logs 2026-07-18 08:54:49 +00:00
udo 0517f06925 Deduplicate component resolution probes 2026-07-18 06:46:21 +00:00
udo f745ce9413 Deduplicate entry freshness filesystem work 2026-07-18 06:16:49 +00:00
udo 556025a779 Profile pre-dispatch WASM readiness 2026-07-18 05:43:36 +00:00
udo a5ad5042b7 Reuse loaded component units per request 2026-07-18 05:01:27 +00:00
udo 5e140d6a5a Decode request maps directly into Wasm workspaces 2026-07-18 04:21:28 +00:00
udo 516ed94032 Cache immutable Wasm server configuration encoding 2026-07-18 03:43:44 +00:00
udo a043fb8fc7 Avoid resolving loaded request entries twice 2026-07-18 03:08:01 +00:00
udo 339031b6c3 Avoid repeated warm request dispatch work 2026-07-18 02:32:28 +00:00
udo 72fd0dd53a Pre-instantiate WASM core workers 2026-07-18 01:58:01 +00:00
udo 6e4ef8ed7a Reuse core host definitions across requests 2026-07-18 00:55:29 +00:00
udo 1ebf94b135 Prove pooled workspace request isolation 2026-07-17 23:53:46 +00:00
udo 497a5e89d2 Reuse Wasmtime instance allocation slots 2026-07-17 23:48:31 +00:00
udo da7c607091 Treat absent source generation as uninitialized 2026-07-17 23:28:10 +00:00
udo e176ff09d9 Invalidate component freshness by source generation 2026-07-17 23:14:42 +00:00
udo 075ce0bc07 Pass normalized component paths to freshness checks 2026-07-17 23:00:17 +00:00
udo 1c78ea4f22 Avoid repeated realpath graph traversal 2026-07-17 22:59:42 +00:00
udo 37b03eb4d5 Resolve compiler source paths through file descriptors 2026-07-17 22:51:46 +00:00
udo 914cf17f23 Skip canonicalization for recent source entries 2026-07-17 22:06:17 +00:00
udo 9beec0dd03 Memoize read-only source graph stats 2026-07-17 22:00:37 +00:00
udo 7e0b8337ab Prioritize stale dynamic components 2026-07-17 21:02:35 +00:00
udo 2dd23766e0 Recover after transient dependency compile failures 2026-07-17 19:59:39 +00:00
udo c28b446541 Profile complete Wasm request timing 2026-07-17 19:11:05 +00:00
udo da04af1cbf Export math functions to Wasm components 2026-07-17 14:52:34 +00:00
udo 88c637f5a4 Preserve MySQL connection failures across queries 2026-07-17 13:52:08 +00:00
udo dbb8ae2c4b Support nested Markdown heading levels 2026-07-17 05:27:00 +00:00
udo 8dbff881a1 Profile request thread runtime on demand 2026-07-17 03:05:37 +00:00
udo 96e5813a0b Profile workspace thread CPU time 2026-07-17 00:45:46 +00:00
udo 03ffeeb0da Parse common UTC timestamps in process 2026-07-17 00:15:43 +00:00
udo 7789385ef5 Profile bounded hostcall operations 2026-07-17 00:01:19 +00:00
udo 8dd307d316 Precompile native modules off request path 2026-07-16 22:51:16 +00:00
udo a247c2b520 Expose per-unit module request profiles 2026-07-16 22:32:30 +00:00
udo b4f652b5a5 Preserve socket runtime directory 2026-07-16 22:03:54 +00:00
udo caffb3f404 Keep FastCGI available during restarts 2026-07-16 22:00:08 +00:00
udo 93c701c6c7 Store serialized core in runtime cache 2026-07-16 21:10:09 +00:00
udo ee2177f4b4 Prewarm wasm workers before accepting requests 2026-07-16 21:00:46 +00:00
udo 83c05111a9 Profile FastCGI transport phases 2026-07-16 20:49:13 +00:00
udo bbfbd63b53 Skip wasm bodies on serialized module hits 2026-07-16 20:31:25 +00:00
udo 11025ab8b3 Profile cold unit module loading 2026-07-16 19:57:40 +00:00
udo 91074ccec9 Remove neutral unit global type cache 2026-07-16 19:31:06 +00:00
udo 8737f2747e Reuse unit global types per worker 2026-07-16 19:27:24 +00:00
udo 8ea1fed38b Document cached unit import metadata 2026-07-16 19:09:11 +00:00
udo 9b95d00709 Cache unit import metadata 2026-07-16 19:01:05 +00:00
udo 9c15d6d85d Profile unit symbol resolution cost 2026-07-16 18:30:11 +00:00
udo ab3e4dac2e Remove slower unit symbol cache 2026-07-16 18:18:39 +00:00
udo ea89e3bb6d Cache resolved unit symbols per request 2026-07-16 18:14:23 +00:00
udo 197719ea23 Profile side module loading phases 2026-07-16 18:01:31 +00:00
udo fd276f8343 Profile component resolution subphases 2026-07-16 17:34:46 +00:00
udo 6a02c07bcb Reuse reset MySQL connections per worker 2026-07-16 17:00:28 +00:00
udo b04ce3d005 Profile logical MySQL operations 2026-07-16 16:31:13 +00:00
udo 9dc9c61af6 Keep proactive freshness scans off requests 2026-07-16 16:06:02 +00:00
udo ec07b5df22 Cache component freshness probes 2026-07-16 15:27:59 +00:00
udo dc5ccee805 Profile request execution phases 2026-07-16 15:12:13 +00:00
udo 62adc7a6a9 Reject empty time parse input 2026-07-16 14:29:28 +00:00
udo 82aec81465 Refresh guest deadline after MySQL hostcalls 2026-07-15 09:18:35 +00:00
udo ee022f0398 Ensure nested CLI components are fresh 2026-07-15 00:43:23 +00:00
udo dafffb4ab6 label expected compile timing probe 2026-07-14 23:38:20 +00:00
udo 6b18587581 scope nested component props without deep copies 2026-07-14 22:41:55 +00:00
udo 0bcf9a676e flush runtime diagnostics promptly 2026-07-14 22:15:13 +00:00
udo 8c3f8c5e01 fix persisted unit failure identity 2026-07-14 21:44:31 +00:00
udo d33d5e80ba fix canonical component artifact identity 2026-07-14 21:32:29 +00:00
udo b6c2b8b08d docs: note installed gate site root 2026-07-14 08:46:01 +00:00
udo 306420e4d3 test: derive installed site directory for gates 2026-07-14 08:44:09 +00:00
udo d7f4749f9f test: label expected source read failures 2026-07-14 06:23:50 +00:00
udo afb17fc334 test: retry transient doc gate reads 2026-07-14 04:34:52 +00:00
udo 2a1400b78c test: run CLI gates by group 2026-07-14 04:04:55 +00:00
udo 9d707a1c04 Document source read failures 2026-07-14 02:52:36 +00:00
udo c1949e7430 Label unreadable source probes distinctly 2026-07-14 02:48:24 +00:00
udo 8eec28a639 Clarify CSRF field raw rendering 2026-07-14 00:04:43 +00:00
udo 7fabccd90a Add CSRF hidden field helper 2026-07-13 23:52:49 +00:00
udo 096138d6a1 Fix wasm compile source race 2026-07-13 22:47:48 +00:00
udo 36ea0cd2a5 test: wait for dependency lock fixture readiness 2026-07-13 22:21:18 +00:00
udo 92baaa6299 fix: prevent stale mutation execution 2026-07-13 20:17:48 +00:00
udo 0187bb60cf docs: publish password hashing APIs 2026-07-13 19:47:06 +00:00
udo 4414972079 feat: add native scrypt password hashing 2026-07-13 19:35:38 +00:00
udo a288b539c6 Reject unreadable UCE source units 2026-07-13 15:28:35 +00:00
udo cd2fa163e6 keep CLI units current during rebuilds 2026-07-13 14:20:29 +00:00
udo 97ecc6edd6 keep web requests off rebuild path 2026-07-13 12:25:42 +00:00
udo 5195ebeb25 avoid request stalls during proactive rebuilds 2026-07-13 12:12:14 +00:00
udo c1039f5094 Parse standard absolute URL paths 2026-07-13 09:31:45 +00:00
udo fe88d4143e Keep warm wasm workers alive 2026-07-13 08:59:11 +00:00
udo f7e9c5a4ec Exclude cold module loads from guest deadlines 2026-07-13 08:51:46 +00:00
udo 73a2671112 Invalidate warmed wasm modules precisely 2026-07-13 08:36:55 +00:00