aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs.zig
AgeCommit message (Expand)Author
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
2020-05-02Merge remote-tracking branch 'origin/master' into FireFox317-windows-evented-ioAndrew Kelley
2020-05-02fix regressions in windows std lib testsAndrew Kelley
2020-05-02std.event.Loop: promote the fs thread to be available for all OS'sAndrew Kelley
2020-05-01cleanup and fixes. behavior tests passing with evented I/OAndrew Kelley
2020-05-01Merge branch 'windows-evented-io' of https://github.com/FireFox317/zig into F...Andrew Kelley
2020-05-01add ZIR compare output test case to test suiteAndrew Kelley
2020-04-22zir-to-elf skeletonAndrew Kelley
2020-04-20simplify ZIR spec; separate parsing/rendering from analysisAndrew Kelley
2020-04-11move fs tests to separate file; disable flaky testAndrew Kelley
2020-04-10Merge pull request #4711 from leroycep/feature-file-locksAndrew Kelley
2020-04-08Reduce file lock test sleep timeLeRoyce Pearson
2020-04-08Close file1 in nonblocking lock testLeRoyce Pearson
2020-04-08Disable open flock flags on darwinLeRoyce Pearson
2020-04-07Add lock_nonblocking flag for creating or opening filesLeRoyce Pearson
2020-04-07Make lock option an enumLeRoyce Pearson
2020-04-07Merge pull request #4857 from LemonBoy/fix-4777Andrew Kelley
2020-04-06Fix compile error on darwinLeRoyce Pearson
2020-04-06Only call `os.flock` on systems that lack openat locksLeRoyce Pearson
2020-04-06Remove return value from os.flock()LeRoyce Pearson
2020-04-06Merge branch 'master' into feature-file-locksLeRoyce Pearson
2020-04-03std: Fix oob slicing operatorLemonBoy
2020-04-03Fix compile errors about adding error.FileLocksNotSupportedLeRoyce Pearson
2020-04-02Fix compile errors in stage2LeRoyce Pearson
2020-04-02Use `flock` instead of `fcntl` to lock filesLeRoyce Pearson
2020-04-02Merge branch 'master' into feature-file-locksLeRoyce Pearson
2020-04-02new ArrayList API: fix everything elsexackus
2020-04-01(breaking) std.Buffer => std.ArrayListSentineled(u8, 0)Andrew Kelley
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-27Merge branch 'master' into feature-file-locksLeRoyce Pearson
2020-03-27fix behavior test with --test-evented-io on windowsTimon Kruiper
2020-03-26Factor out arbitrary constant 12 to AtomicFile.RANDOM_BYTESJonathan S
2020-03-25In AtomicFile, work relative to the destination's parent directory. This is m...Jonathan S
2020-03-25self-hosted: use fs.selfExePathAllocMichael Dusan
2020-03-23Merge branch 'master' into feature-file-locksLeRoyce Pearson