aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/downloader/svn_downloader.rs
AgeCommit message (Expand)Author
2026-08-18fix: propagate ported exceptions instead of flattening themnsfisis
2026-08-18refactor(preg): add preg_is_match for existence-only call sitesnsfisis
2026-08-18refactor(preg): drop the offset argument from preg_matchnsfisis
2026-08-18refactor(pcre): inline Preg into its call sites and drop the cratensfisis
2026-08-18refactor(preg): split PregMatches reads into get() and name()nsfisis
2026-08-18refactor(pcre): hand back the match instead of copying it outnsfisis
2026-08-17refactor(pcre): return the Preg $matches instead of filling an out-paramnsfisis
2026-08-17refactor(preg): wrap the preg_* $matches maps in newtypesnsfisis
2026-08-17refactor(preg): replace Preg::split*() with shim preg_split*()nsfisis
2026-08-16refactor: narrow pub(crate) items to privatensfisis
2026-08-09refactor(pcre): extract composer/pcre into the shirabe-pcre cratensfisis
2026-08-08feat(php-shim): give ported exceptions PHP's class hierarchynsfisis
2026-08-08refactor(semver): replace Constraint's OP_*/STR_OP_* with CmpOpnsfisis
2026-08-07chore: use shirabe_php_shim::impl_php_classnsfisis
2026-08-06fix(download-manager): name the downloader class in its LogicExceptionnsfisis
2026-08-02fix(io): propagate ask/select errors instead of panickingnsfisis
2026-07-20fix(php-shim): use PhpMixed::to_bool() for PHP truthy castsnsfisis
2026-07-18refactor(downloader): take &self across the downloader hierarchynsfisis
2026-07-18perf(regex): eliminate per-call clone overhead in preg_* dispatchnsfisis
2026-06-28refactor: add linternsfisis
2026-06-27refactor: fix compiler warnings and clippy warningsnsfisis
2026-06-24refactor(process): take cwd as Option<&str> instead of IntoExecCwdnsfisis
2026-06-20refactor: auto-fix clippy warningsnsfisis
2026-06-14refactor(pcre): drop Result from Preg method return typesnsfisis
2026-06-14refactor(pcre): drop strict-groups Preg variantsnsfisis
2026-06-06fix(vcs-downloader): abort on local changes in parent cleanChanges pathnsfisis
2026-06-05feat(downloader): wire VcsDownloader subclasses via shared downloadersnsfisis
2026-06-04refactor: drop stale phase-b TODO comments resolved by current codensfisis
2026-06-03feat(downloader): implement ChangeReport/VcsCapable for VCS downloadersnsfisis
2026-05-28refactor(repository): introduce Rc<RefCell<_>> handles for repositoriesnsfisis
2026-05-27refactor(package): pass package handles by value throughoutnsfisis
2026-05-26refactor(io): share IOInterface via Rc<RefCell<dyn _>> handlensfisis
2026-05-23refactor(promise): drop \React\Promisensfisis
2026-05-23refactor(promise): rewrite promise bodies to async/awaitnsfisis
2026-05-23refactor(promise): change functions returning PromiseInterface to async fnnsfisis
2026-05-22refactor: share Pool via Rc<RefCell>nsfisis
2026-05-20refactor: re-export module items to shorten import pathsnsfisis
2026-05-20fix(compile): fix all remaining compile errorsnsfisis
2026-05-19fix(compile): fix more random compile errorsnsfisis
2026-05-17fix(compile): extract constants from traits to make them dyn-compatiblensfisis
2026-05-17fix(compile): implement abstract class traits across all typesnsfisis
2026-05-17chore(style): cargo fmtnsfisis
2026-05-16feat(port): port SvnDownloader.php, FossilDriver.php, Request.php, PathReposi...nsfisis
2026-05-12feat(init): add scaffold filesnsfisis