aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs.zig
AgeCommit message (Expand)Author
2021-01-06std: Rename ArrayList shrink => shrinkAndFreeAlex Cameron
2021-01-01Merge pull request #7578 from vrischmann/walkerAndrew Kelley
2020-12-31Year++Frank Denis
2020-12-28fs: fix segfault in Walker.nextVincent Rischmann
2020-12-24Return encoded slice from base64 encodefrmdstryr
2020-12-18std: introduce a thread-local CSPRNG for general useAndrew Kelley
2020-12-02fix the tinyest typoMathieu Guay-Paquet
2020-11-29std.meta: add assumeSentinelJonathan Marler
2020-11-24std: Re-enable the use of O_EXLOCK/O_SHLOCK on macosLemonBoy
2020-11-23std: Close dangling fd on errorLemonBoy
2020-11-23std: Remove O_NONBLOCK flag after lockingLemonBoy
2020-11-23std: Fix file locking logic for BSD targetsLemonBoy
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