aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs.zig
AgeCommit message (Expand)Author
2020-11-19openbsd, netbsd: getdents: entry with d_fileno==0 should be skippedSébastien Marie
2020-11-19Iterator: rename freebsd_entry to bsd_entry to reflect that nextBsd is not fr...Sébastien Marie
2020-11-19darwin: getdents: entry with d_ino==0 should be skippedSébastien Marie
2020-11-18Merge pull request #7005 from jshholland/deprecate-spanVeikka Tuominen
2020-11-18std: openDirAbsolute and accessAbsolute (#7082)g-w1
2020-11-07remove deprecated uses of ArrayList.spanJosh Holland
2020-11-02Fix file descriptor leak in fs.openFileZ.Alex Cameron
2020-10-25readd original code from #6638. realpathZ() is expected to take a [*:0]const u8Sébastien Marie
2020-10-17code cleanupsAndrew Kelley
2020-10-17Merge branch 'master' into openbsd-minimalSebastien Marie
2020-10-12Rename .macosx to .macosVignesh Rajagopalan
2020-10-11openbsd: selfExePath adjustementsSébastien Marie
2020-10-11opensd: selfExePath: do not rely on environment as it could be inheritedSébastien Marie
2020-10-11openbsd: use mem.span() + mem.indexOf() instead of defining custom functionSébastien Marie
2020-10-11add minimal openbsd supportSébastien Marie
2020-10-09fixups to previous commitAndrew Kelley
2020-10-09Use regular file for caching stage 1 hash digest instead of symlink, fix zig ...mlarouche
2020-10-08Merge pull request #6516 from LemonBoy/fastfilecopyAndrew Kelley
2020-10-07New review roundLemonBoy
2020-10-06Address review comments & fix compilation errorsLemonBoy
2020-10-06Move copy_file to fs namespaceLemonBoy
2020-10-05Fix spelling in code commentNoah Altunian
2020-10-03Alternative strategy to avoid calling stat()LemonBoy
2020-10-03std: Make file copy ops use zero-copy mechanismsLemonBoy
2020-10-03provide the full buffer length to _NSGetExecutablePathLoris Cro
2020-10-02make symlink buffer null-terminatedLoris Cro
2020-10-02fix symlink path not being resolved in darwinLoris Cro
2020-09-17Add rename to std.fs APIRyan Liptak
2020-09-04std: Fix for 32bit systemsLemonBoy
2020-09-04std: Minor changes to the fs moduleLemonBoy
2020-09-02std: Don't trust stat() size in readAllAlloc fnsLemonBoy
2020-08-24std: use O_NOCTTY flagdaurnimator
2020-08-24std: refactor fs.openFileZ flag handlingdaurnimator
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-13Add std.os.getFdPath and std.fs.Dir.realpathJakub Konka
2020-07-31Move delete file logic into windows.DeleteFile fnJakub Konka
2020-07-31Refactor internal Win routines to reuse OpenFileJakub Konka
2020-07-31Remove CreateDirectoryW and CreateFileW callsJakub Konka
2020-07-28Fixes atomicSymLink looping when new_path already exists.Felix (xq) Queißner
2020-07-22Add missing cross-platform Dir.readLink fnsJakub Konka
2020-07-22Finish drafting CreateSymolicLink using NT callsJakub Konka
2020-07-22Add various build fixesJakub Konka
2020-07-22Ensure Dir.deleteTree does not dereference symlinksJakub Konka
2020-07-22Fix Windows buildJakub Konka
2020-07-22Move symlink to fs.symlinkAbsolute with SymlinkFlagsJakub Konka
2020-07-22Add SymlinkFlags needed to create symlinks to dirs on WinJakub Konka
2020-07-07Merge pull request #5755 from kubkon/dir-iter-testsAndrew Kelley
2020-07-08Add comment about memory invalidation in Iterator.next on WinJakub Konka
2020-07-04std.mem.dupe is deprecated, move all references in stdjoachimschmidt557
2020-07-01Merge pull request #5717 from squeek502/fs-dir-file-opsAndrew Kelley