aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs.zig
AgeCommit message (Expand)Author
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
2020-06-30Map ENOTCAPABLE into error.AccessDenied instead of error.NotCapableJakub Konka
2020-06-29Fix compilation errorsJakub Konka
2020-06-29Handle ENOTCAPABLE in WASIJakub Konka
2020-06-26Dir.deleteFile: Fix symlink behavior when translating EPERM to EISDIRRyan Liptak
2020-06-26Implement Dir.deleteFile in terms of deleteFileZ/deleteFileWRyan Liptak
2020-06-26fs.deleteFile: Translate to error.IsDir when appropriate on POSIX systemsRyan Liptak
2020-06-25Windows: Fix fs.Dir.openDir not handling STATUS_NOT_A_DIRECTORYRyan Liptak
2020-06-20std.fs: fix shadowing `stat` with a local variableAndrew Kelley
2020-06-20rework zig fmt to avoid unnecessary realpath() callsAndrew 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-05-29cleanupsAndrew Kelley
2020-05-29Document the failure to improve selfExe{,Dir}PathAllocJonathan S
2020-05-29Prefer Files to paths in std.debug. Additionally [breaking] add a flags param...Jonathan S
2020-05-29Document and reduce usage of MAX_PATH_BYTES, lifting arbitrary buffer size re...Jonathan S
2020-05-25Put base64 alphabet into a named constantLeRoyce Pearson
2020-05-25Add filesystem base64 decoderLeRoyce Pearson
2020-05-18Add/fix missing WASI functionality to pass libstd testsJakub Konka
2020-05-05Add docsJakub Konka
2020-05-05Move preopen and path wasi helpers to std.fs.wasi moduleJakub Konka
2020-05-05Shuffle things around; add PreopenList.findByPath methodJakub Konka
2020-05-05Simplify File constructorsJakub Konka
2020-05-05Refactor resolve_preopen into getPreopens functionJakub Konka
2020-05-05Make std.fs.cwd() return preopen for "." if existsJakub Konka
2020-05-05Implement std.fs.Dir.openFileWasiJakub Konka
2020-05-02Merge remote-tracking branch 'origin/master' into FireFox317-windows-evented-ioAndrew Kelley
2020-05-02correct usages of std.fs.dir.DeleteFileError (#5058)nycex