aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs
AgeCommit message (Expand)Author
2021-01-11std.EarlyEOFReader: rename to LimitedReaderAndrew Kelley
2021-01-11std: use fifo.pump in writeFileAllUnseekabledaurnimator
2021-01-11std: use reader.skipBytes to avoid infinite loop in writeFileAllUnseekabledaurnimator
2021-01-11Merge pull request #7134 from alexnask/fix_std_fs_watchAndrew Kelley
2021-01-11update path.join to recognize any separators that isSep doesTravis
2021-01-08Remove deprecated stream aliasesJay Petacat
2021-01-07remove z/Z format specifiersJonathan Marler
2021-01-05stage2: link.C: use pwritevAndrew Kelley
2021-01-02convert more {} to {d} and {s}Andrew Kelley
2021-01-01Merge pull request #7578 from vrischmann/walkerAndrew Kelley
2020-12-31Year++Frank Denis
2020-12-28fs: add a test for the walkerVincent Rischmann
2020-12-23std: fix compile errors introduced in previous commitAndrew Kelley
2020-12-23rework std.ResetEvent, improve std lib Darwin integrationAndrew Kelley
2020-12-22cast sendto to SendError inside send (#7481)luna
2020-12-16Fix compilation for MacOSAlexandros Naskos
2020-12-15create SendToError (#7417)luna
2020-12-14Implement std.fs.Watch on WindowsAlexandros Naskos
2020-12-14Fixed std.fs.Watch implementation on LinuxAlexandros Naskos
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