aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs.zig
AgeCommit message (Expand)Author
2023-03-03std: add fchmodatAndrew Kelley
2023-02-15split `@qualCast` into `@constCast` and `@volatileCast`Veikka Tuominen
2023-01-30implement `@qualCast`Veikka Tuominen
2023-01-29std: restrict mem.span() and mem.len() to sentinel terminated pointersIsaac Freund
2023-01-24std: remove meta.assumeSentinelIsaac Freund
2023-01-23std: eliminate pointless meta.assumeSentinel() usageIsaac Freund
2023-01-05std: collect all options under one namespaceVeikka Tuominen
2023-01-02std.fs: add NAME_MAX for openbsd and netbsdMichael Dusan
2022-12-22Dir.openDirAccessMaskW: Add ACCESS_DENIED as a possible errorRyan Liptak
2022-12-14std: remove a solved TODO commentAndrew Kelley
2022-12-14std.fs.Dir.statFile reworkAndrew Kelley
2022-12-14std.fs.Dir.statFile: use fstatatPhilippe Pittoli
2022-12-06std: fix WASI regressionsAndrew Kelley
2022-12-06WASI: remove absolute path emulation from std libAndrew Kelley
2022-12-06std.fs: fix openDirAbsoluteAndrew Kelley
2022-12-03Sema: fix comparisons between lazy and runtime valuesVeikka Tuominen
2022-12-01add workaround for compiler bugVeikka Tuominen
2022-12-01wasi: fixes IterableDir.nextWasi for large directoryTakeshi Yoneda
2022-10-29fs: Some NAME_MAX/MAX_NAME_BYTES improvementsRyan Liptak
2022-10-29Make MAX_NAME_BYTES on WASI equivalent to the max of the other platformsRyan Liptak
2022-10-29Set wasi MAX_NAME_BYTES to minimum of the rest of the supported platformsRyan Liptak
2022-10-29Add wasi branch to MAX_NAME_BYTESRyan Liptak
2022-10-29Windows: Fix iterator name buffer size not handling all possible file name co...Ryan Liptak
2022-10-29std.fs: Add MAX_NAME_BYTESRyan Liptak
2022-10-18os.copy_file_range: save a syscall for most operationsMotiejus Jakštys
2022-10-15Added os check for std.fs.setAsCwd() to work with windowsxEgoist
2022-10-14Fix compile error in Dir.deleteTreeMinStackSize and add testRyan Liptak
2022-10-05std.fs.deleteTree: Unify how the initial sub_path is treated between deleteTr...Ryan Liptak
2022-10-05fs.Dir.deleteTree: Fix FileBusy errors on WindowsRyan Liptak
2022-10-05fs.Dir.deleteTree: Fix some handling of NotDir error in deleteFile callsRyan Liptak
2022-10-05fs: deleteTreeFallback -> deleteTreeMinStackSize and make it pubRyan Liptak
2022-10-05fs: Reduce IterableDir.Iterator `buf` size to 1024Ryan Liptak
2022-10-05fs: Optimize Dir.deleteTree for non-deeply-nested directoriesRyan Liptak
2022-10-05fs: Add IterableDir.Iterator.resetRyan Liptak
2022-10-05fs.Dir.deleteTree: Reduce the number of failing deleteFile callsRyan Liptak
2022-10-05Introduce IterableDir.iterateAssumeFirstIterationRyan Liptak
2022-08-15std.fs: Fix `WalkerEntry.dir` not always being the containing dirRyan Liptak
2022-08-01std.fs: Split Iterator.next on Linux and WASI to allow for handling platform-...Ryan Liptak
2022-07-25std.fs: End iteration on Linux/WASI during Iterator.next when hitting `ENOENT`Ryan Liptak
2022-07-24std.fs: Fix Walker closing the initial directory when not fully iteratedRyan Liptak
2022-07-17std.fs: remove accidental comptime blockVeikka Tuominen
2022-07-17std.fs: add `Iterable` versions of `openDirAbsolute*`Veikka Tuominen
2022-07-15std.fs: remove `OpenDirOptions.iterate`Veikka Tuominen
2022-07-15std.fs: split `Dir` into `IterableDir`Veikka Tuominen
2022-06-06std.fs: fix incorrect passing of pointer to temporaryVeikka Tuominen
2022-05-27math: make `cast` return optional instead of an errorAli Chraghi
2022-04-18stage2: Move WASI/Zig-specific selfExePath to introspect.zigCody Tapscott
2022-04-18stage2: Add 'zig.wasm' fallback for binary nameCody Tapscott
2022-04-18stage2: Add limited WASI support for selfExePath and globalCacheDirCody Tapscott
2022-04-15std.fs: prevent possible integer overflow in Dir.makePathEvan Haas