aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fs/watch.zig
AgeCommit message (Expand)Author
2022-01-29fs: Use `OpenMode` enum instead of read/write flags.Sage Hane
2022-01-02std.fs.rename: fix Windows implementationAndrew Kelley
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-01std: fix regressions from this branchAndrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-13std.windows: fix `OVERLAPPED`, add `OVERLAPPED_ENTRY`viri
2021-06-03Breaking hash map changes for 0.8.0Martin Wickham
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2021-01-11Merge pull request #7134 from alexnask/fix_std_fs_watchAndrew Kelley
2020-12-31Year++Frank Denis
2020-12-16Fix compilation for MacOSAlexandros Naskos
2020-12-14Implement std.fs.Watch on WindowsAlexandros Naskos
2020-12-14Fixed std.fs.Watch implementation on LinuxAlexandros Naskos
2020-10-17Merge branch 'master' into openbsd-minimalSebastien Marie
2020-10-12Rename .macosx to .macosVignesh Rajagopalan
2020-10-11add minimal openbsd supportSébastien Marie
2020-08-20add license header to all std lib filesAndrew Kelley
2020-07-31Move delete file logic into windows.DeleteFile fnJakub Konka
2020-07-31Remove CreateDirectoryW and CreateFileW callsJakub Konka
2020-07-04std.mem.dupe is deprecated, move all references in stdjoachimschmidt557
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-18fix swapped logic for WindowsAndrew Kelley
2020-03-03Update callers of fs.makePathdaurnimator
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-21remove @bytesToSlice, @sliceToBytes from std libxackus
2020-02-08std: fix bitrotted evented codeAndrew Kelley
2020-02-07skip self-hosted for now as we work towards async I/OAndrew Kelley
2020-02-06more std lib async I/O integrationAndrew Kelley