aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates
AgeCommit message (Expand)Author
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(composer-repository): fan out async metadata downloads concurrentlynsfisis
2026-07-17refactor(tests-async): unify duplicated tokio runtime bridgesnsfisis
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-16refactor(locker-test): reuse test_case's installation_manager helpernsfisis
2026-07-16test(plugin): port capability-query tests, record remaining TODO(phase-d) rea...nsfisis
2026-07-16test: update TODO reason for unported test casesnsfisis
2026-07-16test(downloader): record TODO(phase-d) reasons and port two git-downloader testsnsfisis
2026-07-16test(util): port remaining todo!() tests in util test suitensfisis
2026-07-11fix(console-application): render exceptions to ConsoleOutput's error outputnsfisis
2026-07-11chore: remove stale commentnsfisis
2026-07-11fix(command-loader): return Rc<RefCell<dyn Command>> from get()nsfisis
2026-07-11chore: use fully-qualified name for Rc/RefCellnsfisis
2026-07-11feat(completion): thread Rc<InputOption> through suggest_optionsnsfisis
2026-07-11refactor(application): inline plugin command warning writesnsfisis
2026-07-07chore: fix stale commentnsfisis
2026-07-06fix(base-config-command): run BaseCommand::initialize before config setupnsfisis
2026-07-05feat(run-script-command): resolve script command descriptions via find()nsfisis
2026-07-05feat(exec-command): restore working directory via getInitialWorkingDirectorynsfisis
2026-07-05feat(global-command): wire resetComposer and Application::run proxyingnsfisis
2026-07-05feat(init-command): wire update/dump-autoload sub-command dispatchnsfisis
2026-07-05fix(base-command): honour Application plugin/script disable defaultsnsfisis
2026-07-05feat(validating-array-loader): implement LoaderInterfacensfisis
2026-07-05fix(git-bitbucket-driver): match PHP exception/fallibility semantics for fall...nsfisis
2026-07-05fix(problem): port PHP reason-string formatting for alias/security-advisory p...nsfisis
2026-07-05feat(reinstall-command): wire InstallationManager::execute and AutoloadGenera...nsfisis
2026-07-05feat(remote-filesystem): support file:// URLs in get_remote_contentsnsfisis
2026-07-05perf(pcre): cache compiled regex patterns across preg_* callsnsfisis
2026-07-05fix(platform): match PHP truthy semantics for CI env checksnsfisis
2026-07-05feat(installation-manager): render install/download progress barnsfisis
2026-07-05fix(autoload-generator): read exclude-from-classmap/classmap as PhpMixed::Arraynsfisis
2026-07-05fix(composer-repository): use create_packages for lazy metadata-url packagesnsfisis
2026-07-04fix(cache): gate "reading/writing ... cache" messages behind debug verbositynsfisis
2026-07-04fix(class-map-generator): avoid unsupported regex backreference/lookahead in ...nsfisis
2026-07-04fix(console-application): implement --profile via IOInterface::enable_debuggingnsfisis
2026-07-04feat(php-shim): stub memory_get_usage/memory_get_peak_usage to return 0nsfisis
2026-07-04feat(plugin-installer): implement PluginInstaller::get_plugin_managernsfisis
2026-07-04fix(php-rpc): panic on RPC failure instead of silently swallowing itnsfisis
2026-07-04fix(search-command): use as_list() to read variadic tokens argumentnsfisis
2026-07-04fix(platform-repository): avoid infinite recursion in addOverriddenPackagensfisis
2026-07-04feat(config): use shirabe-branded default home/cache/data dirsnsfisis