index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
14 days
fix(base-config-command): run BaseCommand::initialize before config setup
HEAD
main
nsfisis
2026-07-05
feat(run-script-command): resolve script command descriptions via find()
nsfisis
2026-07-05
feat(exec-command): restore working directory via getInitialWorkingDirectory
nsfisis
2026-07-05
feat(global-command): wire resetComposer and Application::run proxying
nsfisis
2026-07-05
feat(init-command): wire update/dump-autoload sub-command dispatch
nsfisis
2026-07-05
fix(base-command): honour Application plugin/script disable defaults
nsfisis
2026-07-05
feat(validating-array-loader): implement LoaderInterface
nsfisis
2026-07-05
fix(git-bitbucket-driver): match PHP exception/fallibility semantics for fall...
nsfisis
2026-07-05
fix(problem): port PHP reason-string formatting for alias/security-advisory p...
nsfisis
2026-07-05
feat(reinstall-command): wire InstallationManager::execute and AutoloadGenera...
nsfisis
2026-07-05
feat(remote-filesystem): support file:// URLs in get_remote_contents
nsfisis
2026-07-05
perf(pcre): cache compiled regex patterns across preg_* calls
nsfisis
2026-07-05
fix(platform): match PHP truthy semantics for CI env checks
nsfisis
2026-07-05
feat(installation-manager): render install/download progress bar
nsfisis
2026-07-05
fix(autoload-generator): read exclude-from-classmap/classmap as PhpMixed::Array
nsfisis
2026-07-05
fix(composer-repository): use create_packages for lazy metadata-url packages
nsfisis
2026-07-04
fix(cache): gate "reading/writing ... cache" messages behind debug verbosity
nsfisis
2026-07-04
fix(class-map-generator): avoid unsupported regex backreference/lookahead in ...
nsfisis
2026-07-04
fix(console-application): implement --profile via IOInterface::enable_debugging
nsfisis
2026-07-04
feat(php-shim): stub memory_get_usage/memory_get_peak_usage to return 0
nsfisis
2026-07-04
feat(plugin-installer): implement PluginInstaller::get_plugin_manager
nsfisis
2026-07-04
fix(php-rpc): panic on RPC failure instead of silently swallowing it
nsfisis
2026-07-04
fix(search-command): use as_list() to read variadic tokens argument
nsfisis
2026-07-04
fix(platform-repository): avoid infinite recursion in addOverriddenPackage
nsfisis
2026-07-04
feat(config): use shirabe-branded default home/cache/data dirs
nsfisis
2026-07-04
fix(package): reset repository/id on package clone
nsfisis
2026-07-04
fix(event-dispatcher): avoid reentrant RefCell panics
nsfisis
2026-07-04
fix(installer): preserve fixedRootPackage identity for solver pool
nsfisis
2026-07-04
fix(create-project-command): split chained config.borrow_mut() calls
nsfisis
2026-07-04
fix(xdebug-handler): implement get_skipped_version
nsfisis
2026-07-04
fix(php-rpc): wire Runtime::invoke/get_extension_info/extensions
nsfisis
2026-07-04
fix(pcre): restore missing regex delimiters in ported patterns
nsfisis
2026-07-04
test: ignore broken tests
nsfisis
2026-07-02
feat(php-rpc): implement Runtime::has_constant/get_constant via php-rpc
nsfisis
2026-07-02
chore(lint): ban std::io::Read/Write, Any, Command use imports
nsfisis
2026-07-02
fix(platform-repository): wire ensure_initialized into RepositoryInterface
nsfisis
2026-07-01
test(repository-manager): port testFilterRepoWrapping
nsfisis
2026-07-01
test(application): port two doRun script-command tests
nsfisis
2026-07-01
test(archive-manager): port testArchiveTar and testArchiveCustomFileName
nsfisis
2026-07-01
test(downloader): port ZipDownloader testErrorMessages
nsfisis
2026-07-01
test(remote-filesystem): port get_contents, copy, bitbucket download
nsfisis
2026-07-01
test(autoload): port 5 AutoloadGenerator tests
nsfisis
2026-07-01
test(php-rpc): cover serialize parser, framing, and PHP query
nsfisis
2026-07-01
feat(php-rpc): query real PHP version and binary for --version
nsfisis
2026-06-30
refactor(git): replace is_callable with RunCommandOutput trait
nsfisis
2026-06-29
feat(php-shim): implement DirectoryIterator in fs shim
nsfisis
2026-06-29
feat(repository): instantiate vcs, artifact, path repositories by class
nsfisis
2026-06-29
feat(vcs): clone io handle in ForgejoDriver git/OAuth setup
nsfisis
2026-06-29
feat(console): implement StringInput stringification in global proxy
nsfisis
2026-06-29
feat(require): update locker hash with stability flags rewriter
nsfisis
[next]