aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs/file.zig
AgeCommit message (Expand)Author
2021-01-18update error return docJulian Maingot
2021-01-11std.EarlyEOFReader: rename to LimitedReaderAndrew Kelley
2021-01-11std: use fifo.pump in writeFileAllUnseekabledaurnimator
2021-01-11std: use reader.skipBytes to avoid infinite loop in writeFileAllUnseekabledaurnimator
2021-01-08Remove deprecated stream aliasesJay Petacat
2021-01-05stage2: link.C: use pwritevAndrew Kelley
2020-12-31Year++Frank Denis
2020-12-22cast sendto to SendError inside send (#7481)luna
2020-12-15create SendToError (#7417)luna
2020-12-07add AddressFamilyNotSupported to SendErrorLuna
2020-11-27Add readAllArrayListAligned to Reader which can accept an arbitrary alignmentchristian-stephen
2020-11-03std.fs.File.writeFileAll: support unseekable filesAndrew Kelley
2020-10-07fixups for the previous commitAndrew Kelley
2020-10-06Fix building the zig compiler for 32-bit targetsTimon Kruiper
2020-09-25Remove noop checkLoris Cro
2020-09-24pwritevLoris Cro
2020-09-24pwriteLoris Cro
2020-09-24writevLoris Cro
2020-09-24writeLoris Cro
2020-09-24preadvLoris Cro
2020-09-24preadLoris Cro
2020-09-24readvLoris Cro
2020-09-24readLoris Cro
2020-09-10std.fs.File: fix typo in writeFileAllAndrew Kelley
2020-09-10fs/file.zig: Update reader to use type aliasChristian Wesselhoeft
2020-09-04std: Minor changes to the fs moduleLemonBoy
2020-09-02std: Don't trust stat() size in readAllAlloc fnsLemonBoy
2020-08-24std: use O_NOCTTY flagdaurnimator
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-11copy_file_range linux syscall (#6010)Maciej Walczak
2020-07-31Move delete file logic into windows.DeleteFile fnJakub Konka
2020-06-22Add std.fs.File.readAllAlloc testsJakub Konka
2020-06-20implement new stat functionality for WASIAndrew Kelley
2020-06-20rework zig fmt to use less syscalls and open fdsAndrew Kelley
2020-06-18rework zig fmt to only make one allocationAndrew Kelley
2020-06-18Fix fs.File.mode() not returning mode_t on windowsCassidy Dingenskirchen
2020-06-09Support Reader for InStreamJonathan Marler
2020-06-08support Writer instead of OutStreamJonathan Marler
2020-05-25improvements to self-hosted cache hash systemAndrew Kelley
2020-05-24(breaking) std.time fixups and API changesAndrew Kelley
2020-05-18Always return false for ANSI escape codes compat in WASIJakub Konka
2020-05-18Make mode_t a 0-byte type in WASIJakub Konka
2020-05-18Add/fix missing WASI functionality to pass libstd testsJakub Konka
2020-05-16Merge remote-tracking branch 'origin/master' into self-hosted-incremental-com...Andrew Kelley
2020-05-13self-hosted: fix the rest of the compile errorsAndrew Kelley
2020-05-12self-hosted: rework the memory layout of ir.Module and related typesAndrew Kelley
2020-05-05update comments for nosuspendTadeo Kondrak
2020-05-02fs.File: improve handling async I/O on WindowsAndrew Kelley
2020-05-01cleanup and fixes. behavior tests passing with evented I/OAndrew Kelley
2020-05-01Merge branch 'windows-evented-io' of https://github.com/FireFox317/zig into F...Andrew Kelley