aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs/File.zig
AgeCommit message (Expand)Author
2025-07-21std.fs.File.Reader.sendFile: fix EndOfStream detectionAndrew Kelley
2025-07-21std.fs.File.Reader: fix sendFile logicAndrew Kelley
2025-07-21std.fs.File.Reader: fix seek position logicAndrew Kelley
2025-07-21std.fs.File.Reader: only fcopyfile if size availableAndrew Kelley
2025-07-21objcopy: delete most of itAndrew Kelley
2025-07-21std.fs.File: delete writeFileAll and friendsAndrew Kelley
2025-07-21std.fs.File.Reader: fix missed advance writer positionsAndrew Kelley
2025-07-14std.fs.File.Reader.seekTo: add missing int castAndrew Kelley
2025-07-11std.posix.send: should expect ConnectionRefusedAtlas Yu
2025-07-09std.fs.File.Writer: fix splat alias bugAndrew Kelley
2025-07-07std.fs.File.Writer: implement positional writing for WindowsAndrew Kelley
2025-07-07fix 32-bit compilationAndrew Kelley
2025-07-07std.fs.File.Writer: implement positional writingAndrew Kelley
2025-07-07compiler: fix remaining build failuresAndrew Kelley
2025-07-07std.zip: work around deprecated APIAndrew Kelley
2025-07-07fix build runnerAndrew Kelley
2025-07-07update compiler source to new APIsAndrew Kelley
2025-07-07std.Build.Cache: write manifest without heap allocatingAndrew Kelley
2025-07-07std.fs.File.Writer: fix drain implementationAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: deprecated Reader/Writer; introduce new APIAndrew Kelley
2025-04-14Merge pull request #23268 from chrboesch/i19875Chris Boesch
2025-04-13std: eradicate u29 and embrace std.mem.AlignmentAndrew Kelley
2025-01-30std.fs.File: limit initial_cap according to max_bytes in readToEndAllocOptionsRui He
2024-11-27std.os.windows: Map PIPE_NOT_AVAILABLE from OpenFile() to error.NoDevice (#21...Justin Braben
2024-10-31std.fs.File: Fix metadata error check on LinuxArchit Gupta
2024-07-29std.fs: Rework to always use statx() instead of fstat()/fstatat() on Linux.Alex Rønne Petersen
2024-07-29std: Stop supporting Linux/glibc versions older than declared in std.Target.Alex Rønne Petersen
2024-07-19std.c reorganizationAndrew Kelley
2024-06-05File.getOrEnableAnsiEscapeSupport: Do not attempt to set DISABLE_NEWLINE_AUTO...Ryan Liptak
2024-06-02Add `File.getOrEnableAnsiEscapeSupport` and use itRyan Liptak
2024-06-02lib/std/fs/File: enable VT seq support for Windows ConsoleGarfield Lee
2024-04-28std.posix.iovec: use .base and .len instead of .iov_base and .iov_lenNameless
2024-03-19fix compilation failures found by CIAndrew Kelley
2024-03-19extract std.posix from std.osAndrew Kelley
2024-02-24Fix handling of Windows (WTF-16) and WASI (UTF-8) pathsRyan Liptak
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
2023-12-22Merge pull request #18326 from squeek502/stat-symlinkVeikka Tuominen
2023-12-20Fix `Stat.ctime` docs, and correct its value on WindowsRyan Liptak
2023-12-19File.stat: Support detection of Kind.sym_link on WindowsRyan Liptak
2023-11-22std.fs.File: flatten structAndrew Kelley