aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/dev
AgeCommit message (Expand)Author
2026-08-31feat(plugin): serve HttpDownloader as a proxy stubnsfisis
2026-08-30feat(plugin): carry an exception's class and state across the boundarynsfisis
2026-08-30feat(plugin): serve ProcessExecutor as a proxy stubnsfisis
2026-08-23docs(plugin): bring boundary text in line with the implementationnsfisis
2026-08-18refactor(preg): anchor A patterns at the call sitensfisis
2026-08-16feat(php-rpc): replay Rust-side env writes into the PHP workernsfisis
2026-08-16feat(plugin): guard Rust-owned classes the worker has no proxy fornsfisis
2026-08-15fix(phar): match the stub token in any letter casensfisis
2026-08-15feat(php-rpc): embed the Composer PHP runtime in the executablensfisis
2026-08-11feat(signal): abort on SIGINT, SIGTERM and SIGHUP at checkpointsnsfisis
2026-08-11refactor(util): drop the unused TlsHelper portnsfisis
2026-08-10feat(xdebug): switch Xdebug off in the PHP workernsfisis
2026-08-09feat(plugin): let a Rust-implemented plugin cross into the workernsfisis
2026-08-07feat(installer): dispatch package eventsnsfisis
2026-08-07fix(plugin): make proxy stub property access an explicit errornsfisis
2026-08-07refactor(platform-repository): fetch the PHP runtime in one RPC callnsfisis
2026-08-07feat(php-rpc): cross materialized values as PHP object recordsnsfisis
2026-08-06fix(php-rpc): carry the worker channel over a socketpairnsfisis
2026-08-06feat(plugin): let links and release dates cross the RPC boundarynsfisis
2026-08-06feat(plugin): widen the RPC surface to LibraryInstaller-based pluginsnsfisis
2026-08-06feat(plugin): run plugin-provided installers through the RPC workernsfisis
2026-08-05feat(plugin): run plugin-provided commands in a worker-side applicationnsfisis
2026-08-04feat(plugin): generate proxy stubs for the package and repository graphnsfisis
2026-08-04feat(plugin): generate the worker proxy stubs from the Composer sourcesnsfisis
2026-08-04fix(plugin): resolve review findings in the plugin activation flownsfisis
2026-08-04feat(plugin): activate plugins through the PHP RPC workernsfisis
2026-08-03feat(php-rpc): rework the RPC channel into the tagged plugin protocolnsfisis
2026-08-03docs(plugin): record dispositions of plugin-boundary open questionsnsfisis
2026-07-26feat(diagnose-command): query the real PHP runtime in one RPC callnsfisis
2026-07-23feat(process-executor): stub plugin-facing execute_async_php pathnsfisis
2026-07-23feat(plugin-class-classifier): add query helper for single-class lookupsnsfisis
2026-07-23feat(plugin-class-classifier): add deterministic plugin-boundary classifiernsfisis
2026-07-04fix(php-rpc): panic on RPC failure instead of silently swallowing itnsfisis
2026-07-02feat(php-rpc): implement Runtime::has_constant/get_constant via php-rpcnsfisis
2026-07-01feat(php-rpc): query real PHP version and binary for --versionnsfisis
2026-06-25feat(php-shim): model $_ENV/$_SERVER as OsString snapshotsnsfisis
2026-06-14docs(regex): add regex porting rulesnsfisis