aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs
AgeCommit message (Expand)Author
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
2020-07-31Remove CreateDirectoryW and CreateFileW callsJakub Konka
2020-07-22Add missing cross-platform Dir.readLink fnsJakub Konka
2020-07-22Ensure Dir.deleteTree does not dereference symlinksJakub Konka
2020-07-22Move symlink to fs.symlinkAbsolute with SymlinkFlagsJakub Konka
2020-07-12Fix incorrect continue condition in PreopeonListJakub Konka
2020-07-11run zig fmt on std lib and self hostedVexu
2020-07-07Merge pull request #5755 from kubkon/dir-iter-testsAndrew Kelley
2020-07-04std.mem.dupe is deprecated, move all references in stdjoachimschmidt557
2020-07-02Update lib/std/fs/test.zigJakub Konka
2020-07-02Fix memory corruption in Dir.Iterator testJakub Konka
2020-07-02Add Dir.Iterator testsJakub Konka
2020-07-01Merge pull request #5717 from squeek502/fs-dir-file-opsAndrew Kelley
2020-06-28Disable wasi 'readFileAlloc on a directory' assertion for nowRyan Liptak
2020-06-27Move fs-specific tests from os/test.zig to fs/test.zigRyan Liptak
2020-06-26Add tests for using file operations on directoriesRyan Liptak
2020-06-25Add tests for using directory operations on filesRyan Liptak
2020-06-23Remove some leftover debugging checksJakub Konka
2020-06-23Refactor PreopenList.find()Jakub Konka
2020-06-22Add std.fs.File.readAllAlloc testsJakub Konka
2020-06-20implement new stat functionality for WASIAndrew Kelley
2020-06-20rework zig fmt to use less syscalls and open fdsAndrew Kelley
2020-06-18rework zig fmt to only make one allocationAndrew Kelley
2020-06-18Fix fs.File.mode() not returning mode_t on windowsCassidy Dingenskirchen
2020-06-11Add unit test for std.fs.wasi.PreopenListJakub Konka
2020-06-11Add custom format method for Preopen structJakub Konka
2020-06-09Support Reader for InStreamJonathan Marler
2020-06-09fix memory errorsJonathan Marler
2020-06-08support Writer instead of OutStreamJonathan Marler
2020-05-29Prefer Files to paths in std.debug. Additionally [breaking] add a flags param...Jonathan S
2020-05-25improvements to self-hosted cache hash systemAndrew Kelley
2020-05-24(breaking) std.time fixups and API changesAndrew Kelley
2020-05-18Undo accidentally checked-in changes to fs/test.zigJakub Konka
2020-05-18Always return false for ANSI escape codes compat in WASIJakub Konka