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-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
2020-04-08
Disable open flock flags on darwin
LeRoyce Pearson
2020-04-07
Add lock_nonblocking flag for creating or opening files
LeRoyce Pearson
2020-04-07
Make lock option an enum
LeRoyce Pearson
2020-04-07
Merge pull request #4857 from LemonBoy/fix-4777
Andrew Kelley
2020-04-06
Fix compile error on darwin
LeRoyce Pearson
2020-04-06
Only call `os.flock` on systems that lack openat locks
LeRoyce Pearson
2020-04-06
Remove return value from os.flock()
LeRoyce Pearson
2020-04-06
Merge branch 'master' into feature-file-locks
LeRoyce Pearson
2020-04-03
std: Fix oob slicing operator
LemonBoy
2020-04-03
Fix compile errors about adding error.FileLocksNotSupported
LeRoyce Pearson
2020-04-02
Fix compile errors in stage2
LeRoyce Pearson
2020-04-02
Use `flock` instead of `fcntl` to lock files
LeRoyce Pearson
2020-04-02
Merge branch 'master' into feature-file-locks
LeRoyce Pearson
2020-04-02
new ArrayList API: fix everything else
xackus
2020-04-01
(breaking) std.Buffer => std.ArrayListSentineled(u8, 0)
Andrew Kelley
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-27
Merge branch 'master' into feature-file-locks
LeRoyce Pearson
2020-03-27
fix behavior test with --test-evented-io on windows
Timon Kruiper
2020-03-26
Factor out arbitrary constant 12 to AtomicFile.RANDOM_BYTES
Jonathan S
2020-03-25
In AtomicFile, work relative to the destination's parent directory. This is m...
Jonathan S
2020-03-25
self-hosted: use fs.selfExePathAlloc
Michael Dusan
2020-03-23
Merge branch 'master' into feature-file-locks
LeRoyce Pearson
[next]