a5ad5042b7
Reuse loaded component units per request
2026-07-18 05:01:27 +00:00
72fd0dd53a
Pre-instantiate WASM core workers
2026-07-18 01:58:01 +00:00
1ebf94b135
Prove pooled workspace request isolation
2026-07-17 23:53:46 +00:00
e176ff09d9
Invalidate component freshness by source generation
2026-07-17 23:14:42 +00:00
37b03eb4d5
Resolve compiler source paths through file descriptors
2026-07-17 22:51:46 +00:00
7e0b8337ab
Prioritize stale dynamic components
2026-07-17 21:02:35 +00:00
2dd23766e0
Recover after transient dependency compile failures
2026-07-17 19:59:39 +00:00
root
c9f43d8279
Separate UCE builds from service startup
2026-07-17 02:11:13 +00:00
root
b0d475e777
Wait for UCE service readiness
2026-07-17 02:09:16 +00:00
root
e9644c717f
Avoid rebuilding byte-identical source graphs
2026-07-16 23:27:51 +00:00
8dd307d316
Precompile native modules off request path
2026-07-16 22:51:16 +00:00
b4f652b5a5
Preserve socket runtime directory
2026-07-16 22:03:54 +00:00
caffb3f404
Keep FastCGI available during restarts
2026-07-16 22:00:08 +00:00
6a02c07bcb
Reuse reset MySQL connections per worker
2026-07-16 17:00:28 +00:00
82aec81465
Refresh guest deadline after MySQL hostcalls
2026-07-15 09:18:35 +00:00
ee022f0398
Ensure nested CLI components are fresh
2026-07-15 00:43:23 +00:00
dafffb4ab6
label expected compile timing probe
2026-07-14 23:38:20 +00:00
6b18587581
scope nested component props without deep copies
2026-07-14 22:41:55 +00:00
0bcf9a676e
flush runtime diagnostics promptly
2026-07-14 22:15:13 +00:00
306420e4d3
test: derive installed site directory for gates
2026-07-14 08:44:09 +00:00
d7f4749f9f
test: label expected source read failures
2026-07-14 06:23:50 +00:00
2a1400b78c
test: run CLI gates by group
2026-07-14 04:04:55 +00:00
096138d6a1
Fix wasm compile source race
2026-07-13 22:47:48 +00:00
36ea0cd2a5
test: wait for dependency lock fixture readiness
2026-07-13 22:21:18 +00:00
92baaa6299
fix: prevent stale mutation execution
2026-07-13 20:17:48 +00:00
0187bb60cf
docs: publish password hashing APIs
2026-07-13 19:47:06 +00:00
4414972079
feat: add native scrypt password hashing
2026-07-13 19:35:38 +00:00
a288b539c6
Reject unreadable UCE source units
2026-07-13 15:28:35 +00:00
cd2fa163e6
keep CLI units current during rebuilds
2026-07-13 14:20:29 +00:00
97ecc6edd6
keep web requests off rebuild path
2026-07-13 12:25:42 +00:00
5195ebeb25
avoid request stalls during proactive rebuilds
2026-07-13 12:12:14 +00:00
fe88d4143e
Keep warm wasm workers alive
2026-07-13 08:59:11 +00:00
f7e9c5a4ec
Exclude cold module loads from guest deadlines
2026-07-13 08:51:46 +00:00
73a2671112
Invalidate warmed wasm modules precisely
2026-07-13 08:36:55 +00:00
ada01e34f4
Cache loaded source signatures safely
2026-07-13 08:07:37 +00:00
02ed75fc85
Invalidate units when loaded sources change
2026-07-13 07:42:52 +00:00
d857930ceb
Expose MySQL affected row counts
2026-07-13 07:10:03 +00:00
b8c2efe976
add native csrf helpers
2026-07-06 09:58:25 +00:00
root
991a0f62b4
harden runtime config and docs
2026-06-27 20:58:07 +00:00
c148c1b36b
test: allow skipping nested local service probes
2026-06-22 02:39:36 +00:00
root
ea08d5f28b
cleanup, docs
2026-06-16 12:21:31 +00:00
root
f2a3503ac3
configurable trans-membrance hostcall blocklist
2026-06-16 01:13:06 +00:00
root
99cd92fb4a
docs
2026-06-15 21:42:50 +00:00
34a97e2577
chore: use version file for package builds
2026-06-15 16:19:55 +00:00
root
5f430155b7
deb update
2026-06-15 13:16:39 +00:00
root
1a5c6547b9
post-W7 cleanup
2026-06-15 12:00:46 +00:00
root
75bccb778c
W7 done done
2026-06-15 11:14:03 +00:00
root
f5637bb587
W7 done done
2026-06-15 10:28:23 +00:00
root
b1a0df9c93
W7 done done
2026-06-15 10:19:06 +00:00
root
bfd6d33829
W7f: sweep dead/legacy/fallback leftovers after native-pipeline removal
...
Post-deletion cleanup (units run only on wasm):
- types.h/compiler.cpp: drop the native-era SharedUnit fields so_name,
bin_file_name, and the opt_so_optional cache-mode plumbing (no native
optional .so path remains). The per-unit compile lock is re-keyed from
so_name+.lock to wasm_name+.lock (still per-unit).
- unit_info() and to_string(SharedUnit*) no longer expose .so artifact fields.
- backend.h: drop the stale "+ fallback-token gate" comment.
- Docs/comments corrected to wasm-only reality: README, tests/README,
site/doc C++ preprocessor + error_pages + unit_info pages, site/info intro,
site/demo/unit-browser artifact card; the Phase-5 native-vs-wasm benchmark
harness (tests/wasm_benchmark.py) reframed for the wasm-only backend.
Audit confirmed no live references remain to so_handle, load_shared_unit,
compiler_load_shared_unit, compiler_invoke*/_cli/_websocket/_serve_http,
COMPILE_SCRIPT/COMPILE_WASM_UNITS, or the native export-symbol constants;
request_ref_handler/dv_call_handler are kept (live wasm funcref casts).
Swept via the pi agent (delegated to a gpt-5.3-codex-spark sub-model);
independently re-verified on the host: run_cli_tests --include-wasm-kill =>
87 passed, 0 failed, 0 skipped.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-14 23:43:16 +00:00