index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
shirabe
/
src
Age
Commit message (
Expand
)
Author
2026-07-24
fix(pool-builder): use plain getPackages() on locked repository
nsfisis
2026-07-24
fix(dependency-resolver): query real PHP for ext-* version/loaded checks
nsfisis
2026-07-24
fix(locker): return stability-flags as int, not string
nsfisis
2026-07-24
refactor(filesystem-repository): drop eval() shim, defer installed.php reload...
nsfisis
2026-07-23
feat(process-executor): stub plugin-facing execute_async_php path
nsfisis
2026-07-20
perf(composer-repository): avoid redundant clones when checking security advi...
nsfisis
2026-07-20
perf(composer-repository): avoid redundant clones when loading async package ...
nsfisis
2026-07-20
fix(json-file): forward detected indent into write's encode options
nsfisis
2026-07-20
fix(search-command): avoid usize overflow panic when truncating description
nsfisis
2026-07-20
fix(pool-builder): fix three build_pool bugs found by un-ignoring test_pool_b...
nsfisis
2026-07-20
fix(no-proxy-pattern): stop chr() corrupting IP bytes as lossy UTF-8
nsfisis
2026-07-20
fix(php-shim): use PhpMixed::to_bool() for PHP truthy casts
nsfisis
2026-07-20
fix(advisory): treat int-keyed ignore entries as plain IDs
nsfisis
2026-07-20
fix(diagnose-command): stop holding a Config borrow across http calls
nsfisis
2026-07-20
feat(php-rpc): implement phpinfo() capture over RPC
nsfisis
2026-07-20
test(cli-tests): detail run_diagnose ignore reason
nsfisis
2026-07-20
fix(require-command): drop input borrows before determine_requirements
nsfisis
2026-07-20
fix(github-driver): defer get_branches until tags search misses
nsfisis
2026-07-20
fix(config): drop insecure git protocol under secure-http
nsfisis
2026-07-20
fix(config): restore PHP (int) cast for ttl and timeout values
nsfisis
2026-07-20
fix(update-command): un-ignore test_interactive_tmp via assoc select choices
nsfisis
2026-07-20
fix(run-script-command): pass script choices as assoc array in interact
nsfisis
2026-07-20
fix(io): widen IOInterface::select choices to PhpMixed for assoc arrays
nsfisis
2026-07-20
fix(installation-manager): un-ignore test_add_remove_installer
nsfisis
2026-07-20
fix(event-dispatcher): un-ignore test_dispatcher_support_for_additional_args
nsfisis
2026-07-20
fix(auditor): restore instanceof ConsoleIO semantics for BufferIO
nsfisis
2026-07-20
fix(git-downloader): un-ignore test_remove via FilesystemMock path seam
nsfisis
2026-07-20
fix(remote-filesystem): read scheme-less local paths in get_remote_contents
nsfisis
2026-07-20
fix(validating-array-loader): un-ignore test_fund_command by fixing empty check
nsfisis
2026-07-20
fix(process-executor): un-ignore 11 tests by implementing execute_async mock ...
nsfisis
2026-07-19
fix(root-package-loader): un-ignore 4 tests by fixing stability-flag isset() ...
nsfisis
2026-07-19
fix(show-command): un-ignore 10 tests by fixing show-warnings typing and repo...
nsfisis
2026-07-19
fix(search-command): un-ignore test_search by fixing JSON output and abandone...
nsfisis
2026-07-19
fix(alias-package): stop delegating own-state accessors to aliasOf
nsfisis
2026-07-19
fix(update-command): un-ignore test_update by fixing 3 real bugs
nsfisis
2026-07-19
fix(check-platform-reqs): restore raw Link column in text table
nsfisis
2026-07-18
chore: rustfmt
nsfisis
2026-07-18
perf(installation-manager): run executeBatch operation chains concurrently
nsfisis
2026-07-18
perf(installation-manager): fan out package downloads via Loop::wait
nsfisis
2026-07-18
refactor(downloader): take &self across the downloader hierarchy
nsfisis
2026-07-18
perf(process-executor): make execute_async genuinely concurrent
nsfisis
2026-07-18
perf(regex): eliminate per-call clone overhead in preg_* dispatch
nsfisis
2026-07-18
perf(json-file): buffer schema file reads in FileRetriever
nsfisis
2026-07-18
fix(composer-repository): match List for security-advisories field
nsfisis
2026-07-18
fix(require-command): avoid unsupported regex lookahead in dev-branch check
nsfisis
2026-07-18
refactor(curl-downloader): drop unnecessary Rc wrapping around handles
nsfisis
2026-07-18
fix(curl-downloader): unlink partial file on redirect-without-location failure
nsfisis
2026-07-17
perf(sync-executor): drive HTTP fetches through one real top-level runtime
nsfisis
2026-07-17
refactor(composer-repository): fan out async metadata downloads concurrently
nsfisis
2026-07-17
refactor(loop): drive wait() promises concurrently via FuturesUnordered
nsfisis
[prev]
[next]