index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
fs
/
file.zig
Age
Commit message (
Expand
)
Author
2020-06-09
Support Reader for InStream
Jonathan Marler
2020-06-08
support Writer instead of OutStream
Jonathan Marler
2020-05-25
improvements to self-hosted cache hash system
Andrew Kelley
2020-05-24
(breaking) std.time fixups and API changes
Andrew Kelley
2020-05-18
Always return false for ANSI escape codes compat in WASI
Jakub Konka
2020-05-18
Make mode_t a 0-byte type in WASI
Jakub Konka
2020-05-18
Add/fix missing WASI functionality to pass libstd tests
Jakub Konka
2020-05-16
Merge remote-tracking branch 'origin/master' into self-hosted-incremental-com...
Andrew Kelley
2020-05-13
self-hosted: fix the rest of the compile errors
Andrew Kelley
2020-05-12
self-hosted: rework the memory layout of ir.Module and related types
Andrew Kelley
2020-05-05
update comments for nosuspend
Tadeo Kondrak
2020-05-02
fs.File: improve handling async I/O on Windows
Andrew Kelley
2020-05-01
cleanup and fixes. behavior tests passing with evented I/O
Andrew Kelley
2020-05-01
Merge branch 'windows-evented-io' of https://github.com/FireFox317/zig into F...
Andrew Kelley
2020-04-22
zir-to-elf skeleton
Andrew Kelley
2020-04-07
Add lock_nonblocking flag for creating or opening files
LeRoyce Pearson
2020-04-07
Make lock option an enum
LeRoyce Pearson
2020-04-02
Use `flock` instead of `fcntl` to lock files
LeRoyce Pearson
2020-04-02
Merge branch 'master' into feature-file-locks
LeRoyce Pearson
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-27
fix behavior test with --test-evented-io on windows
Timon Kruiper
2020-03-17
Make `fcntlFlock` follow conventions of `os.zig`
LeRoyce Pearson
2020-03-14
Add note about mandatory locks on linux
LeRoyce Pearson
2020-03-14
Add `lock` option to CreateFlags
LeRoyce Pearson
2020-03-14
Add `lock` to fs.File.OpenFlags
LeRoyce Pearson
2020-03-13
Add NtDll-based ftruncate implementation
LemonBoy
2020-03-12
Address review comments
LemonBoy
2020-03-12
std: Add setEndPos to fs.file
LemonBoy
2020-03-11
fix footguns in File readAll functions
Andrew Kelley
2020-03-10
(breaking) rework stream abstractions
Andrew Kelley
2020-03-08
Use os.ino_t for everything
LeRoyce Pearson
2020-03-08
Define ino_t for systems not yet defining it
LeRoyce Pearson
2020-03-08
Add documentation about Stat.inode
LeRoyce Pearson
2020-03-08
Expose file inode (linux) and file index (windows)
LeRoyce Pearson
2020-03-03
breaking changes to std.fs, std.os
Andrew Kelley
2020-03-03
breaking: std.os read/write functions + sendfile
Andrew Kelley
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-26
fix behavior tests with --test-evented-io
Andrew Kelley
2020-02-16
self-hosted libc detection
Andrew Kelley
2020-02-07
more carefully calculate llvm field indexes
Andrew Kelley
2020-02-06
more std lib async I/O integration
Andrew Kelley
2020-01-31
NTSTATUS is a non-exhaustive enum
daurnimator
2019-12-29
std: sentinel terminated pointers for utf16 apis
daurnimator
2019-11-30
add missing error code handling on Windows
Andrew Kelley
2019-11-30
move `std.fs.Dir.cwd` to `std.fs.cwd`
Andrew Kelley
2019-11-30
introduce std.fs.Dir.openFile and std.fs.Dir.createFile
Andrew Kelley
2019-11-25
more sentinel-terminated pointers std lib integration
Andrew Kelley
2019-11-21
string literals are now null terminated
Andrew Kelley
2019-11-21
std: remove O_LARGEFILE from OS bits when the OS does not define it
Andrew Kelley
2019-11-21
add std.fs.Dir.openRead
Andrew Kelley
[next]