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
/
Dir.zig
Age
Commit message (
Expand
)
Author
2025-01-16
std.fs.Dir: update deleteTree doc comment to match function signature (#22509)
max
2024-10-17
fix compilation errors for fs and fs.Dir (#21643)
Justin Braben
2024-10-06
Explain why POLL_FD_READWRITE is not dangerous at sites of use
achan1989
2024-10-05
Create/open file on WASI targets should have POLL_FD_READWRITE rights
achan1989
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-08-01
add std.fs.Dir.Handle
Andrew Kelley
2024-07-29
std.fs: Rework to always use statx() instead of fstat()/fstatat() on Linux.
Alex Rønne Petersen
2024-07-28
Merge pull request #20297 from sno2/wtf8-conversion-buffer-overflows
Andrew Kelley
2024-07-28
std.fs.Dir: Refactor atomicSymLink from std.fs
Carter Snook
2024-07-19
fix regression of flock being called on wasi targets
Andrew Kelley
2024-07-19
std.c reorganization
Andrew Kelley
2024-07-09
std.fs.Dir: Rename OpenDirOptions to OpenOptions (#20542)
Krzysztof Wolicki
2024-07-03
Rename MAX_NAME_BYTES to max_name_bytes
Michael Bradshaw
2024-06-14
std: fix buffer overflows from improper WTF encoding
Carter Snook
2024-06-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
2024-06-04
Dir.makeOpenPathAccessMaskW: Fix leaking intermediate directory handles
Ryan Liptak
2024-05-11
windows: use permissive file share flags everywhere (#19505)
Georgijs
2024-05-07
fs: handle `OBJECT_NAME_COLLISION` in `makeOpenPath`
Jacob Young
2024-05-03
Rename Dir.writeFile2 -> Dir.writeFile and update all callsites
Ryan Liptak
2024-04-20
std.fs.Dir.openDir: use wasi libc API when -lc
Linus Groh
2024-04-18
std.fs.Dir.openFile: use wasi libc API when -lc
Andrew Kelley
2024-04-14
fix namespacing of std.fs.Dir.Walker.Entry
Andrew Kelley
2024-04-14
std.fs.Dir.Walker: maintain a null byte in path names
Andrew Kelley
2024-04-08
haiku: fix directory iteration
Jacob Young
2024-03-19
fix compilation failures found by CI
Andrew Kelley
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-15
bsd: debitrot std.c
Michael Dusan
2024-02-29
Fix symLink's handling of `/` path separators on Windows
Ryan Liptak
2024-02-27
Eliminate `error.InvalidHandle` from OpenError and RealPathError
Ryan Liptak
2024-02-24
Fix handling of Windows (WTF-16) and WASI (UTF-8) paths
Ryan Liptak
2024-02-24
Update deprecated `std.unicode` function usages
Ryan Liptak
2024-02-14
bsd: debitrot type-safe std.c.O
Michael Dusan
2024-02-14
std.os.windows.OpenFile: add missing error
Andrew Kelley
2024-02-11
some API work on std.c, std.os, std.os.wasi
Andrew Kelley
2024-02-01
remove std.io.Mode
Veikka Tuominen
2024-01-08
fix std.fs.Dir.makePath silent failure (#16878)
Amir Alawi
2024-01-05
Dir.makePath: Document/test platform differences around .. component handling
Ryan Liptak
2024-01-01
std.fs.Dir.atomicFile: provide an option for make path
Andrew Kelley
2023-11-22
std.fs.File: flatten struct
Andrew Kelley
2023-11-22
std.fs: extract Dir into separate file
Andrew Kelley
[prev]