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-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
2026-07-05
feat(reinstall-command): wire InstallationManager::execute and AutoloadGenera...
nsfisis
2026-07-05
feat(remote-filesystem): support file:// URLs in get_remote_contents
nsfisis
2026-07-05
perf(pcre): cache compiled regex patterns across preg_* calls
nsfisis
2026-07-05
fix(platform): match PHP truthy semantics for CI env checks
nsfisis
2026-07-05
feat(installation-manager): render install/download progress bar
nsfisis
2026-07-05
fix(autoload-generator): read exclude-from-classmap/classmap as PhpMixed::Array
nsfisis
2026-07-05
fix(composer-repository): use create_packages for lazy metadata-url packages
nsfisis
2026-07-04
fix(cache): gate "reading/writing ... cache" messages behind debug verbosity
nsfisis
2026-07-04
fix(class-map-generator): avoid unsupported regex backreference/lookahead in ...
nsfisis
2026-07-04
fix(console-application): implement --profile via IOInterface::enable_debugging
nsfisis
2026-07-04
feat(php-shim): stub memory_get_usage/memory_get_peak_usage to return 0
nsfisis
[prev]
[next]