aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/package/archiver
AgeCommit message (Expand)Author
2026-08-18refactor(function-exists): drop checks for always-present capabilitiesnsfisis
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-17refactor(preg): replace Preg::split*() with shim preg_split*()nsfisis
2026-08-16refactor: narrow pub(crate) items to privatensfisis
2026-08-10fix(php-shim): return an error from fileperms instead of 0nsfisis
2026-08-09refactor(symfony-finder): extract symfony/finder into the shirabe-symfony-fin...nsfisis
2026-08-09refactor(pcre): extract composer/pcre into the shirabe-pcre cratensfisis
2026-08-09feat(archiver): preserve file permissions in zip archivesnsfisis
2026-08-09fix(archiver): narrow PharArchiver's catch to \UnexpectedValueExceptionnsfisis
2026-08-09fix(exception): carry PHP's $previous through the ported throw sitesnsfisis
2026-08-08feat(php-shim): give ported exceptions PHP's class hierarchynsfisis
2026-08-06refactor(php-shim): take filesystem paths as impl AsRef<Path>nsfisis
2026-08-02fix(repository): resolve remaining late-binding hazards from the auditnsfisis
2026-08-02refactor(php-shim): drop pack/unpack in favor of direct byte handlingnsfisis
2026-08-02fix(symfony-finder): make Glob::to_regex regex-crate compatiblensfisis
2026-08-02refactor(git-exclude-filter): pass the line parser as a method referencensfisis
2026-08-01feat(php-shim): implement Phar/PharData and the zlib/bzip2 functionsnsfisis
2026-07-25refactor: replace redundant clones with movesnsfisis
2026-07-18perf(regex): eliminate per-call clone overhead in preg_* dispatchnsfisis
2026-07-02chore(lint): ban std::io::Read/Write, Any, Command use importsnsfisis
2026-06-28refactor: add linternsfisis
2026-06-27refactor(composer): hold managers behind *Interface traitsnsfisis
2026-06-27refactor: fix compiler warnings and clippy warningsnsfisis
2026-06-26feat(http): reimplement CurlDownloader on reqwest; port 15 more testsnsfisis
2026-06-24test: port more unimplemented testsnsfisis
2026-06-20fix(path): propagate PathBufnsfisis
2026-06-20refactor: auto-fix clippy warningsnsfisis
2026-06-14fix(archiver): resolve infinite recursion in exclude filter dispatchnsfisis
2026-06-14refactor(pcre): drop Result from Preg method return typesnsfisis
2026-06-08refactor(external-packages): drop component segment from symfony pathsnsfisis
2026-06-06refactor(archiver): yield PathBuf from ArchivableFilesFinder, drop SplFileInfonsfisis
2026-06-06feat(archivable-files-finder): wire exclude closure into Finder::filternsfisis
2026-05-27refactor(package): pass package handles by value throughoutnsfisis
2026-05-23refactor(promise): drop \React\Promisensfisis
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-19fix(compile): fix various compile errorsnsfisis
2026-05-17fix(compile): implement abstract class traits across all typesnsfisis
2026-05-17refactor(shirabe): convert PHP abstract classes to Rust traitsnsfisis
2026-05-17chore(style): cargo fmtnsfisis
2026-05-16feat(port): port ZipDownloader.phpnsfisis
2026-05-16feat(port): port ArchiveManager.phpnsfisis
2026-05-16feat(port): port BaseExcludeFilter.phpnsfisis
2026-05-16feat(port): port PharArchiver.phpnsfisis
2026-05-15feat(port): port ZipArchiver.phpnsfisis
2026-05-15feat(port): port ArchivableFilesFinder.phpnsfisis
2026-05-12feat(port): port GitExcludeFilter.phpnsfisis