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
/
installer
Age
Commit message (
Expand
)
Author
2026-08-06
style(binary-installer): use raw strings for the PHP heredoc templates
nsfisis
2026-08-06
chore: drop @param/@return tags that only restate Rust types
nsfisis
2026-08-06
refactor(php-shim): take filesystem paths as impl AsRef<Path>
nsfisis
2026-08-06
feat(plugin): run plugin-provided installers through the RPC worker
nsfisis
2026-08-04
fix(plugin): resolve review findings in the plugin activation flow
nsfisis
2026-08-04
feat(plugin): activate plugins through the PHP RPC worker
nsfisis
2026-08-03
feat(event-dispatcher): run composer.json PHP scripts through the RPC worker
nsfisis
2026-08-02
chore(todo): consolidate TODO comments into the five fixed marker tags
nsfisis
2026-08-02
fix(repository): run lazy initialization in count/has_package
nsfisis
2026-07-25
refactor: replace redundant clones with moves
nsfisis
2026-07-25
refactor(operation): replace OperationInterface with AnyOperation enum
nsfisis
2026-07-20
fix(installation-manager): un-ignore test_add_remove_installer
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
perf(regex): eliminate per-call clone overhead in preg_* dispatch
nsfisis
2026-07-11
chore: use fully-qualified name for Rc/RefCell
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-04
feat(plugin-installer): implement PluginInstaller::get_plugin_manager
nsfisis
2026-06-29
chore(lint): ban bare `use anyhow::Result` and fully qualify it
nsfisis
2026-06-28
fix(installer): execute install/update/uninstall ops in execute_batch
nsfisis
2026-06-28
test(installer): port InstallerTest unit and integration harness
nsfisis
2026-06-28
fix(http): avoid nested tokio runtime panic in download path
nsfisis
2026-06-28
refactor: add linter
nsfisis
2026-06-27
feat(installer): register default installers after Composer Rc is built
nsfisis
2026-06-27
test: port Composer tests unblocked by mockall, add seams
nsfisis
2026-06-27
refactor(composer): hold managers behind *Interface traits
nsfisis
2026-06-27
refactor: fix compiler warnings and clippy warnings
nsfisis
2026-06-26
test: port 35 auth/installer/io/zip/bitbucket tests; implement date_create
nsfisis
2026-06-22
feat(php-shim): implement fopen-family stream API on PhpResource
nsfisis
2026-06-20
refactor(php-shim): drop Box wrapping from PhpMixed List/Array
nsfisis
2026-06-20
refactor(installation-manager): cache installers by index, drop clone_box
nsfisis
2026-06-20
refactor: auto-fix clippy warnings
nsfisis
2026-06-14
refactor(pcre): drop Result from Preg method return types
nsfisis
2026-06-14
refactor(pcre): drop strict-groups Preg variants
nsfisis
2026-06-12
feat(symfony-console): port Symfony Console and make the workspace compile
nsfisis
2026-06-11
feat(console): resolve phase-b TODOs in doRun and IO wiring
nsfisis
2026-06-10
feat(phase-c): resolve cross-module phase-b TODOs
nsfisis
2026-06-09
feat(event-dispatcher): unify event dispatch via EventInterface trait
nsfisis
2026-06-08
feat(phase-c): resolve PHP-array-semantics phase-b TODOs
nsfisis
2026-06-08
feat(phase-c): resolve static-property phase-b TODOs
nsfisis
2026-06-08
feat(phase-c): resolve PhpMixed-conversion phase-b TODOs
nsfisis
2026-06-08
refactor(external-packages): drop component segment from symfony paths
nsfisis
2026-06-07
refactor(phase-c): resolve shared-ownership TODOs via handle/Rc clones
nsfisis
2026-06-07
feat(shirabe): resolve phase-b TODOs with shared ownership
nsfisis
2026-06-06
feat(binary-installer): use file_get_contents with offset and length
nsfisis
2026-06-06
refactor(repository): make read methods fallible and take &mut self
nsfisis
2026-06-05
feat(dependency-resolver): share operations via Rc, drop clone_box
nsfisis
2026-06-05
feat(installer): wire InstallerInterface marker-trait downcasts
nsfisis
[next]