aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs/file.zig
AgeCommit message (Expand)Author
2022-09-08wasm: temporarily save curr file pointer before pwriting on WinJakub Konka
2022-05-27math: make `cast` return optional instead of an errorAli Chraghi
2022-04-12Add `std.fs.File.sync` (#11410)r00ster
2022-03-15remove TODOAli Chraghi
2022-02-13std.fs: Implement cross-platform metadata APIominitay
2022-01-29fs: Use `OpenMode` enum instead of read/write flags.Sage Hane
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-15Add `chmod` and `chown`Ominitay
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-25os.flock: FreeBSD can return EOPNOTSUPPxackus
2021-09-24Initial bringup of the Solaris/Illumos portStephen Gregoratto
2021-09-01std: fix regressions from this branchAndrew Kelley
2021-09-01std.os.windows: reorg to avoid `usingnamespace`Andrew Kelley
2021-09-01std.os: more reorganization effortsAndrew Kelley
2021-09-01std.os reorganization, avoiding `usingnamespace`Andrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-07-27WASI,libc: enable tests.Takeshi Yoneda
2021-06-29std.fs.File: update doc comments regarding lockingAndrew Kelley
2021-06-29std: implement a cross platform file locking abstractionAndrew Kelley
2021-06-29implement std.fs.File.setLock for WindowsAndrew Kelley
2021-06-29std add fs.File.setLockAndrew Kelley
2021-05-12Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-11std: Add more tests, fix broken codeLemonBoy
2021-04-25stage2: implement caching for ZIR codeAndrew Kelley
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2021-04-04Fixed error types for GetSeekPosErrorEdward Dean
2021-02-16std.fs.net.Stream: add writev and writevAllAndrew Kelley
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