aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs/file.zig
AgeCommit message (Expand)Author
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
2020-04-22zir-to-elf skeletonAndrew Kelley
2020-04-07Add lock_nonblocking flag for creating or opening filesLeRoyce Pearson
2020-04-07Make lock option an enumLeRoyce Pearson
2020-04-02Use `flock` instead of `fcntl` to lock filesLeRoyce Pearson
2020-04-02Merge branch 'master' into feature-file-locksLeRoyce Pearson
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-27fix behavior test with --test-evented-io on windowsTimon Kruiper
2020-03-17Make `fcntlFlock` follow conventions of `os.zig`LeRoyce Pearson
2020-03-14Add note about mandatory locks on linuxLeRoyce Pearson
2020-03-14Add `lock` option to CreateFlagsLeRoyce Pearson
2020-03-14Add `lock` to fs.File.OpenFlagsLeRoyce Pearson
2020-03-13Add NtDll-based ftruncate implementationLemonBoy
2020-03-12Address review commentsLemonBoy
2020-03-12std: Add setEndPos to fs.fileLemonBoy
2020-03-11fix footguns in File readAll functionsAndrew Kelley
2020-03-10(breaking) rework stream abstractionsAndrew Kelley
2020-03-08Use os.ino_t for everythingLeRoyce Pearson
2020-03-08Define ino_t for systems not yet defining itLeRoyce Pearson
2020-03-08Add documentation about Stat.inodeLeRoyce Pearson
2020-03-08Expose file inode (linux) and file index (windows)LeRoyce Pearson
2020-03-03breaking changes to std.fs, std.osAndrew Kelley
2020-03-03breaking: std.os read/write functions + sendfileAndrew Kelley
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-26fix behavior tests with --test-evented-ioAndrew Kelley
2020-02-16self-hosted libc detectionAndrew Kelley
2020-02-07more carefully calculate llvm field indexesAndrew Kelley
2020-02-06more std lib async I/O integrationAndrew Kelley
2020-01-31NTSTATUS is a non-exhaustive enumdaurnimator
2019-12-29std: sentinel terminated pointers for utf16 apisdaurnimator
2019-11-30add missing error code handling on WindowsAndrew Kelley
2019-11-30move `std.fs.Dir.cwd` to `std.fs.cwd`Andrew Kelley
2019-11-30introduce std.fs.Dir.openFile and std.fs.Dir.createFileAndrew Kelley
2019-11-25more sentinel-terminated pointers std lib integrationAndrew Kelley
2019-11-21string literals are now null terminatedAndrew Kelley
2019-11-21std: remove O_LARGEFILE from OS bits when the OS does not define itAndrew Kelley
2019-11-21add std.fs.Dir.openReadAndrew Kelley