aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/util
AgeCommit message (Expand)Author
2026-08-02fix(repository): resolve remaining late-binding hazards from the auditnsfisis
2026-08-02chore(todo): consolidate TODO comments into the five fixed marker tagsnsfisis
2026-08-02fix(io): propagate ask/select errors instead of panickingnsfisis
2026-08-02refactor(php-shim): drop pack/unpack in favor of direct byte handlingnsfisis
2026-08-02refactor(auditor): build the summary line with format! instead of sprintfnsfisis
2026-08-01feat(php-shim): implement Phar/PharData and the zlib/bzip2 functionsnsfisis
2026-07-25refactor: replace redundant clones with movesnsfisis
2026-07-24fix(dependency-resolver): query real PHP for ext-* version/loaded checksnsfisis
2026-07-23feat(process-executor): stub plugin-facing execute_async_php pathnsfisis
2026-07-20fix(no-proxy-pattern): stop chr() corrupting IP bytes as lossy UTF-8nsfisis
2026-07-20fix(php-shim): use PhpMixed::to_bool() for PHP truthy castsnsfisis
2026-07-20fix(git-downloader): un-ignore test_remove via FilesystemMock path seamnsfisis
2026-07-20fix(remote-filesystem): read scheme-less local paths in get_remote_contentsnsfisis
2026-07-20fix(process-executor): un-ignore 11 tests by implementing execute_async mock ...nsfisis
2026-07-18chore: rustfmtnsfisis
2026-07-18refactor(downloader): take &self across the downloader hierarchynsfisis
2026-07-18perf(process-executor): make execute_async genuinely concurrentnsfisis
2026-07-18perf(regex): eliminate per-call clone overhead in preg_* dispatchnsfisis
2026-07-18refactor(curl-downloader): drop unnecessary Rc wrapping around handlesnsfisis
2026-07-18fix(curl-downloader): unlink partial file on redirect-without-location failurensfisis
2026-07-17perf(sync-executor): drive HTTP fetches through one real top-level runtimensfisis
2026-07-17refactor(loop): drive wait() promises concurrently via FuturesUnorderednsfisis
2026-07-17refactor(http-downloader): drop the job table for a &self Semaphore corensfisis
2026-07-17docs(curl-downloader): mark unported abortRequest note as TODO(phase-c)nsfisis
2026-07-17refactor(curl-downloader): rewrite as a single async fn, drop Job/ticknsfisis
2026-07-16refactor(http-downloader): wrap HttpDownloaderMockState in Rc<RefCell<>>nsfisis
2026-07-16refactor(remote-filesystem): return headers from copy/get_contentsnsfisis
2026-07-16refactor(curl-downloader): wrap AuthHelper in Rc<RefCell<>>nsfisis
2026-07-16fix(proxy-manager): correct singleton lifecycle and simplify to a plain Mutexnsfisis
2026-07-16test(util): port remaining todo!() tests in util test suitensfisis
2026-07-11chore: use fully-qualified name for Rc/RefCellnsfisis
2026-07-07chore: fix stale commentnsfisis
2026-07-05feat(validating-array-loader): implement LoaderInterfacensfisis
2026-07-05feat(remote-filesystem): support file:// URLs in get_remote_contentsnsfisis
2026-07-05fix(platform): match PHP truthy semantics for CI env checksnsfisis
2026-07-04fix(pcre): restore missing regex delimiters in ported patternsnsfisis
2026-07-02chore(lint): ban std::io::Read/Write, Any, Command use importsnsfisis
2026-06-30refactor(git): replace is_callable with RunCommandOutput traitnsfisis
2026-06-29refactor(json): replace seld/jsonlint with serde_jsonnsfisis
2026-06-29chore(lint): ban bare `use anyhow::Result` and fully qualify itnsfisis
2026-06-28fix(http): avoid nested tokio runtime panic in download pathnsfisis
2026-06-28fix(util): restore PHP delimiters in ported regex patternsnsfisis
2026-06-28refactor: add linternsfisis
2026-06-27refactor(http): present reqwest instead of faking curl_versionnsfisis
2026-06-27test: port Composer tests unblocked by mockall, add seamsnsfisis
2026-06-27refactor(composer): hold managers behind *Interface traitsnsfisis
2026-06-27refactor: fix compiler warnings and clippy warningsnsfisis
2026-06-26test: port 32 command/repository/downloader testsnsfisis
2026-06-26test: port 24 command/repository/package/util tests; add TlsHelpernsfisis
2026-06-26feat(http): reimplement CurlDownloader on reqwest; port 15 more testsnsfisis