aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs.zig
AgeCommit message (Expand)Author
2020-03-07add std.event.Loop pread and faccessatAndrew Kelley
2020-03-07fix std.fs.makeDirAbsoluteAndrew Kelley
2020-03-04update self-hosted `zig targets` to print correct glibc availabilityAndrew Kelley
2020-03-03breaking changes to std.fs, std.osAndrew Kelley
2020-03-03std: move makePath to be a Dir methoddaurnimator
2020-03-03std: move null byte check into toPosixPathdaurnimator
2020-03-03std: fix fs.makePathdaurnimator
2020-03-03std: add Dir.changeDir as wrapper around fchdirdaurnimator
2020-03-03std: add fs.Dir.makeDirdaurnimator
2020-03-03breaking: std.os read/write functions + sendfileAndrew Kelley
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-26fix behavior tests with --test-evented-ioAndrew Kelley
2020-02-20NO_MEDIA_IN_DEVICE => return error.NoDeviceAndrew Kelley
2020-02-20std: Handle NO_MEDIA_IN_DEVICE error in openFileWindowsLemonBoy
2020-02-16add missing implementations of libc installation to detect msvc pathsAndrew Kelley
2020-02-16implement os.faccessat for WindowsAndrew Kelley
2020-02-16self-hosted libc detectionAndrew Kelley
2020-02-10Merge pull request #4404 from ziglang/async-stdAndrew Kelley
2020-02-08std lib typo fixupsAndrew Kelley
2020-02-07implement os.pipe2 for darwinAndrew Kelley
2020-02-06more std lib async I/O integrationAndrew Kelley
2020-02-05std: Rename isAbsoluteW to isAbsoluteWindowsWLemonBoy
2020-01-31NTSTATUS is a non-exhaustive enumdaurnimator
2020-01-05rework and improve some of the zig build stepsAndrew Kelley
2019-12-20fix std.mem.addNullByte and implement sentinel slicingAndrew Kelley
2019-12-01Merge remote-tracking branch 'origin/master' into remove-array-type-coercionAndrew Kelley
2019-11-30further clarify std.fs function docsAndrew Kelley
2019-11-30add missing error code handling on WindowsAndrew Kelley
2019-11-30move `std.fs.Dir.cwd` to `std.fs.cwd`Andrew Kelley
2019-11-30introduce std.fs.Dir.openFile and std.fs.Dir.createFileAndrew Kelley
2019-11-29more test regression fixesAndrew Kelley
2019-11-27remove type coercion from array values to referencesAndrew Kelley
2019-11-25Or in O_DIRECTORY in openDirFlagsC to capture the fact that it is intended fo...Jonathan S
2019-11-25Add missing shortening of os.windows.Jonathan S
2019-11-25Avoid deprecated cwd-based functions for opening directories, preferring to o...Jonathan S
2019-11-25Don't pass `FILE_LIST_DIRECTORY` in `openDirTraverseW`.Jonathan S
2019-11-25Use a specific access mask in `Dir.openDirListW` instead of a generic one. Un...Jonathan S
2019-11-25Use `O_PATH` where available in `std.fs.Dir.openPathTraverse`.Jonathan S
2019-11-25Split `std.fs.Dir.openDir` into `openDirList` and `openDirTraverse` to clarif...Jonathan S
2019-11-25fix freebsd regressionAndrew Kelley
2019-11-25more sentinel-terminated pointers std lib integrationAndrew Kelley
2019-11-24make std.mem.toSlice use null terminated pointersAndrew Kelley
2019-11-21string literals are now null terminatedAndrew Kelley
2019-11-21improve std.fs.selfExePath and related functions on WindowsAndrew Kelley
2019-11-21add std.fs.Dir.openReadAndrew Kelley
2019-11-10minor fix due to recent directory handling API changesdimenus
2019-11-08fix regressed tests and update docs to use "type coercion"Andrew Kelley
2019-10-31DragonFlyBSD tidyupTse
2019-10-30Merge branch 'std.net'Andrew Kelley
2019-10-30DragonFlyBSD supportTse