aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs.zig
AgeCommit message (Expand)Author
2021-05-13Add a comment to explain the alignment directiveKoakuma
2021-05-12Fix linux dirent64 buffer align directiveKoakuma
2021-03-28std/base64: cleanups & support url-safe and other non-padded variantsFrank Denis
2021-02-25initial support for haiku sync updateAl Hoang
2021-02-25initial support for haiku continue clean upAl Hoang
2021-02-25initial support for haiku past stage0Al Hoang
2021-02-21replace ArrayList.shrinkAndFree by ArrayList.shrinkRetainingCapacityBenjamin Graf
2021-01-22std: Update `test ""` to `test` where it makes senseLemonBoy
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