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
2024-08-19
Fix handling of empty XDG environment variables
Ian Johnson
2024-08-01
add std.fs.Dir.Handle
Andrew Kelley
2024-07-29
std.fs: Rework to always use statx() instead of fstat()/fstatat() on Linux.
Alex Rønne Petersen
2024-07-29
std: Stop supporting Linux/glibc versions older than declared in std.Target.
Alex Rønne Petersen
2024-07-28
Merge pull request #20297 from sno2/wtf8-conversion-buffer-overflows
Andrew Kelley
2024-07-28
std.fs.Dir: Refactor atomicSymLink from std.fs
Carter Snook
2024-07-19
fix regression of flock being called on wasi targets
Andrew Kelley
2024-07-19
std.c reorganization
Andrew Kelley
2024-07-09
std.fs.Dir: Rename OpenDirOptions to OpenOptions (#20542)
Krzysztof Wolicki
2024-07-03
Rename MAX_NAME_BYTES to max_name_bytes
Michael Bradshaw
2024-06-14
std: fix buffer overflows from improper WTF encoding
Carter Snook
2024-06-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
2024-06-05
File.getOrEnableAnsiEscapeSupport: Do not attempt to set DISABLE_NEWLINE_AUTO...
Ryan Liptak
2024-06-04
fs tests: Fix leaking a directory handle in "makepath existing directories" test
Ryan Liptak
2024-06-04
Dir.makeOpenPathAccessMaskW: Fix leaking intermediate directory handles
Ryan Liptak
2024-06-02
Add `File.getOrEnableAnsiEscapeSupport` and use it
Ryan Liptak
2024-06-02
lib/std/fs/File: enable VT seq support for Windows Console
Garfield Lee
2024-05-29
rename zig-cache to .zig-cache
Andrew Kelley
2024-05-11
windows: use permissive file share flags everywhere (#19505)
Georgijs
2024-05-07
fs: handle `OBJECT_NAME_COLLISION` in `makeOpenPath`
Jacob Young
2024-05-03
Rename Dir.writeFile2 -> Dir.writeFile and update all callsites
Ryan Liptak
2024-04-28
std.posix.iovec: use .base and .len instead of .iov_base and .iov_len
Nameless
2024-04-22
ComptimeStringMap: return a regular struct and optimize
Travis Staloch
2024-04-20
std.fs.Dir.openDir: use wasi libc API when -lc
Linus Groh
2024-04-20
Revert "disable flaky std.fs test"
Jacob Young
2024-04-19
disable flaky std.fs test
Andrew Kelley
2024-04-18
std.fs.Dir.openFile: use wasi libc API when -lc
Andrew Kelley
2024-04-14
fix namespacing of std.fs.Dir.Walker.Entry
Andrew Kelley
2024-04-14
std.fs.Dir.Walker: maintain a null byte in path names
Andrew Kelley
2024-04-08
haiku: fix directory iteration
Jacob Young
2024-03-23
haiku: debitrot
Jacob Young
2024-03-21
std: promote tests to doctests
Andrew Kelley
2024-03-19
fix compilation failures found by CI
Andrew Kelley
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-15
bsd: debitrot std.c
Michael Dusan
2024-02-29
fs/test: Make testWithAllSupportedPathTypes also test all supported path sepa...
Ryan Liptak
2024-02-29
Fix symLink's handling of `/` path separators on Windows
Ryan Liptak
2024-02-27
Eliminate `error.InvalidHandle` from OpenError and RealPathError
Ryan Liptak
2024-02-24
Add std.fs.path.fmtAsUtf8Lossy/fmtWtf16LeAsUtf8Lossy
Ryan Liptak
2024-02-24
Fix handling of Windows (WTF-16) and WASI (UTF-8) paths
Ryan Liptak
2024-02-24
Update deprecated `std.unicode` function usages
Ryan Liptak
2024-02-14
bsd: debitrot type-safe std.c.O
Michael Dusan
2024-02-14
std.os.windows.OpenFile: add missing error
Andrew Kelley
2024-02-11
some API work on std.c, std.os, std.os.wasi
Andrew Kelley
2024-02-09
Merge pull request #18712 from Vexu/std.options
Andrew Kelley
2024-02-02
fs tests: Make path type show up in stack traces of testWithAllSupportedPathT...
Ryan Liptak
2024-02-01
std: remove garbage being printed to stderr during unit tests
Andrew Kelley
2024-02-01
remove std.io.Mode
Veikka Tuominen
2024-02-01
remove std.event
Veikka Tuominen
2024-01-16
std/fs/test.zig: Add statFile() tests of dangling symlink
Pat Tullmann
[next]