index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Cargo.toml
Age
Commit message (
Expand
)
Author
2026-08-11
feat(signal): abort on SIGINT, SIGTERM and SIGHUP at checkpoints
nsfisis
2026-08-10
feat(xdebug): switch Xdebug off in the PHP worker
nsfisis
2026-08-09
build(cargo): fill in the package metadata
nsfisis
2026-08-09
refactor(cargo): drop the now-empty shirabe-external-packages crate
nsfisis
2026-08-09
refactor(xdebug-handler): extract composer/xdebug_handler into the shirabe-xd...
nsfisis
2026-08-09
refactor(ca-bundle): extract composer/ca_bundle into the shirabe-ca-bundle crate
nsfisis
2026-08-09
refactor(seld-signal): extract seld/signal into the shirabe-seld-signal crate
nsfisis
2026-08-09
refactor(seld-json-lint): extract seld/json_lint into the shirabe-seld-json-l...
nsfisis
2026-08-09
refactor(symfony-console): extract symfony/console into the shirabe-symfony-c...
nsfisis
2026-08-09
refactor(symfony-finder): extract symfony/finder into the shirabe-symfony-fin...
nsfisis
2026-08-09
refactor(symfony-filesystem): extract symfony/filesystem into the shirabe-sym...
nsfisis
2026-08-09
refactor(symfony-process): extract symfony/process into the shirabe-symfony-p...
nsfisis
2026-08-09
refactor(symfony-string): extract symfony/string into the shirabe-symfony-str...
nsfisis
2026-08-09
refactor(pcre): extract composer/pcre into the shirabe-pcre crate
nsfisis
2026-08-07
refactor: merge split inherent impl blocks into one per type
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-25
perf(advisory): share AnySecurityAdvisory via Rc
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-01
feat(php-rpc): query real PHP version and binary for --version
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-27
refactor: fix compiler warnings and clippy warnings
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
test(cli): add more smoke tests
nsfisis
2026-06-14
feat(php-shim): implement random_int/random_bytes with fastrand
nsfisis
2026-06-14
refactor: fix warnings
nsfisis
2026-05-23
refactor(promise): drop \React\Promise
nsfisis
2026-05-23
feat(deps): add tokio, async-trait
nsfisis
2026-05-22
refactor(composer): unify Composer/PartialComposer via Rc handles
nsfisis
2026-05-20
chore: allow unused code
nsfisis
2026-05-17
fix(shirabe): correct invalid import paths and add missing dependency
nsfisis
2026-05-17
feat(port): add stub implementations of shirabe-external-packages
nsfisis
2026-05-16
feat(port): add template files for composer/semver
nsfisis
2026-05-15
feat(port): port Zip.php
nsfisis
2026-05-15
refactor(advisory): replace JsonSerializable with serde::Serialize
nsfisis
2026-05-15
feat(json): enable preserve_order feature of serde_json
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