aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe
AgeCommit message (Expand)Author
2026-08-15feat(cli): report Shirabe's own identity instead of Composer'snsfisis
2026-08-15feat(php-shim): drop the modelled PHP version constantsnsfisis
2026-08-15refactor(php-shim): take only the data argument in http_build_querynsfisis
2026-08-15fix(composer-repository): encode the security advisory POST body as PHP doesnsfisis
2026-08-15fix(php-rpc): unpack the runtime bundle under the cache dirnsfisis
2026-08-15feat(diagnose): audit the Composer runtime the executable carriesnsfisis
2026-08-15feat(php-rpc): embed the Composer PHP runtime in the executablensfisis
2026-08-12test(installed-versions): verify the PHP class the worker loadsnsfisis
2026-08-12test: drop stale #[ignore]s and rewrite the run-script reasonsnsfisis
2026-08-12fix(command): port ScriptAliasCommand's ignoreValidationErrors() callnsfisis
2026-08-12docs(todo): retag TODO markers by root causensfisis
2026-08-11chore(php-shim): drop the HHVM_VERSION constantnsfisis
2026-08-11chore(php-shim): drop the substring predicate portsnsfisis
2026-08-11chore(php-shim): drop the PHP_INT_* constantsnsfisis
2026-08-11chore(php-shim): drop the ob_start()/ob_get_clean() portsnsfisis
2026-08-11feat(signal): abort on SIGINT, SIGTERM and SIGHUP at checkpointsnsfisis
2026-08-11refactor(util): drop the unused TlsHelper portnsfisis
2026-08-10feat(console): import scripts Command classes as application commandsnsfisis
2026-08-10refactor(autoload): resolve include_path in the PHP workernsfisis
2026-08-10refactor(autoload): drop the todo!() composerRequire stubnsfisis
2026-08-10refactor(symfony): hide leaf modules behind their parent re-exportsnsfisis
2026-08-10fix(php-shim): return an error from fileperms instead of 0nsfisis
2026-08-10feat(xdebug): switch Xdebug off in the PHP workernsfisis
2026-08-09build(cargo): fill in the package metadatansfisis
2026-08-09docs(license): carry each ported package's license in its cratensfisis
2026-08-09fix(autoload): embed ClassLoader.php and the LICENSE at build timensfisis
2026-08-09feat(plugin): let a Rust-implemented plugin cross into the workernsfisis
2026-08-09feat(path-downloader): restrict a mirrored path package to its archivable filesnsfisis
2026-08-09feat(symfony-filesystem): finish the Filesystem port and trim its APInsfisis
2026-08-09refactor(cargo): drop the now-empty shirabe-external-packages cratensfisis
2026-08-09refactor(xdebug-handler): extract composer/xdebug_handler into the shirabe-xd...nsfisis
2026-08-09refactor(ca-bundle): extract composer/ca_bundle into the shirabe-ca-bundle cratensfisis
2026-08-09refactor(seld-signal): extract seld/signal into the shirabe-seld-signal cratensfisis
2026-08-09refactor(seld-json-lint): extract seld/json_lint into the shirabe-seld-json-l...nsfisis
2026-08-09refactor(symfony-console): extract symfony/console into the shirabe-symfony-c...nsfisis
2026-08-09refactor(symfony-finder): extract symfony/finder into the shirabe-symfony-fin...nsfisis
2026-08-09refactor(symfony-filesystem): extract symfony/filesystem into the shirabe-sym...nsfisis
2026-08-09refactor(symfony-process): extract symfony/process into the shirabe-symfony-p...nsfisis
2026-08-09refactor(pcre): extract composer/pcre into the shirabe-pcre cratensfisis
2026-08-09refactor(io): move LogLevel into base_ionsfisis
2026-08-09test(cli): drop the CLI smoke testsnsfisis
2026-08-09feat(php-shim): replace error_get_last with the failing call's io::Errornsfisis
2026-08-09refactor(php-shim): make the fs mutators return Resultnsfisis
2026-08-09refactor(installed-versions): drop the Rust port, which has no readersnsfisis
2026-08-09refactor(installer): drop the GC control callsnsfisis
2026-08-09refactor(installed-versions): merge the name lists without call_user_func_arraynsfisis
2026-08-09fix(dependency-resolver): query the PHP runtime for the php versionnsfisis
2026-08-09test(platform): drop HHVM-only paths from HhvmDetector testnsfisis
2026-08-09feat(archiver): preserve file permissions in zip archivesnsfisis
2026-08-09refactor(env): split and join PATH lists with std::envnsfisis