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
/
downloader
Age
Commit message (
Expand
)
Author
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-02
fix(io): propagate ask/select errors instead of panicking
nsfisis
2026-08-02
fix(downloader): restore late binding in getLocalChanges/update paths
nsfisis
2026-08-01
feat(php-shim): implement Phar/PharData and the zlib/bzip2 functions
nsfisis
2026-07-25
refactor: replace redundant clones with moves
nsfisis
2026-07-20
fix(php-shim): use PhpMixed::to_bool() for PHP truthy casts
nsfisis
2026-07-20
fix(process-executor): un-ignore 11 tests by implementing execute_async mock ...
nsfisis
2026-07-19
fix(show-command): un-ignore 10 tests by fixing show-warnings typing and repo...
nsfisis
2026-07-18
chore: rustfmt
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-04
fix(pcre): restore missing regex delimiters in ported patterns
nsfisis
2026-06-30
refactor(git): replace is_callable with RunCommandOutput trait
nsfisis
2026-06-29
chore(lint): ban bare `use anyhow::Result` and fully qualify it
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
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-24
feat(process): wire execute output handling to a callback model
nsfisis
2026-06-24
refactor(process): take cwd as Option<&str> instead of IntoExecCwd
nsfisis
2026-06-24
chore: unwrap meaningless PhpMixed::String()
nsfisis
2026-06-22
test: port previously-ignored Composer tests via __ test hatches
nsfisis
2026-06-22
feat(php-shim): implement fopen-family stream API on PhpResource
nsfisis
2026-06-20
feat(symfony-process): port full Process class from PHP
nsfisis
2026-06-20
fix(path): propagate PathBuf
nsfisis
2026-06-20
refactor(php-shim): drop Box wrapping from PhpMixed List/Array
nsfisis
2026-06-20
refactor(clippy): resolve idiomatic lint warnings
nsfisis
2026-06-20
feat(hg): implement Hg::new constructor
nsfisis
2026-06-20
feat: resolve trivial todo!() placeholders
nsfisis
2026-06-20
refactor: auto-fix clippy warnings
nsfisis
2026-06-20
feat(php-shim): implement count()
nsfisis
2026-06-14
feat(php-shim): implement random_int/random_bytes with fastrand
nsfisis
2026-06-14
refactor: fix 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
refactor(php-shim): replace literal sprintf calls with format!
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-10
feat(phase-c): resolve exception-handling phase-b TODOs
nsfisis
2026-06-08
feat(phase-c): resolve static-property phase-b TODOs
nsfisis
2026-06-08
refactor(external-packages): drop component segment from symfony paths
nsfisis
2026-06-07
feat(phase-c): resolve &mut-access phase-b TODOs via handle setters
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
refactor(download-manager): set installation source on package handle
nsfisis
2026-06-06
fix(vcs-downloader): abort on local changes in parent cleanChanges path
nsfisis
[next]