index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
shirabe
/
tests
/
util
Age
Commit message (
Expand
)
Author
2026-08-23
fix(fs): carry file_get_contents results as bytes
nsfisis
2026-08-22
feat(cli): tell the user to run `shirabe`, not `composer`
nsfisis
2026-08-18
perf(metadata-minifier): defer copying versions out of expand
nsfisis
2026-08-18
fix: propagate ported exceptions instead of flattening them
nsfisis
2026-08-18
fix(process-executor): model commands as a CommandLine enum
nsfisis
2026-08-17
fix(platform): expand the %VAR% form in expand_path()
nsfisis
2026-08-16
test: correct stale #[ignore] reasons
nsfisis
2026-08-16
refactor(php-shim): give parse_url a typed UrlComponents result
nsfisis
2026-08-12
docs(todo): retag TODO markers by root cause
nsfisis
2026-08-11
chore(php-shim): drop the ob_start()/ob_get_clean() ports
nsfisis
2026-08-11
refactor(util): drop the unused TlsHelper port
nsfisis
2026-08-10
refactor(symfony): hide leaf modules behind their parent re-exports
nsfisis
2026-08-10
feat(xdebug): switch Xdebug off in the PHP worker
nsfisis
2026-08-09
feat(symfony-filesystem): finish the Filesystem port and trim its API
nsfisis
2026-08-09
refactor(symfony-console): extract symfony/console into the shirabe-symfony-c...
nsfisis
2026-08-09
refactor(php-shim): make the fs mutators return Result
nsfisis
2026-08-09
refactor(env): split and join PATH lists with std::env
nsfisis
2026-08-09
refactor(external-packages): test for Windows with cfg!(windows)
nsfisis
2026-08-08
feat(php-shim): give ported exceptions PHP's class hierarchy
nsfisis
2026-08-07
test: port the tests left as todo!() stubs
nsfisis
2026-08-06
refactor(php-shim): take filesystem paths as impl AsRef<Path>
nsfisis
2026-08-02
fix(io): propagate ask/select errors instead of panicking
nsfisis
2026-08-01
feat(php-shim): implement Phar/PharData and the zlib/bzip2 functions
nsfisis
2026-07-25
refactor: replace redundant clones with moves
nsfisis
2026-07-24
fix(dependency-resolver): query real PHP for ext-* version/loaded checks
nsfisis
2026-07-20
fix(no-proxy-pattern): stop chr() corrupting IP bytes as lossy UTF-8
nsfisis
2026-07-20
test(proxy-manager): un-ignore tests by serializing env-var access
nsfisis
2026-07-20
test(ignore): document root causes for unannotated #[ignore] tests
nsfisis
2026-07-20
test(zip): detail why the zip-extension test stays ignored
nsfisis
2026-07-17
refactor(http-downloader): drop the job table for a &self Semaphore core
nsfisis
2026-07-16
refactor(remote-filesystem): return headers from copy/get_contents
nsfisis
2026-07-16
fix(proxy-manager): correct singleton lifecycle and simplify to a plain Mutex
nsfisis
2026-07-16
test(util): port remaining todo!() tests in util test suite
nsfisis
2026-07-11
chore: use fully-qualified name for Rc/RefCell
nsfisis
2026-07-05
feat(remote-filesystem): support file:// URLs in get_remote_contents
nsfisis
2026-07-01
test(remote-filesystem): port get_contents, copy, bitbucket download
nsfisis
2026-06-30
refactor(git): replace is_callable with RunCommandOutput trait
nsfisis
2026-06-28
refactor: add linter
nsfisis
2026-06-28
test(tests): use mockall for hand-written interface mocks
nsfisis
2026-06-28
test(util/git): port interactive Bitbucket OAuth runCommand test
nsfisis
2026-06-28
test(util): port MetadataMinifier expand test
nsfisis
2026-06-27
test: port Composer tests unblocked by mockall, add seams
nsfisis
2026-06-27
refactor: fix compiler warnings and clippy warnings
nsfisis
2026-06-26
test: un-ignore 14 tests that pass against current implementations
nsfisis
2026-06-26
feat(shim): implement stream_select/stream_set_blocking via libc
nsfisis
2026-06-26
test: port 24 command/repository/package/util tests; add TlsHelper
nsfisis
2026-06-26
test: un-ignore 14 tests unblocked by CurlDownloader and regex fixes
nsfisis
2026-06-26
feat(http): reimplement CurlDownloader on reqwest; port 15 more tests
nsfisis
2026-06-26
test: port 59 autoload/vcs/installer/util/command tests; fix output capture
nsfisis
2026-06-26
test: port 35 auth/installer/io/zip/bitbucket tests; implement date_create
nsfisis
[next]