aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe
AgeCommit message (Expand)Author
2026-08-18fix(cache): allow underscores in metadata cache keysnsfisis
2026-08-18refactor(preg): make preg_match_all yield matches per occurrencensfisis
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(preg): drop the Vec-returning preg_match_allnsfisis
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): drop the two bespoke isMatch variantsnsfisis
2026-08-18refactor(pcre): hand back the match instead of copying it outnsfisis
2026-08-18refactor(preg): back PregMatches with regex::Capturesnsfisis
2026-08-17refactor(pcre): return the Preg $matches instead of filling an out-paramnsfisis
2026-08-17refactor(preg): return the preg_* $matches instead of filling an out-paramnsfisis
2026-08-17refactor(preg): report unmatched groups as null throughoutnsfisis
2026-08-17refactor(preg): wrap the preg_* $matches maps in newtypesnsfisis
2026-08-17refactor(preg): split the PREG_UNMATCHED_AS_NULL preg_* by flagnsfisis
2026-08-17fix(platform): expand the %VAR% form in expand_path()nsfisis
2026-08-17fix(no-proxy-pattern): drop empty entries when splitting NO_PROXYnsfisis
2026-08-17refactor(preg): replace Preg::split*() with shim preg_split*()nsfisis
2026-08-17refactor(preg): drop Option wrapper from matches arg of match_all*()nsfisis
2026-08-17fix(pcre): preserve unmatched groups in Preg::match_all*()nsfisis
2026-08-17refactor(preg): drop unused args of preg_match_all_offset_capture2()nsfisis
2026-08-16refactor(preg): make preg_grep() return an iteratornsfisis
2026-08-16refactor(preg): import preg_*() instead of qualifying themnsfisis
2026-08-16test: correct stale #[ignore] reasonsnsfisis
2026-08-16refactor(tests): share the PHP worker helpers with the plugin binarynsfisis
2026-08-16fix(autoload): expand the dirsep placeholder in target-dir patternsnsfisis
2026-08-16fix(php-shim): fail RecursiveIteratorFileInfo::get_size on a failed statnsfisis
2026-08-16refactor(env): route Shirabe's own env reads through the shimnsfisis
2026-08-16fix(proxy-manager): read proxy settings from $_SERVERnsfisis
2026-08-16fix(factory): detect XDG from $_SERVERnsfisis
2026-08-16fix(php-shim): accept negative offsets in substr_replacensfisis
2026-08-16feat(plugin): proxy Composer\Util\Filesystem into the plugin workernsfisis
2026-08-16feat(php-rpc): replay Rust-side env writes into the PHP workernsfisis
2026-08-16feat(plugin): guard Rust-owned classes the worker has no proxy fornsfisis
2026-08-16refactor(php-shim): split json_decode into assoc and obj variantsnsfisis
2026-08-16fix(config): stringify cache-files-maxsize like PHP's (string) castnsfisis
2026-08-16refactor(php-shim): give fstat and lstat a typed FileStat resultnsfisis
2026-08-16refactor(php-shim): give posix_getpwuid a typed PasswdEntry resultnsfisis
2026-08-16refactor(php-shim): give parse_url a typed UrlComponents resultnsfisis
2026-08-16refactor(style): type SymfonyStyle messages as strings and cellsnsfisis
2026-08-16refactor(io): take &str in ConsoleIO write and sanitizensfisis
2026-08-16test(event-dispatcher): run PHPUnit-class listeners in the PHP workernsfisis
2026-08-16refactor: narrow pub(crate) items to privatensfisis
2026-08-16feat(php-shim): render human-facing timestamps in the local timezonensfisis
2026-08-15refactor(php-shim): drop the unused opendir directory handlensfisis
2026-08-15feat(cli): report Shirabe's own identity instead of Composer'snsfisis
2026-08-15feat(php-shim): drop the modelled PHP version constantsnsfisis
2026-08-15refactor(php-shim): take only the data argument in http_build_querynsfisis
2026-08-15fix(composer-repository): encode the security advisory POST body as PHP doesnsfisis
2026-08-15fix(php-rpc): unpack the runtime bundle under the cache dirnsfisis