aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src
AgeCommit message (Expand)Author
2026-07-24fix(locker): return stability-flags as int, not stringnsfisis
2026-07-24refactor(filesystem-repository): drop eval() shim, defer installed.php reload...nsfisis
2026-07-23feat(process-executor): stub plugin-facing execute_async_php pathnsfisis
2026-07-20perf(composer-repository): avoid redundant clones when checking security advi...nsfisis
2026-07-20perf(composer-repository): avoid redundant clones when loading async package ...nsfisis
2026-07-20fix(json-file): forward detected indent into write's encode optionsnsfisis
2026-07-20fix(search-command): avoid usize overflow panic when truncating descriptionnsfisis
2026-07-20fix(pool-builder): fix three build_pool bugs found by un-ignoring test_pool_b...nsfisis
2026-07-20fix(no-proxy-pattern): stop chr() corrupting IP bytes as lossy UTF-8nsfisis
2026-07-20fix(php-shim): use PhpMixed::to_bool() for PHP truthy castsnsfisis
2026-07-20fix(advisory): treat int-keyed ignore entries as plain IDsnsfisis
2026-07-20fix(diagnose-command): stop holding a Config borrow across http callsnsfisis
2026-07-20feat(php-rpc): implement phpinfo() capture over RPCnsfisis
2026-07-20test(cli-tests): detail run_diagnose ignore reasonnsfisis
2026-07-20fix(require-command): drop input borrows before determine_requirementsnsfisis
2026-07-20fix(github-driver): defer get_branches until tags search missesnsfisis
2026-07-20fix(config): drop insecure git protocol under secure-httpnsfisis
2026-07-20fix(config): restore PHP (int) cast for ttl and timeout valuesnsfisis
2026-07-20fix(update-command): un-ignore test_interactive_tmp via assoc select choicesnsfisis
2026-07-20fix(run-script-command): pass script choices as assoc array in interactnsfisis
2026-07-20fix(io): widen IOInterface::select choices to PhpMixed for assoc arraysnsfisis
2026-07-20fix(installation-manager): un-ignore test_add_remove_installernsfisis
2026-07-20fix(event-dispatcher): un-ignore test_dispatcher_support_for_additional_argsnsfisis
2026-07-20fix(auditor): restore instanceof ConsoleIO semantics for BufferIOnsfisis
2026-07-20fix(git-downloader): un-ignore test_remove via FilesystemMock path seamnsfisis
2026-07-20fix(remote-filesystem): read scheme-less local paths in get_remote_contentsnsfisis
2026-07-20fix(validating-array-loader): un-ignore test_fund_command by fixing empty checknsfisis
2026-07-20fix(process-executor): un-ignore 11 tests by implementing execute_async mock ...nsfisis
2026-07-19fix(root-package-loader): un-ignore 4 tests by fixing stability-flag isset() ...nsfisis
2026-07-19fix(show-command): un-ignore 10 tests by fixing show-warnings typing and repo...nsfisis
2026-07-19fix(search-command): un-ignore test_search by fixing JSON output and abandone...nsfisis
2026-07-19fix(alias-package): stop delegating own-state accessors to aliasOfnsfisis
2026-07-19fix(update-command): un-ignore test_update by fixing 3 real bugsnsfisis
2026-07-19fix(check-platform-reqs): restore raw Link column in text tablensfisis
2026-07-18chore: rustfmtnsfisis
2026-07-18perf(installation-manager): run executeBatch operation chains concurrentlynsfisis
2026-07-18perf(installation-manager): fan out package downloads via Loop::waitnsfisis
2026-07-18refactor(downloader): take &self across the downloader hierarchynsfisis
2026-07-18perf(process-executor): make execute_async genuinely concurrentnsfisis
2026-07-18perf(regex): eliminate per-call clone overhead in preg_* dispatchnsfisis
2026-07-18perf(json-file): buffer schema file reads in FileRetrievernsfisis
2026-07-18fix(composer-repository): match List for security-advisories fieldnsfisis
2026-07-18fix(require-command): avoid unsupported regex lookahead in dev-branch checknsfisis
2026-07-18refactor(curl-downloader): drop unnecessary Rc wrapping around handlesnsfisis
2026-07-18fix(curl-downloader): unlink partial file on redirect-without-location failurensfisis
2026-07-17perf(sync-executor): drive HTTP fetches through one real top-level runtimensfisis
2026-07-17refactor(composer-repository): fan out async metadata downloads concurrentlynsfisis
2026-07-17refactor(loop): drive wait() promises concurrently via FuturesUnorderednsfisis
2026-07-17refactor(http-downloader): drop the job table for a &self Semaphore corensfisis
2026-07-17docs(curl-downloader): mark unported abortRequest note as TODO(phase-c)nsfisis