aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs/Dir.zig
AgeCommit message (Expand)Author
2025-01-16std.fs.Dir: update deleteTree doc comment to match function signature (#22509)max
2024-10-17fix compilation errors for fs and fs.Dir (#21643)Justin Braben
2024-10-06Explain why POLL_FD_READWRITE is not dangerous at sites of useachan1989
2024-10-05Create/open file on WASI targets should have POLL_FD_READWRITE rightsachan1989
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-08-01add std.fs.Dir.HandleAndrew Kelley
2024-07-29std.fs: Rework to always use statx() instead of fstat()/fstatat() on Linux.Alex Rønne Petersen
2024-07-28Merge pull request #20297 from sno2/wtf8-conversion-buffer-overflowsAndrew Kelley
2024-07-28std.fs.Dir: Refactor atomicSymLink from std.fsCarter Snook
2024-07-19fix regression of flock being called on wasi targetsAndrew Kelley
2024-07-19std.c reorganizationAndrew Kelley
2024-07-09std.fs.Dir: Rename OpenDirOptions to OpenOptions (#20542)Krzysztof Wolicki
2024-07-03Rename MAX_NAME_BYTES to max_name_bytesMichael Bradshaw
2024-06-14std: fix buffer overflows from improper WTF encodingCarter Snook
2024-06-13std: Convert deprecated aliases to compile errors and fix usagesRyan Liptak
2024-06-04Dir.makeOpenPathAccessMaskW: Fix leaking intermediate directory handlesRyan Liptak
2024-05-11windows: use permissive file share flags everywhere (#19505)Georgijs
2024-05-07fs: handle `OBJECT_NAME_COLLISION` in `makeOpenPath`Jacob Young
2024-05-03Rename Dir.writeFile2 -> Dir.writeFile and update all callsitesRyan Liptak
2024-04-20std.fs.Dir.openDir: use wasi libc API when -lcLinus Groh
2024-04-18std.fs.Dir.openFile: use wasi libc API when -lcAndrew Kelley
2024-04-14fix namespacing of std.fs.Dir.Walker.EntryAndrew Kelley
2024-04-14std.fs.Dir.Walker: maintain a null byte in path namesAndrew Kelley
2024-04-08haiku: fix directory iterationJacob Young
2024-03-19fix compilation failures found by CIAndrew Kelley
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-15bsd: debitrot std.cMichael Dusan
2024-02-29Fix symLink's handling of `/` path separators on WindowsRyan Liptak
2024-02-27Eliminate `error.InvalidHandle` from OpenError and RealPathErrorRyan Liptak
2024-02-24Fix handling of Windows (WTF-16) and WASI (UTF-8) pathsRyan Liptak
2024-02-24Update deprecated `std.unicode` function usagesRyan Liptak
2024-02-14bsd: debitrot type-safe std.c.OMichael Dusan
2024-02-14std.os.windows.OpenFile: add missing errorAndrew Kelley
2024-02-11some API work on std.c, std.os, std.os.wasiAndrew Kelley
2024-02-01remove std.io.ModeVeikka Tuominen
2024-01-08fix std.fs.Dir.makePath silent failure (#16878)Amir Alawi
2024-01-05Dir.makePath: Document/test platform differences around .. component handlingRyan Liptak
2024-01-01std.fs.Dir.atomicFile: provide an option for make pathAndrew Kelley
2023-11-22std.fs.File: flatten structAndrew Kelley
2023-11-22std.fs: extract Dir into separate fileAndrew Kelley