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
/
os
/
test.zig
Age
Commit message (
Expand
)
Author
2020-11-23
Fix the ELF base calculation
LemonBoy
2020-11-22
Merge branch 'piepiepie' of https://github.com/LemonBoy/zig into pie
Andrew Kelley
2020-11-18
std: add chdir smoke test
Jakub Konka
2020-11-01
std: add {set,get}rlimit bits and improve test
xackus
2020-10-27
std: Add basic smoke test for net functionality
LemonBoy
2020-10-12
Rename .macosx to .macos
Vignesh Rajagopalan
2020-10-04
simplify api and add smoke test
xackus
2020-09-03
Split the sync tests into sync and fsync
Jens Goldberg
2020-09-03
Add C declarations and tests for the sync functions
Jens Goldberg
2020-08-30
handle lack of privilege to create symbolic links on windows
Sahnvour
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-17
std: signalfd: fix the types of things; add test
Andrew Kelley
2020-08-04
std.os tests: improve robustness of "symlink with relative paths"
Andrew Kelley
2020-07-31
Add prelim `openW` and `openatW`
Jakub Konka
2020-07-31
Add some os.open and os.openat smoke tests
Jakub Konka
2020-07-31
Refactor internal Win routines to reuse OpenFile
Jakub Konka
2020-07-22
Enable std.os.symlinkat tests on Windows
Jakub Konka
2020-07-22
Finish drafting CreateSymolicLink using NT calls
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
Ensure we use Win32 prefix in Win32 calls
Jakub Konka
2020-07-22
Handle relative/absolute symlinks; add more tests
Jakub Konka
2020-07-22
Add smoke test for dir symlinks
Jakub Konka
2020-07-22
Add SymlinkFlags needed to create symlinks to dirs on Win
Jakub Konka
2020-07-22
Fix readlink smoke test
Jakub Konka
2020-07-22
Refactor
Jakub Konka
2020-07-22
Fix unlinkatW to allow file symlink deletion on Windows
Jakub Konka
2020-07-22
Use NtCreateFile to get handle to reparse point
Jakub Konka
2020-07-22
Add windows.ReadLink similar to OpenFile but for reparse points only
Jakub Konka
2020-07-22
Debug readlinkW using OpenFile
Jakub Konka
2020-07-22
Add readlink smoke test
Jakub Konka
2020-06-27
Move fs-specific tests from os/test.zig to fs/test.zig
Ryan Liptak
2020-06-24
Implement fstatat targeting WASI
Jakub Konka
2020-06-22
Enhance std.os.readlinkat coverage
Jakub Konka
2020-06-22
Enhance std.os.symlinkat coverage
Jakub Konka
2020-05-18
Integrate getTestDir with tmpDir logic
Jakub Konka
2020-05-18
Add/fix missing WASI functionality to pass libstd tests
Jakub Konka
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-19
(breaking) std.fs.copyFile now integrates with Dir
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: Introduce fnctl wrapper
LemonBoy
2020-03-11
fix footguns in File readAll functions
Andrew Kelley
2020-03-10
update standard library to new I/O streams API
Andrew Kelley
2020-03-03
breaking changes to std.fs, std.os
Andrew Kelley
2020-03-03
Update callers of fs.makePath
daurnimator
2020-03-03
linux: Correct pread64 syscall for ARM/MIPS
LemonBoy
2020-03-03
disable sendfile test on mips
Andrew Kelley
2020-03-03
breaking: std.os read/write functions + sendfile
Andrew Kelley
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
[next]