index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
shirabe-php-rpc
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
2026-08-16
feat(plugin): proxy Composer\Util\Filesystem into the plugin worker
nsfisis
2026-08-16
feat(php-rpc): replay Rust-side env writes into the PHP worker
nsfisis
2026-08-16
feat(plugin): guard Rust-owned classes the worker has no proxy for
nsfisis
2026-08-16
refactor: narrow pub(crate) items to private
nsfisis
2026-08-15
feat(php-shim): drop the modelled PHP version constants
nsfisis
2026-08-15
feat(php-rpc): embed the Composer PHP runtime in the executable
nsfisis
2026-08-12
docs(todo): retag TODO markers by root cause
nsfisis
2026-08-11
chore(php-shim): drop the ob_start()/ob_get_clean() ports
nsfisis
2026-08-10
refactor(autoload): resolve include_path in the PHP worker
nsfisis
2026-08-10
feat(xdebug): switch Xdebug off in the PHP worker
nsfisis
2026-08-09
feat(plugin): let a Rust-implemented plugin cross into the worker
nsfisis
2026-08-09
refactor(symfony-process): extract symfony/process into the shirabe-symfony-p...
nsfisis
2026-08-07
feat(installer): dispatch package events
nsfisis
2026-08-07
feat(plugin): cross alias packages over RPC as proxy stubs
nsfisis
2026-08-07
refactor(platform-repository): fetch the PHP runtime in one RPC call
nsfisis
2026-08-07
feat(php-rpc): cross materialized values as PHP object records
nsfisis
2026-08-06
fix(php-rpc): carry the worker channel over a socketpair
nsfisis
2026-08-06
fix(platform-repository): report the icu and imagick libraries
nsfisis
2026-08-06
feat(plugin): let links and release dates cross the RPC boundary
nsfisis
2026-08-06
feat(plugin): widen the RPC surface to LibraryInstaller-based plugins
nsfisis
2026-08-05
feat(plugin): run plugin-provided commands in a worker-side application
nsfisis
2026-08-04
feat(plugin): generate proxy stubs for the package and repository graph
nsfisis
2026-08-04
feat(plugin): dispatch plugin event subscribers through the RPC worker
nsfisis
2026-08-04
feat(plugin): generate the worker proxy stubs from the Composer sources
nsfisis
2026-08-04
fix(plugin): resolve review findings in the plugin activation flow
nsfisis
2026-08-04
feat(plugin): activate plugins through the PHP RPC worker
nsfisis
2026-08-03
feat(php-rpc): rework the RPC channel into the tagged plugin protocol
nsfisis
2026-08-02
chore(todo): consolidate TODO comments into the five fixed marker tags
nsfisis
2026-07-26
feat(diagnose-command): report the real curl version
nsfisis
2026-07-26
feat(diagnose-command): query the real PHP runtime in one RPC call
nsfisis
2026-07-24
fix(dependency-resolver): query real PHP for ext-* version/loaded checks
nsfisis
2026-07-20
feat(php-rpc): attach worker process state to request I/O errors
nsfisis
2026-07-20
feat(php-rpc): implement phpinfo() capture over RPC
nsfisis
2026-07-04
fix(php-rpc): panic on RPC failure instead of silently swallowing it
nsfisis
2026-07-04
fix(php-rpc): wire Runtime::invoke/get_extension_info/extensions
nsfisis
2026-07-02
feat(php-rpc): implement Runtime::has_constant/get_constant via php-rpc
nsfisis
2026-07-02
chore(lint): ban std::io::Read/Write, Any, Command use imports
nsfisis
2026-07-01
test(php-rpc): cover serialize parser, framing, and PHP query
nsfisis
2026-07-01
feat(php-rpc): query real PHP version and binary for --version
nsfisis