| 6 years ago | LeRoyce Pearson | | Return error from `else` |
| 6 years ago | LeRoyce Pearson | | Catch error.WouldBlock as unreachable |
| 6 years ago | LeRoyce Pearson | | Add `OpenFileW` `share_access_nonblocking` parameter |
| 6 years ago | LeRoyce Pearson | | Add lock_nonblocking flag for creating or opening files |
| 6 years ago | LeRoyce Pearson | | Fix file locking on windows |
| 6 years ago | LeRoyce Pearson | | Make lock option an enum |
| 6 years ago | LeRoyce Pearson | | Fix compile error on darwin |
| 6 years ago | LeRoyce Pearson | | Only call `os.flock` on systems that lack openat locks |
| 6 years ago | LeRoyce Pearson | | Remove return value from os.flock() |
| 6 years ago | LeRoyce Pearson | | Merge branch 'master' into feature-file-locks |
| 6 years ago | LeRoyce Pearson | | Fix compile errors about adding error.FileLocksNotSupported |
| 6 years ago | LeRoyce Pearson | | Add LOCK_* constants to BSD `os/bits` |
| 6 years ago | LeRoyce Pearson | | Fix compile errors in stage2 |
| 6 years ago | LeRoyce Pearson | | Use `flock` instead of `fcntl` to lock files |
| 6 years ago | LeRoyce Pearson | | Add FileLocksNotSupported error to OpenError |
| 6 years ago | LeRoyce Pearson | | Merge branch 'master' into feature-file-locks |
| 6 years ago | LeRoyce Pearson | | Merge branch 'master' into feature-file-locks |
| 6 years ago | LeRoyce Pearson |  | Merge branch 'master' into feature-file-locks |
| 6 years ago | LeRoyce Pearson |  | Merge branch 'master' into feature-file-locks |
| 6 years ago | LeRoyce Pearson | | Block until file is unlocked on windows |
| 6 years ago | LeRoyce Pearson | | Fix compile error on windows |
| 6 years ago | LeRoyce Pearson | | Merge branch 'master' into feature-file-locks |
| 6 years ago | LeRoyce Pearson | | Add O_SHLOCK and O_EXLOCK to freebsd and netbsd |
| 6 years ago | LeRoyce Pearson | | Use locking open flags if they are defined |
| 6 years ago | LeRoyce Pearson | | Remove `fcntlFlock` and replace with plain `fcntl` |
| 6 years ago | LeRoyce Pearson | | Match netbsd's flock fields with others |
| 6 years ago | LeRoyce Pearson | | Make `fcntlFlock` follow conventions of `os.zig` |
| 6 years ago | LeRoyce Pearson | | Change fcntl params to ?*c_void |
| 6 years ago | LeRoyce Pearson | | Skip file lock test in single threaded mode |
| 6 years ago | LeRoyce Pearson | | Fix compile error on windows |
| 6 years ago | LeRoyce Pearson | | Extract `run_lock_file_test` |
| 6 years ago | LeRoyce Pearson | | Make lock tests more flexible |
| 6 years ago | LeRoyce Pearson | | Add multiple read lock test |
| 6 years ago | LeRoyce Pearson | | Call `std.os.waitpid` instead of `std.os.linux.waitpid` |
| 6 years ago | LeRoyce Pearson | | Add note about mandatory locks on linux |
| 6 years ago | LeRoyce Pearson | | Add test to check that locking works |
| 6 years ago | LeRoyce Pearson | | Add `lock` option to CreateFlags |
| 6 years ago | LeRoyce Pearson | | Add flock command paramter to `os.fcntlFlock` |
| 6 years ago | LeRoyce Pearson | | Define Flock for all posix systems |
| 6 years ago | LeRoyce Pearson | | Implement blocking file locking API for windows |
| 6 years ago | LeRoyce Pearson | | Add fnctlFlock system call, use it to lock files |
| 6 years ago | LeRoyce Pearson | | Add `lock` to fs.File.OpenFlags |
| 6 years ago | Noam Preil | | Fix compilation with `--no-emit-bin` |
| 6 years ago | Andrew Kelley |  | Merge branch 'fengb-format-stream' |
| 6 years ago | Andrew Kelley |  | Merge pull request #4716 from LemonBoy/sys-misc |
| 6 years ago | Andrew Kelley |  | Merge pull request #4727 from nrdmn/uefi3 |
| 6 years ago | Andrew Kelley |  | Merge pull request #4725 from ziglang/update-musl |
| 6 years ago | Andrew Kelley |  | Merge pull request #4707 from Vexu/small-atomics |
| 6 years ago | Andrew Kelley |  | Merge pull request #4720 from Vexu/translate-c |
| 6 years ago | daurnimator | | Remove unused static_crt_dir field from libc config |
|