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
2020-09-17
Add rename to std.fs API
Ryan Liptak
2020-09-04
std: Fix for 32bit systems
LemonBoy
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-24
std: refactor fs.openFileZ flag handling
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-07-31
Move delete file logic into windows.DeleteFile fn
Jakub Konka
2020-07-31
Refactor internal Win routines to reuse OpenFile
Jakub Konka
2020-07-31
Remove CreateDirectoryW and CreateFileW calls
Jakub Konka
2020-07-28
Fixes atomicSymLink looping when new_path already exists.
Felix (xq) Queißner
2020-07-22
Add missing cross-platform Dir.readLink fns
Jakub Konka
2020-07-22
Finish drafting CreateSymolicLink using NT calls
Jakub Konka
2020-07-22
Add various build fixes
Jakub Konka
2020-07-22
Ensure Dir.deleteTree does not dereference symlinks
Jakub Konka
2020-07-22
Fix Windows build
Jakub Konka
2020-07-22
Move symlink to fs.symlinkAbsolute with SymlinkFlags
Jakub Konka
2020-07-22
Add SymlinkFlags needed to create symlinks to dirs on Win
Jakub Konka
2020-07-07
Merge pull request #5755 from kubkon/dir-iter-tests
Andrew Kelley
2020-07-08
Add comment about memory invalidation in Iterator.next on Win
Jakub Konka
2020-07-04
std.mem.dupe is deprecated, move all references in std
joachimschmidt557
2020-07-01
Merge pull request #5717 from squeek502/fs-dir-file-ops
Andrew Kelley
2020-06-30
Map ENOTCAPABLE into error.AccessDenied instead of error.NotCapable
Jakub Konka
2020-06-29
Fix compilation errors
Jakub Konka
2020-06-29
Handle ENOTCAPABLE in WASI
Jakub Konka
2020-06-26
Dir.deleteFile: Fix symlink behavior when translating EPERM to EISDIR
Ryan Liptak
2020-06-26
Implement Dir.deleteFile in terms of deleteFileZ/deleteFileW
Ryan Liptak
2020-06-26
fs.deleteFile: Translate to error.IsDir when appropriate on POSIX systems
Ryan Liptak
2020-06-25
Windows: Fix fs.Dir.openDir not handling STATUS_NOT_A_DIRECTORY
Ryan Liptak
2020-06-20
std.fs: fix shadowing `stat` with a local variable
Andrew Kelley
2020-06-20
rework zig fmt to avoid unnecessary realpath() calls
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-05-29
cleanups
Andrew Kelley
2020-05-29
Document the failure to improve selfExe{,Dir}PathAlloc
Jonathan S
2020-05-29
Prefer Files to paths in std.debug. Additionally [breaking] add a flags param...
Jonathan S
2020-05-29
Document and reduce usage of MAX_PATH_BYTES, lifting arbitrary buffer size re...
Jonathan S
2020-05-25
Put base64 alphabet into a named constant
LeRoyce Pearson
2020-05-25
Add filesystem base64 decoder
LeRoyce Pearson
2020-05-18
Add/fix missing WASI functionality to pass libstd tests
Jakub Konka
2020-05-05
Add docs
Jakub Konka
2020-05-05
Move preopen and path wasi helpers to std.fs.wasi module
Jakub Konka
2020-05-05
Shuffle things around; add PreopenList.findByPath method
Jakub Konka
2020-05-05
Simplify File constructors
Jakub Konka
2020-05-05
Refactor resolve_preopen into getPreopens function
Jakub Konka
2020-05-05
Make std.fs.cwd() return preopen for "." if exists
Jakub Konka
2020-05-05
Implement std.fs.Dir.openFileWasi
Jakub Konka
2020-05-02
Merge remote-tracking branch 'origin/master' into FireFox317-windows-evented-io
Andrew Kelley
2020-05-02
correct usages of std.fs.dir.DeleteFileError (#5058)
nycex
[next]