index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
fs
/
test.zig
Age
Commit message (
Expand
)
Author
2023-09-14
fs tests: Skip UNC path types in Dir.rename tests
Ryan Liptak
2023-09-13
Disable flaky part of Dir.rename directories test on Windows
Ryan Liptak
2023-08-31
Temporarily disable Dir.statFile test when linking glibc
Ryan Liptak
2023-08-31
Fix `Dir.statFile` for WASI when linking libc
Ryan Liptak
2023-08-18
fs tests: Use 127.0.0.1 instead of localhost as the server in UNC transformation
Ryan Liptak
2023-08-17
Merge pull request #16847 from squeek502/fs-fixes
Andrew Kelley
2023-08-17
fs tests: Update some testing.expect calls to use the more specific expect fu...
Ryan Liptak
2023-08-17
fs tests: Test multiple different path types in most tests
Ryan Liptak
2023-08-15
bsd: std.c.fs: skip test w/ getFdPath in calltree
Michael Dusan
2023-08-15
Do not skip fs.Dir.access test on WASI
Ryan Liptak
2023-08-12
Merge pull request #16783 from squeek502/fs-too-many-parent-dirs
Andrew Kelley
2023-08-11
fs tests: Add a 'non-cwd .. parent' test
Ryan Liptak
2023-08-10
fs.Dir.realpathW: Reduce the number of OpenFile calls for directories
Ryan Liptak
2023-07-23
Consolidate 'delete a read-only file on windows' test cases
Ryan Liptak
2023-06-17
Merge pull request #15501 from matu3ba/win_rmwithposix
Andrew Kelley
2023-05-25
std.fs.file: Rename File.Lock enum values to snake case
Linus Groh
2023-05-25
std.fs.file: Rename File.Kind enum values to snake case
Linus Groh
2023-05-01
address review by user @squeek502
Jan Philipp Hafer
2023-04-27
test: Fix windows_spawn tmp directory cleanup
xEgoist
2023-04-18
fs: add test for Windows ready-only file deletion.
xEgoist
2023-04-16
fs: Re-enable non-empty dir test on windows
xEgoist
2023-03-15
fix std.fs unit test to not be racey
Andrew Kelley
2023-02-19
Revert "Merge pull request #14661 from evacchi/zig-wasi-preopens"
Andrew Kelley
2023-02-18
wasi: add Preopens.findDir, update tests to preopen `/tmp'
Edoardo Vacchi
2023-01-02
dragonfly: pass test: lib/std/std.zig
Michael Dusan
2022-12-06
std: fix WASI regressions
Andrew Kelley
2022-12-01
wasi: fixes IterableDir.nextWasi for large directory
Takeshi Yoneda
2022-11-22
std.fs.path.resolve: eliminate getcwd() syscall
Andrew Kelley
2022-10-29
fs: Some NAME_MAX/MAX_NAME_BYTES improvements
Ryan Liptak
2022-10-29
Make MAX_NAME_BYTES on WASI equivalent to the max of the other platforms
Ryan Liptak
2022-10-29
Windows: Fix iterator name buffer size not handling all possible file name co...
Ryan Liptak
2022-10-14
Fix compile error in Dir.deleteTreeMinStackSize and add test
Ryan Liptak
2022-10-05
fs: Add IterableDir.Iterator.reset
Ryan Liptak
2022-08-15
std.fs: Fix `WalkerEntry.dir` not always being the containing dir
Ryan Liptak
2022-08-01
std.fs: Split Iterator.next on Linux and WASI to allow for handling platform-...
Ryan Liptak
2022-07-25
std.fs: End iteration on Linux/WASI during Iterator.next when hitting `ENOENT`
Ryan Liptak
2022-07-24
std.fs: Fix Walker closing the initial directory when not fully iterated
Ryan Liptak
2022-07-15
std.fs: remove `OpenDirOptions.iterate`
Veikka Tuominen
2022-07-15
std.fs: split `Dir` into `IterableDir`
Veikka Tuominen
2022-04-26
std.Thread: ResetEvent improvements (#11523)
protty
2022-04-16
stdlib std.os: Improve wasi-libc parity for WASI CWD emulation
Cody Tapscott
2022-04-15
std.fs: prevent possible integer overflow in Dir.makePath
Evan Haas
2022-04-13
Enable passing 'Dir.rename directories' fs test on Windows
Ryan Liptak
2022-04-12
std/fs/test.zig: Add test for renaming a dir onto an empty dir
Ryan Liptak
2022-03-03
stdlib WASI: Add realpath() support for non-absolute Preopens
Cody Tapscott
2022-03-03
stdlib: Add emulated CWD to std.os for WASI targets
Cody Tapscott
2022-02-13
std.fs: Implement cross-platform metadata API
ominitay
2022-01-30
Merge pull request #10404 from ominitay/iterator
Jakub Konka
2022-01-29
fs: Use `OpenMode` enum instead of read/write flags.
Sage Hane
2022-01-28
std: Fix using fs.Dir.Iterator twice
ominitay
[next]