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-11-27
Add readAllArrayListAligned to Reader which can accept an arbitrary alignment
christian-stephen
2020-11-03
std.fs.File.writeFileAll: support unseekable files
Andrew Kelley
2020-10-07
fixups for the previous commit
Andrew Kelley
2020-10-06
Fix building the zig compiler for 32-bit targets
Timon Kruiper
2020-09-25
Remove noop check
Loris Cro
2020-09-24
pwritev
Loris Cro
2020-09-24
pwrite
Loris Cro
2020-09-24
writev
Loris Cro
2020-09-24
write
Loris Cro
2020-09-24
preadv
Loris Cro
2020-09-24
pread
Loris Cro
2020-09-24
readv
Loris Cro
2020-09-24
read
Loris Cro
2020-09-10
std.fs.File: fix typo in writeFileAll
Andrew Kelley
2020-09-10
fs/file.zig: Update reader to use type alias
Christian Wesselhoeft
2020-09-04
std: Minor changes to the fs module
LemonBoy
2020-09-02
std: Don't trust stat() size in readAllAlloc fns
LemonBoy
2020-08-24
std: use O_NOCTTY flag
daurnimator
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-11
copy_file_range linux syscall (#6010)
Maciej Walczak
2020-07-31
Move delete file logic into windows.DeleteFile fn
Jakub Konka
2020-06-22
Add std.fs.File.readAllAlloc tests
Jakub Konka
2020-06-20
implement new stat functionality for WASI
Andrew Kelley
2020-06-20
rework zig fmt to use less syscalls and open fds
Andrew Kelley
2020-06-18
rework zig fmt to only make one allocation
Andrew Kelley
2020-06-18
Fix fs.File.mode() not returning mode_t on windows
Cassidy Dingenskirchen
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
[next]