index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Cargo.lock
Age
Commit message (
Expand
)
Author
2026-08-06
fix(php-rpc): carry the worker channel over a socketpair
nsfisis
2026-08-06
refactor(spdx-licenses): return a dedicated type from getLicenseByIdentifier
nsfisis
2026-08-03
feat(php-rpc): rework the RPC channel into the tagged plugin protocol
nsfisis
2026-08-02
feat(php-shim): implement syscall-backed functions via the nix crate
nsfisis
2026-08-01
feat(php-shim): implement Phar/PharData and the zlib/bzip2 functions
nsfisis
2026-08-01
feat(php-src): add a BSD-licensed crate for php-src derived code
nsfisis
2026-07-26
feat(diagnose-command): query the real PHP runtime in one RPC call
nsfisis
2026-07-25
feat(tracing): init tracing subscriber from $SHIRABE_TRACING
nsfisis
2026-07-18
perf(regex): eliminate per-call clone overhead in preg_* dispatch
nsfisis
2026-07-17
refactor(loop): drive wait() promises concurrently via FuturesUnordered
nsfisis
2026-07-04
fix(php-rpc): panic on RPC failure instead of silently swallowing it
nsfisis
2026-07-02
feat(php-rpc): implement Runtime::has_constant/get_constant via php-rpc
nsfisis
2026-07-01
feat(php-rpc): query real PHP version and binary for --version
nsfisis
2026-06-29
feat(php-shim): implement DirectoryIterator in fs shim
nsfisis
2026-06-28
fix(http): avoid nested tokio runtime panic in download path
nsfisis
2026-06-27
test: add mockall crate
nsfisis
2026-06-26
feat(http): reimplement CurlDownloader on reqwest; port 15 more tests
nsfisis
2026-06-25
feat(external-packages,shim): implement impl todos across components
nsfisis
2026-06-25
feat(json): validate JSON schema via the jsonschema crate
nsfisis
2026-06-24
refactor(crates): split metadata-minifier and spdx-licenses into own crates
nsfisis
2026-06-22
test(cli): serialize cli_tests via serial_test
nsfisis
2026-06-21
feat(php-shim): implement hash, hash_raw, hash_file
nsfisis
2026-06-21
feat(php-shim): implement http_build_query via serde_urlencoded
nsfisis
2026-06-20
feat(php-shim): implement parse_url and filter_var URL/boolean filters
nsfisis
2026-06-20
feat(finder): implement Finder traversal and filter pipeline
nsfisis
2026-06-20
test(cli): add more smoke tests
nsfisis
2026-06-20
feat(command): implement --help output
nsfisis
2026-06-14
feat(php-shim): implement random_int/random_bytes with fastrand
nsfisis
2026-06-14
refactor(pcre): drop PcreException
nsfisis
2026-06-12
feat(php-shim): implement runtime functions to run --version
nsfisis
2026-06-09
feat(datetime): resolve datetime TODOs
nsfisis
2026-06-05
refactor(json): make json encode helpers accept serde::Serialize
nsfisis
2026-05-23
refactor(promise): drop \React\Promise
nsfisis
2026-05-23
feat(deps): add tokio, async-trait
nsfisis
2026-05-20
fix(compile): fix all remaining compile errors
nsfisis
2026-05-17
fix(shirabe): correct invalid import paths and add missing dependency
nsfisis
2026-05-17
fix(semver): resolve shirabe-semver compile errors
nsfisis
2026-05-17
fix(php-shim): resolve duplicate definitions and compile errors
nsfisis
2026-05-17
chore(style): cargo fmt
nsfisis
2026-05-15
feat(port): port Zip.php
nsfisis
2026-05-12
feat(port): port IgnoredSecurityAdvisory.php
nsfisis
2026-05-12
feat(port): ConfigurableRepositoryInterface.php
nsfisis
2026-05-12
feat(port): port PluginBlockedException.php
nsfisis
2026-05-12
feat(init): add files
nsfisis