aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs
AgeCommit message (Expand)Author
2020-12-22cast sendto to SendError inside send (#7481)luna
2020-12-15create SendToError (#7417)luna
2020-12-11std.fs.path.extension: different behavior for ending dotAndrew Kelley
2020-12-11std.fs.path.extension: add additional API guaranteeAndrew Kelley
2020-12-11Merge pull request #7098 from MasterQ32/std.fs.path.extensionAndrew Kelley
2020-12-07add AddressFamilyNotSupported to SendErrorLuna
2020-12-04std: Restore file locking test on WindowsLemonBoy
2020-11-27Add readAllArrayListAligned to Reader which can accept an arbitrary alignmentchristian-stephen
2020-11-23std: Fix file locking logic for BSD targetsLemonBoy
2020-11-18std: openDirAbsolute and accessAbsolute (#7082)g-w1
2020-11-18Changes behaviour from std.fs.path.extension from returning `null` to returni...Felix (xq) Queißner
2020-11-14Adapts to @andrewrk​s comment to include dot.Felix (xq) Queißner
2020-11-13std.fs.path.dirname: return null when input path is rootAndrew Kelley
2020-11-13openbsd: skip tests using Dir.realpathSébastien Marie
2020-11-13Makes @haze happy.Felix (xq) Queißner
2020-11-13Respects leading `.` and ignores it.Felix (xq) Queißner
2020-11-13Implements std.fs.path.extension.Felix (xq) Queißner
2020-11-06disable flaky file locking test on WindowsAndrew Kelley
2020-11-06std: Make file locking tests less fragileLemonBoy
2020-11-03std.fs.File.writeFileAll: support unseekable filesAndrew Kelley
2020-10-17Merge branch 'master' into openbsd-minimalSebastien Marie
2020-10-12disable the failing std lib freebsd testsAndrew Kelley
2020-10-12Rename .macosx to .macosVignesh Rajagopalan
2020-10-11add minimal openbsd supportSébastien Marie
2020-10-07fixups for the previous commitAndrew Kelley
2020-10-06Fix building the zig compiler for 32-bit targetsTimon Kruiper
2020-09-30Add deleteDir test with exception for not-empty directory on WindowsRyan Liptak
2020-09-29Revert "Fix for Windows: std.os.windows.DeleteFile()"Jakub Konka
2020-09-27Merge pull request #6397 from suirad/fix-5537Jakub Konka
2020-09-25Stdlib fix for os.windows.deleteFile to fail withSuirad
2020-09-25Remove noop checkLoris Cro
2020-09-24pwritevLoris Cro
2020-09-24pwriteLoris Cro
2020-09-24writevLoris Cro
2020-09-24writeLoris Cro
2020-09-24preadvLoris Cro
2020-09-24preadLoris Cro
2020-09-24readvLoris Cro
2020-09-24readLoris Cro
2020-09-17Add rename to std.fs APIRyan Liptak
2020-09-10std.fs.File: fix typo in writeFileAllAndrew Kelley
2020-09-10fs/file.zig: Update reader to use type aliasChristian Wesselhoeft
2020-09-04std: Minor changes to the fs moduleLemonBoy
2020-09-02std: Don't trust stat() size in readAllAlloc fnsLemonBoy
2020-08-30handle lack of privilege to create symbolic links on windowsSahnvour
2020-08-24std: use O_NOCTTY flagdaurnimator
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-13Add std.os.getFdPath and std.fs.Dir.realpathJakub Konka
2020-08-11copy_file_range linux syscall (#6010)Maciej Walczak
2020-07-31Move delete file logic into windows.DeleteFile fnJakub Konka