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-11-19
openbsd, netbsd: getdents: entry with d_fileno==0 should be skipped
Sébastien Marie
2020-11-19
Iterator: rename freebsd_entry to bsd_entry to reflect that nextBsd is not fr...
Sébastien Marie
2020-11-19
darwin: getdents: entry with d_ino==0 should be skipped
Sébastien Marie
2020-11-18
Merge pull request #7005 from jshholland/deprecate-span
Veikka Tuominen
2020-11-18
std: openDirAbsolute and accessAbsolute (#7082)
g-w1
2020-11-07
remove deprecated uses of ArrayList.span
Josh Holland
2020-11-02
Fix file descriptor leak in fs.openFileZ.
Alex Cameron
2020-10-25
readd original code from #6638. realpathZ() is expected to take a [*:0]const u8
Sébastien Marie
2020-10-17
code cleanups
Andrew Kelley
2020-10-17
Merge branch 'master' into openbsd-minimal
Sebastien Marie
2020-10-12
Rename .macosx to .macos
Vignesh Rajagopalan
2020-10-11
openbsd: selfExePath adjustements
Sébastien Marie
2020-10-11
opensd: selfExePath: do not rely on environment as it could be inherited
Sébastien Marie
2020-10-11
openbsd: use mem.span() + mem.indexOf() instead of defining custom function
Sébastien Marie
2020-10-11
add minimal openbsd support
Sébastien Marie
2020-10-09
fixups to previous commit
Andrew Kelley
2020-10-09
Use regular file for caching stage 1 hash digest instead of symlink, fix zig ...
mlarouche
2020-10-08
Merge pull request #6516 from LemonBoy/fastfilecopy
Andrew Kelley
2020-10-07
New review round
LemonBoy
2020-10-06
Address review comments & fix compilation errors
LemonBoy
2020-10-06
Move copy_file to fs namespace
LemonBoy
2020-10-05
Fix spelling in code comment
Noah Altunian
2020-10-03
Alternative strategy to avoid calling stat()
LemonBoy
2020-10-03
std: Make file copy ops use zero-copy mechanisms
LemonBoy
2020-10-03
provide the full buffer length to _NSGetExecutablePath
Loris Cro
2020-10-02
make symlink buffer null-terminated
Loris Cro
2020-10-02
fix symlink path not being resolved in darwin
Loris Cro
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
[next]