index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2026-07-19
feat(spdx-licenses): implement is_valid_license_string SPDX expression parser
nsfisis
2026-07-19
fix(update-command): un-ignore test_update by fixing 3 real bugs
nsfisis
2026-07-19
fix(test-harness): set COMPOSER_TESTS_ARE_RUNNING so interactive tests actual...
nsfisis
2026-07-19
fix(check-platform-reqs): restore raw Link column in text table
nsfisis
2026-07-18
chore: rustfmt
nsfisis
2026-07-18
perf(installation-manager): run executeBatch operation chains concurrently
nsfisis
2026-07-18
perf(installation-manager): fan out package downloads via Loop::wait
nsfisis
2026-07-18
refactor(downloader): take &self across the downloader hierarchy
nsfisis
2026-07-18
perf(process-executor): make execute_async genuinely concurrent
nsfisis
2026-07-18
chore(bench): pass --no-audit to create-project benchmark
nsfisis
2026-07-18
perf(regex): eliminate per-call clone overhead in preg_* dispatch
nsfisis
2026-07-18
perf(json-file): buffer schema file reads in FileRetriever
nsfisis
2026-07-18
fix(composer-repository): match List for security-advisories field
nsfisis
2026-07-18
perf: add require --no-install benchmark script
nsfisis
2026-07-18
fix(require-command): avoid unsupported regex lookahead in dev-branch check
nsfisis
2026-07-18
refactor(curl-downloader): drop unnecessary Rc wrapping around handles
nsfisis
2026-07-18
fix(curl-downloader): unlink partial file on redirect-without-location failure
nsfisis
2026-07-17
perf(sync-executor): drive HTTP fetches through one real top-level runtime
nsfisis
2026-07-17
perf: add benchmark script
nsfisis
2026-07-17
refactor(composer-repository): fan out async metadata downloads concurrently
nsfisis
2026-07-17
refactor(tests-async): unify duplicated tokio runtime bridges
nsfisis
2026-07-17
refactor(loop): drive wait() promises concurrently via FuturesUnordered
nsfisis
2026-07-17
refactor(http-downloader): drop the job table for a &self Semaphore core
nsfisis
2026-07-17
docs(curl-downloader): mark unported abortRequest note as TODO(phase-c)
nsfisis
2026-07-17
refactor(curl-downloader): rewrite as a single async fn, drop Job/tick
nsfisis
2026-07-16
refactor(http-downloader): wrap HttpDownloaderMockState in Rc<RefCell<>>
nsfisis
2026-07-16
refactor(remote-filesystem): return headers from copy/get_contents
nsfisis
2026-07-16
refactor(curl-downloader): wrap AuthHelper in Rc<RefCell<>>
nsfisis
2026-07-16
fix(proxy-manager): correct singleton lifecycle and simplify to a plain Mutex
nsfisis
2026-07-16
refactor(locker-test): reuse test_case's installation_manager helper
nsfisis
2026-07-16
test(plugin): port capability-query tests, record remaining TODO(phase-d) rea...
nsfisis
2026-07-16
test: update TODO reason for unported test cases
nsfisis
2026-07-16
test(downloader): record TODO(phase-d) reasons and port two git-downloader tests
nsfisis
2026-07-16
test(util): port remaining todo!() tests in util test suite
nsfisis
2026-07-11
fix(console-application): render exceptions to ConsoleOutput's error output
nsfisis
2026-07-11
chore: remove stale comment
nsfisis
2026-07-11
fix(command-loader): return Rc<RefCell<dyn Command>> from get()
nsfisis
2026-07-11
chore: use fully-qualified name for Rc/RefCell
nsfisis
2026-07-11
feat(completion): thread Rc<InputOption> through suggest_options
nsfisis
2026-07-11
refactor(application): inline plugin command warning writes
nsfisis
2026-07-07
chore: fix stale comment
nsfisis
2026-07-06
fix(base-config-command): run BaseCommand::initialize before config setup
nsfisis
2026-07-05
feat(run-script-command): resolve script command descriptions via find()
nsfisis
2026-07-05
feat(exec-command): restore working directory via getInitialWorkingDirectory
nsfisis
2026-07-05
feat(global-command): wire resetComposer and Application::run proxying
nsfisis
2026-07-05
feat(init-command): wire update/dump-autoload sub-command dispatch
nsfisis
2026-07-05
fix(base-command): honour Application plugin/script disable defaults
nsfisis
2026-07-05
feat(validating-array-loader): implement LoaderInterface
nsfisis
2026-07-05
fix(git-bitbucket-driver): match PHP exception/fallibility semantics for fall...
nsfisis
2026-07-05
fix(problem): port PHP reason-string formatting for alias/security-advisory p...
nsfisis
[prev]
[next]