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-08-02
refactor(php-shim): drop pack/unpack in favor of direct byte handling
nsfisis
2026-08-02
refactor(auditor): build the summary line with format! instead of sprintf
nsfisis
2026-08-02
fix(diagnose-command): pass the self-audit when installed.json is absent
nsfisis
2026-08-02
fix(symfony-finder): make Glob::to_regex regex-crate compatible
nsfisis
2026-08-02
refactor(git-exclude-filter): pass the line parser as a method reference
nsfisis
2026-08-01
feat(symfony-console): implement interactive question/style helpers
nsfisis
2026-08-01
feat(php-shim): implement Phar/PharData and the zlib/bzip2 functions
nsfisis
2026-07-26
feat(diagnose-command): report the real curl version
nsfisis
2026-07-26
fix(diagnose-command): give the audit BufferIO normal verbosity
nsfisis
2026-07-26
feat(diagnose-command): query the real PHP runtime in one RPC call
nsfisis
2026-07-25
fix(package-discovery): honor ignored platform reqs in shadowed-repo lookup
nsfisis
2026-07-25
fix(require-command): end input borrow before asking for confirmation
nsfisis
2026-07-25
fix(package-discovery): pass IO so platform requirement warnings surface
nsfisis
2026-07-25
feat(console): register plugin commands via Application::add
nsfisis
2026-07-25
refactor(json): embed Composer schemas instead of copying them to target
nsfisis
2026-07-25
perf(advisory): share AnySecurityAdvisory via Rc
nsfisis
2026-07-25
refactor: replace redundant clones with moves
nsfisis
2026-07-25
feat(tracing): init tracing subscriber from $SHIRABE_TRACING
nsfisis
2026-07-25
refactor(operation): replace OperationInterface with AnyOperation enum
nsfisis
2026-07-25
chore: remove unused imports
nsfisis
2026-07-24
fix(event-dispatcher): invoke Closure listeners instead of always failing is_...
nsfisis
2026-07-24
fix(solver-problems): compare RULE_LEARNED sort keys like PHP's <=>
nsfisis
2026-07-24
fix(solver-problems): preserve first-occurrence order in extension hint
nsfisis
2026-07-24
fix(array-dumper): dump source/dist mirrors as a JSON array
nsfisis
2026-07-24
fix(package): rewrite dist-reference SHA regex without look-around
nsfisis
2026-07-24
fix(composer-repository): initialize wrapper before delegating loadPackages
nsfisis
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
[next]