aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2026-07-19fix(search-command): un-ignore test_search by fixing JSON output and abandone...nsfisis
2026-07-19fix(alias-package): stop delegating own-state accessors to aliasOfnsfisis
2026-07-19test(gitlab-driver): un-ignore test_get_paginated_refsnsfisis
2026-07-19feat(spdx-licenses): implement is_valid_license_string SPDX expression parsernsfisis
2026-07-19fix(update-command): un-ignore test_update by fixing 3 real bugsnsfisis
2026-07-19fix(test-harness): set COMPOSER_TESTS_ARE_RUNNING so interactive tests actual...nsfisis
2026-07-19fix(check-platform-reqs): restore raw Link column in text tablensfisis
2026-07-18chore: rustfmtnsfisis
2026-07-18perf(installation-manager): run executeBatch operation chains concurrentlynsfisis
2026-07-18perf(installation-manager): fan out package downloads via Loop::waitnsfisis
2026-07-18refactor(downloader): take &self across the downloader hierarchynsfisis
2026-07-18perf(process-executor): make execute_async genuinely concurrentnsfisis
2026-07-18chore(bench): pass --no-audit to create-project benchmarknsfisis
2026-07-18perf(regex): eliminate per-call clone overhead in preg_* dispatchnsfisis
2026-07-18perf(json-file): buffer schema file reads in FileRetrievernsfisis
2026-07-18fix(composer-repository): match List for security-advisories fieldnsfisis
2026-07-18perf: add require --no-install benchmark scriptnsfisis
2026-07-18fix(require-command): avoid unsupported regex lookahead in dev-branch checknsfisis
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-17perf: add benchmark scriptnsfisis
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