index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
Age
Commit message (
Expand
)
Author
2026-06-27
refactor(main): minor refactoring
nsfisis
2026-06-27
chore(php-shim): remove an unnecessary shim function
nsfisis
2026-06-27
test(command): port install/reinstall/require/update tester tests
nsfisis
2026-06-27
fix(package-repository): load entries with default CompletePackage class
nsfisis
2026-06-27
fix(filesystem-repository): avoid RefCell double borrow on installed.php
nsfisis
2026-06-27
fix(locker): build InstalledRepository with locked and root repos
nsfisis
2026-06-27
feat(php-shim): drop shutdown function shim, defer OOM message to PHP
nsfisis
2026-06-27
refactor(command): replace composer_full_mut with shared composer_full
nsfisis
2026-06-27
fix(validate-command): release Composer borrow before dispatching CommandEvent
nsfisis
2026-06-27
refactor: fix compiler warnings and clippy warnings
nsfisis
2026-06-26
test(cli): force --no-interaction so init does not hang under a TTY
nsfisis
2026-06-26
feat(output-style): implement is_console_output_interface via AsAny downcast
nsfisis
2026-06-26
feat(show-command): port the real configure() input definition
nsfisis
2026-06-26
fix(remove-command,pool-builder): drop Composer re-entrancy and PRE_POOL_CREA...
nsfisis
2026-06-26
fix(check-platform-reqs-command): add PlatformRepository to existing composite
nsfisis
2026-06-26
test(command): port show/remove/global/audit/check-platform-reqs/status/self-...
nsfisis
2026-06-26
feat(symfony-style): implement is_console_output_interface, apply real table ...
nsfisis
2026-06-26
test(cli): un-ignore archive/browse/clear-cache/init smoke tests
nsfisis
2026-06-26
test(base-dependency-command): correct why-not ignore reason to trigger_error
nsfisis
2026-06-26
refactor(symfony-table): model rows/cells with enums instead of PhpMixed
nsfisis
2026-06-26
test(config-command): un-ignore test_config_reads_repos_by_numeric_index
nsfisis
2026-06-26
feat(php-shim): stub spl_autoload_register/unregister (TODO-flagged)
nsfisis
2026-06-26
fix(dump-autoload-command): borrow Composer immutably in execute
nsfisis
2026-06-26
fix(repository-command,config): delimited Preg pattern and list-form repos
nsfisis
2026-06-26
test(command): port command test bodies from Composer PHPUnit suite
nsfisis
2026-06-26
test(search-command): port testInvalidFormat/testInvalidFlags; ignore testSea...
nsfisis
2026-06-26
test: un-ignore 14 tests that pass against current implementations
nsfisis
2026-06-26
feat(dependency-resolver): wire operation get_package and unblock solver tests
nsfisis
2026-06-26
test: recover binary_installer full-compat port; implement posix_getpwuid
nsfisis
2026-06-26
test: port 32 command/repository/downloader tests
nsfisis
2026-06-26
test: un-ignore repository tests unblocked by stream I/O
nsfisis
2026-06-26
feat(shim): implement stream_select/stream_set_blocking via libc
nsfisis
2026-06-26
test: un-ignore advisory pool filter tests unblocked by version_parser fix
nsfisis
2026-06-26
test: port 24 command/repository/package/util tests; add TlsHelper
nsfisis
2026-06-26
test: un-ignore 14 tests unblocked by CurlDownloader and regex fixes
nsfisis
2026-06-26
feat(http): reimplement CurlDownloader on reqwest; port 15 more tests
nsfisis
2026-06-26
test: port 59 autoload/vcs/installer/util/command tests; fix output capture
nsfisis
2026-06-26
test: un-ignore date-dependent vcs/advisory tests now that date_create works
nsfisis
2026-06-26
test: port 35 auth/installer/io/zip/bitbucket tests; implement date_create
nsfisis
2026-06-26
test: port 70 perforce/repository/downloader/installer/dispatcher tests
nsfisis
2026-06-26
test: port 44 vcs/downloader/version tests using mock infra
nsfisis
2026-06-26
feat(test): add HttpDownloaderMock, IOStub, and Config stub helpers
nsfisis
2026-06-26
test: un-ignore tests unblocked by zip/spdx/jsonlint/stream impls
nsfisis
2026-06-26
feat(util): add ProcessExecutorMock test infra; port SymfonyStyle message met...
nsfisis
2026-06-25
feat(external-packages,shim): implement impl todos across components
nsfisis
2026-06-25
feat(finder): port Symfony Finder SplFileInfo
nsfisis
2026-06-25
feat(filesystem): port Symfony Filesystem methods
nsfisis
2026-06-25
test: un-ignore init/solver tests that now pass
nsfisis
2026-06-25
test: un-ignore tests that now pass
nsfisis
2026-06-25
feat(semver): hand-port constraint AND-split to drop look-around regex
nsfisis
[next]