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
2021-01-18
update error return doc
Julian Maingot
2021-01-11
std.EarlyEOFReader: rename to LimitedReader
Andrew Kelley
2021-01-11
std: use fifo.pump in writeFileAllUnseekable
daurnimator
2021-01-11
std: use reader.skipBytes to avoid infinite loop in writeFileAllUnseekable
daurnimator
2021-01-08
Remove deprecated stream aliases
Jay Petacat
2021-01-05
stage2: link.C: use pwritev
Andrew Kelley
2020-12-31
Year++
Frank Denis
2020-12-22
cast sendto to SendError inside send (#7481)
luna
2020-12-15
create SendToError (#7417)
luna
2020-12-07
add AddressFamilyNotSupported to SendError
Luna
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
[next]