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-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
2020-03-23
Use locking open flags if they are defined
LeRoyce Pearson
2020-03-23
std: Use getdents on all the BSDs
LemonBoy
2020-03-19
Merge pull request #4752 from ziglang/slice-array
Andrew Kelley
2020-03-19
(breaking) std.fs.copyFile now integrates with Dir
Andrew Kelley
2020-03-19
std lib fixups for new semantics
Andrew Kelley
2020-03-18
fix swapped logic for Windows
Andrew Kelley
2020-03-18
(breaking) clarify openDir API
Andrew Kelley
2020-03-18
std: Safety check for iterate()
LemonBoy
2020-03-17
Remove `fcntlFlock` and replace with plain `fcntl`
LeRoyce Pearson
2020-03-17
Make `fcntlFlock` follow conventions of `os.zig`
LeRoyce Pearson
2020-03-14
Skip file lock test in single threaded mode
LeRoyce Pearson
2020-03-14
Fix compile error on windows
LeRoyce Pearson
2020-03-14
Extract `run_lock_file_test`
LeRoyce Pearson
2020-03-14
Make lock tests more flexible
LeRoyce Pearson
2020-03-14
Add multiple read lock test
LeRoyce Pearson
2020-03-14
Call `std.os.waitpid` instead of `std.os.linux.waitpid`
LeRoyce Pearson
2020-03-14
Add test to check that locking works
LeRoyce Pearson
2020-03-14
Add `lock` option to CreateFlags
LeRoyce Pearson
2020-03-14
Add flock command paramter to `os.fcntlFlock`
LeRoyce Pearson
2020-03-14
Define Flock for all posix systems
LeRoyce Pearson
2020-03-14
Implement blocking file locking API for windows
LeRoyce Pearson
2020-03-14
Add fnctlFlock system call, use it to lock files
LeRoyce Pearson
2020-03-13
zig build system: correctly handle multiple output artifacts
Andrew Kelley
2020-03-11
fix footguns in File readAll functions
Andrew Kelley
2020-03-10
(breaking) rework stream abstractions
Andrew Kelley
2020-03-07
add std.event.Loop pread and faccessat
Andrew Kelley
2020-03-07
fix std.fs.makeDirAbsolute
Andrew Kelley
2020-03-04
update self-hosted `zig targets` to print correct glibc availability
Andrew Kelley
[prev]
[next]