aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs.zig
AgeCommit message (Expand)Author
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
2019-10-29basic DNS address resolution for linux without libcAndrew Kelley
2019-10-24get rid of std.os.foo.is_the_targetAndrew Kelley
2019-10-21cleanupAndrew Kelley
2019-10-21fs.Dir.openDir: use empty object name for "." on WindowsAndrew Kelley
2019-10-21[wip] use NtDll APIs on Windows to implement std.fs.DirAndrew Kelley
2019-10-20breaking: improve std.fs directory handling APIAndrew Kelley
2019-10-19Use 8192 sized buffers and remove allocator parametersstratact
2019-10-16[breaking] standardize std.os execve functionsAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley