aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/test.zig
AgeCommit message (Expand)Author
2021-01-07Reduce use of deprecated IO typesJay Petacat
2020-12-31Year++Frank Denis
2020-12-13Disable sigaction test on i386 because of #7427LemonBoy
2020-12-13std: Fixes for siginfo test on macosLemonBoy
2020-12-12std: Further siginfo refinementsLemonBoy
2020-12-12std: Correct check in signal testLemonBoy
2020-12-12std: Improve sigaction interfaceLemonBoy
2020-11-30add std.os.shutdown function for socketsJonathan Marler
2020-11-23Fix the ELF base calculationLemonBoy
2020-11-22Merge branch 'piepiepie' of https://github.com/LemonBoy/zig into pieAndrew Kelley
2020-11-18std: add chdir smoke testJakub Konka
2020-11-01std: add {set,get}rlimit bits and improve testxackus
2020-10-27std: Add basic smoke test for net functionalityLemonBoy
2020-10-12Rename .macosx to .macosVignesh Rajagopalan
2020-10-04simplify api and add smoke testxackus
2020-09-03Split the sync tests into sync and fsyncJens Goldberg
2020-09-03Add C declarations and tests for the sync functionsJens Goldberg
2020-08-30handle lack of privilege to create symbolic links on windowsSahnvour
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-17std: signalfd: fix the types of things; add testAndrew Kelley
2020-08-04std.os tests: improve robustness of "symlink with relative paths"Andrew Kelley
2020-07-31Add prelim `openW` and `openatW`Jakub Konka
2020-07-31Add some os.open and os.openat smoke testsJakub Konka
2020-07-31Refactor internal Win routines to reuse OpenFileJakub Konka
2020-07-22Enable std.os.symlinkat tests on WindowsJakub Konka
2020-07-22Finish drafting CreateSymolicLink using NT callsJakub Konka
2020-07-22Fix Windows buildJakub Konka
2020-07-22Move symlink to fs.symlinkAbsolute with SymlinkFlagsJakub Konka
2020-07-22Ensure we use Win32 prefix in Win32 callsJakub Konka
2020-07-22Handle relative/absolute symlinks; add more testsJakub Konka
2020-07-22Add smoke test for dir symlinksJakub Konka
2020-07-22Add SymlinkFlags needed to create symlinks to dirs on WinJakub Konka
2020-07-22Fix readlink smoke testJakub Konka
2020-07-22RefactorJakub Konka
2020-07-22Fix unlinkatW to allow file symlink deletion on WindowsJakub Konka
2020-07-22Use NtCreateFile to get handle to reparse pointJakub Konka
2020-07-22Add windows.ReadLink similar to OpenFile but for reparse points onlyJakub Konka
2020-07-22Debug readlinkW using OpenFileJakub Konka
2020-07-22Add readlink smoke testJakub Konka
2020-06-27Move fs-specific tests from os/test.zig to fs/test.zigRyan Liptak
2020-06-24Implement fstatat targeting WASIJakub Konka
2020-06-22Enhance std.os.readlinkat coverageJakub Konka
2020-06-22Enhance std.os.symlinkat coverageJakub Konka
2020-05-18Integrate getTestDir with tmpDir logicJakub Konka
2020-05-18Add/fix missing WASI functionality to pass libstd testsJakub Konka
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-19(breaking) std.fs.copyFile now integrates with DirAndrew Kelley
2020-03-18fix swapped logic for WindowsAndrew Kelley
2020-03-18(breaking) clarify openDir APIAndrew Kelley
2020-03-18std: Introduce fnctl wrapperLemonBoy