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
juice
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
std.Io.Threaded-groups-2
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-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
2020-05-02
Merge remote-tracking branch 'origin/master' into FireFox317-windows-evented-io
Andrew Kelley
2020-05-02
fix regressions in windows std lib tests
Andrew Kelley
2020-05-02
std.event.Loop: promote the fs thread to be available for all OS's
Andrew Kelley
2020-05-01
cleanup and fixes. behavior tests passing with evented I/O
Andrew Kelley
2020-05-01
Merge branch 'windows-evented-io' of https://github.com/FireFox317/zig into F...
Andrew Kelley
2020-05-01
add ZIR compare output test case to test suite
Andrew Kelley
2020-04-22
zir-to-elf skeleton
Andrew Kelley
2020-04-20
simplify ZIR spec; separate parsing/rendering from analysis
Andrew Kelley
2020-04-11
move fs tests to separate file; disable flaky test
Andrew Kelley
2020-04-10
Merge pull request #4711 from leroycep/feature-file-locks
Andrew Kelley
2020-04-08
Reduce file lock test sleep time
LeRoyce Pearson
2020-04-08
Close file1 in nonblocking lock test
LeRoyce Pearson
[next]