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
Age
Commit message (
Expand
)
Author
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-17
Add rename to std.fs API
Ryan Liptak
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-30
handle lack of privilege to create symbolic links on windows
Sahnvour
2020-08-24
std: use O_NOCTTY flag
daurnimator
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-13
Add std.os.getFdPath and std.fs.Dir.realpath
Jakub Konka
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-07-31
Remove CreateDirectoryW and CreateFileW calls
Jakub Konka
2020-07-22
Add missing cross-platform Dir.readLink fns
Jakub Konka
2020-07-22
Ensure Dir.deleteTree does not dereference symlinks
Jakub Konka
2020-07-22
Move symlink to fs.symlinkAbsolute with SymlinkFlags
Jakub Konka
2020-07-12
Fix incorrect continue condition in PreopeonList
Jakub Konka
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-07-07
Merge pull request #5755 from kubkon/dir-iter-tests
Andrew Kelley
2020-07-04
std.mem.dupe is deprecated, move all references in std
joachimschmidt557
2020-07-02
Update lib/std/fs/test.zig
Jakub Konka
2020-07-02
Fix memory corruption in Dir.Iterator test
Jakub Konka
2020-07-02
Add Dir.Iterator tests
Jakub Konka
2020-07-01
Merge pull request #5717 from squeek502/fs-dir-file-ops
Andrew Kelley
2020-06-28
Disable wasi 'readFileAlloc on a directory' assertion for now
Ryan Liptak
2020-06-27
Move fs-specific tests from os/test.zig to fs/test.zig
Ryan Liptak
2020-06-26
Add tests for using file operations on directories
Ryan Liptak
2020-06-25
Add tests for using directory operations on files
Ryan Liptak
2020-06-23
Remove some leftover debugging checks
Jakub Konka
2020-06-23
Refactor PreopenList.find()
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-11
Add unit test for std.fs.wasi.PreopenList
Jakub Konka
2020-06-11
Add custom format method for Preopen struct
Jakub Konka
2020-06-09
Support Reader for InStream
Jonathan Marler
2020-06-09
fix memory errors
Jonathan Marler
2020-06-08
support Writer instead of OutStream
Jonathan Marler
2020-05-29
Prefer Files to paths in std.debug. Additionally [breaking] add a flags param...
Jonathan S
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
Undo accidentally checked-in changes to fs/test.zig
Jakub Konka
2020-05-18
Always return false for ANSI escape codes compat in WASI
Jakub Konka
[prev]
[next]