index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
shirabe-php-shim
/
src
/
fs.rs
Age
Commit message (
Expand
)
Author
2026-07-05
feat(remote-filesystem): support file:// URLs in get_remote_contents
nsfisis
2026-07-02
chore(lint): ban std::io::Read/Write, Any, Command use imports
nsfisis
2026-06-29
feat(php-shim): implement DirectoryIterator in fs shim
nsfisis
2026-06-27
refactor: fix compiler warnings and clippy warnings
nsfisis
2026-06-26
test: port 32 command/repository/downloader tests
nsfisis
2026-06-26
feat(shim): implement stream_select/stream_set_blocking via libc
nsfisis
2026-06-26
test: port 59 autoload/vcs/installer/util/command tests; fix output capture
nsfisis
2026-06-25
feat(json): validate JSON schema via the jsonschema crate
nsfisis
2026-06-24
feat(process): redesign proc_* on PhpResource process handles
nsfisis
2026-06-24
test: port more unimplemented tests
nsfisis
2026-06-22
feat(php-shim): implement fopen-family stream API on PhpResource
nsfisis
2026-06-22
feat(json): resolve bundled Composer schema files via build.rs
nsfisis
2026-06-21
feat(php-shim): implement fs helpers and recursive directory iterators
nsfisis
2026-06-21
refactor(php-shim): split lib.rs
nsfisis