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.zig
Age
Commit message (
Expand
)
Author
2022-10-29
fs: Some NAME_MAX/MAX_NAME_BYTES improvements
Ryan Liptak
2022-10-29
Make MAX_NAME_BYTES on WASI equivalent to the max of the other platforms
Ryan Liptak
2022-10-29
Set wasi MAX_NAME_BYTES to minimum of the rest of the supported platforms
Ryan Liptak
2022-10-29
Add wasi branch to MAX_NAME_BYTES
Ryan Liptak
2022-10-29
Windows: Fix iterator name buffer size not handling all possible file name co...
Ryan Liptak
2022-10-29
std.fs: Add MAX_NAME_BYTES
Ryan Liptak
2022-10-18
os.copy_file_range: save a syscall for most operations
Motiejus Jakštys
2022-10-15
Added os check for std.fs.setAsCwd() to work with windows
xEgoist
2022-10-14
Fix compile error in Dir.deleteTreeMinStackSize and add test
Ryan Liptak
2022-10-05
std.fs.deleteTree: Unify how the initial sub_path is treated between deleteTr...
Ryan Liptak
2022-10-05
fs.Dir.deleteTree: Fix FileBusy errors on Windows
Ryan Liptak
2022-10-05
fs.Dir.deleteTree: Fix some handling of NotDir error in deleteFile calls
Ryan Liptak
2022-10-05
fs: deleteTreeFallback -> deleteTreeMinStackSize and make it pub
Ryan Liptak
2022-10-05
fs: Reduce IterableDir.Iterator `buf` size to 1024
Ryan Liptak
2022-10-05
fs: Optimize Dir.deleteTree for non-deeply-nested directories
Ryan Liptak
2022-10-05
fs: Add IterableDir.Iterator.reset
Ryan Liptak
2022-10-05
fs.Dir.deleteTree: Reduce the number of failing deleteFile calls
Ryan Liptak
2022-10-05
Introduce IterableDir.iterateAssumeFirstIteration
Ryan Liptak
2022-08-15
std.fs: Fix `WalkerEntry.dir` not always being the containing dir
Ryan Liptak
2022-08-01
std.fs: Split Iterator.next on Linux and WASI to allow for handling platform-...
Ryan Liptak
2022-07-25
std.fs: End iteration on Linux/WASI during Iterator.next when hitting `ENOENT`
Ryan Liptak
2022-07-24
std.fs: Fix Walker closing the initial directory when not fully iterated
Ryan Liptak
2022-07-17
std.fs: remove accidental comptime block
Veikka Tuominen
2022-07-17
std.fs: add `Iterable` versions of `openDirAbsolute*`
Veikka Tuominen
2022-07-15
std.fs: remove `OpenDirOptions.iterate`
Veikka Tuominen
2022-07-15
std.fs: split `Dir` into `IterableDir`
Veikka Tuominen
2022-06-06
std.fs: fix incorrect passing of pointer to temporary
Veikka Tuominen
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-04-18
stage2: Move WASI/Zig-specific selfExePath to introspect.zig
Cody Tapscott
2022-04-18
stage2: Add 'zig.wasm' fallback for binary name
Cody Tapscott
2022-04-18
stage2: Add limited WASI support for selfExePath and globalCacheDir
Cody Tapscott
2022-04-15
std.fs: prevent possible integer overflow in Dir.makePath
Evan Haas
2022-03-27
std.fs: Handle EINVAL from linux.getdents64
Yorhel
2022-03-03
stdlib: Add emulated CWD to std.os for WASI targets
Cody Tapscott
2022-02-15
Adds Linux support for POSIX file locking with fcntl
Anthony Carrico
2022-02-13
std.fs: Implement cross-platform metadata API
ominitay
2022-01-30
Merge pull request #10404 from ominitay/iterator
Jakub Konka
2022-01-29
std: define static error set for fs.Dir.copyFile
Meghan
2022-01-29
fs: Use `OpenMode` enum instead of read/write flags.
Sage Hane
2022-01-28
std: Fix using fs.Dir.Iterator twice
ominitay
2022-01-02
std.fs.rename: fix Windows implementation
Andrew Kelley
2021-12-06
stage2: improve handling of the generated file builtin.zig
Andrew Kelley
2021-12-06
std.os: handle ETXTBSY from open()
Andrew Kelley
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-24
Merge pull request #10073 from hoanga/haiku-support-build2
Andrew Kelley
2021-11-15
Add `chmod` and `chown`
Ominitay
2021-11-15
updates for haiku stdc
Al Hoang
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-24
Initial bringup of the Solaris/Illumos port
Stephen Gregoratto
[next]