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
/
svn_downloader.rs
Age
Commit message (
Expand
)
Author
2026-08-18
fix: propagate ported exceptions instead of flattening them
nsfisis
2026-08-18
refactor(preg): add preg_is_match for existence-only call sites
nsfisis
2026-08-18
refactor(preg): drop the offset argument from preg_match
nsfisis
2026-08-18
refactor(pcre): inline Preg into its call sites and drop the crate
nsfisis
2026-08-18
refactor(preg): split PregMatches reads into get() and name()
nsfisis
2026-08-18
refactor(pcre): hand back the match instead of copying it out
nsfisis
2026-08-17
refactor(pcre): return the Preg $matches instead of filling an out-param
nsfisis
2026-08-17
refactor(preg): wrap the preg_* $matches maps in newtypes
nsfisis
2026-08-17
refactor(preg): replace Preg::split*() with shim preg_split*()
nsfisis
2026-08-16
refactor: narrow pub(crate) items to private
nsfisis
2026-08-09
refactor(pcre): extract composer/pcre into the shirabe-pcre crate
nsfisis
2026-08-08
feat(php-shim): give ported exceptions PHP's class hierarchy
nsfisis
2026-08-08
refactor(semver): replace Constraint's OP_*/STR_OP_* with CmpOp
nsfisis
2026-08-07
chore: use shirabe_php_shim::impl_php_class
nsfisis
2026-08-06
fix(download-manager): name the downloader class in its LogicException
nsfisis
2026-08-02
fix(io): propagate ask/select errors instead of panicking
nsfisis
2026-07-20
fix(php-shim): use PhpMixed::to_bool() for PHP truthy casts
nsfisis
2026-07-18
refactor(downloader): take &self across the downloader hierarchy
nsfisis
2026-07-18
perf(regex): eliminate per-call clone overhead in preg_* dispatch
nsfisis
2026-06-28
refactor: add linter
nsfisis
2026-06-27
refactor: fix compiler warnings and clippy warnings
nsfisis
2026-06-24
refactor(process): take cwd as Option<&str> instead of IntoExecCwd
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-06
fix(vcs-downloader): abort on local changes in parent cleanChanges path
nsfisis
2026-06-05
feat(downloader): wire VcsDownloader subclasses via shared downloaders
nsfisis
2026-06-04
refactor: drop stale phase-b TODO comments resolved by current code
nsfisis
2026-06-03
feat(downloader): implement ChangeReport/VcsCapable for VCS downloaders
nsfisis
2026-05-28
refactor(repository): introduce Rc<RefCell<_>> handles for repositories
nsfisis
2026-05-27
refactor(package): pass package handles by value throughout
nsfisis
2026-05-26
refactor(io): share IOInterface via Rc<RefCell<dyn _>> handle
nsfisis
2026-05-23
refactor(promise): drop \React\Promise
nsfisis
2026-05-23
refactor(promise): rewrite promise bodies to async/await
nsfisis
2026-05-23
refactor(promise): change functions returning PromiseInterface to async fn
nsfisis
2026-05-22
refactor: share Pool via Rc<RefCell>
nsfisis
2026-05-20
refactor: re-export module items to shorten import paths
nsfisis
2026-05-20
fix(compile): fix all remaining compile errors
nsfisis
2026-05-19
fix(compile): fix more random compile errors
nsfisis
2026-05-17
fix(compile): extract constants from traits to make them dyn-compatible
nsfisis
2026-05-17
fix(compile): implement abstract class traits across all types
nsfisis
2026-05-17
chore(style): cargo fmt
nsfisis
2026-05-16
feat(port): port SvnDownloader.php, FossilDriver.php, Request.php, PathReposi...
nsfisis
2026-05-12
feat(init): add scaffold files
nsfisis