aboutsummaryrefslogtreecommitdiff
path: root/std/event
AgeCommit message (Expand)Author
2019-03-31fixed broken casts in stdemekoi
2019-03-09disable flaky event test until post coroutine rewriteAndrew Kelley
2019-03-07disable some tests until coroutine rewrite is finishedAndrew Kelley
2019-03-02rename std lib files to new conventionAndrew Kelley
2019-02-17Add NetBSD supportMaya Rashish
2019-02-08std.debug.assert: remove special case for test buildsAndrew Kelley
2019-02-07fixups, and modify std.mem.join and std.os.path.resolve APIAndrew Kelley
2019-02-06Merge branch 'zig-backport-std.os.path' of https://github.com/kristate/zig in...Andrew Kelley
2019-02-03`std.mem.Allocator.create` replaced with better APIAndrew Kelley
2019-02-01introduce --single-threaded build optionAndrew Kelley
2019-01-29backport copy elision changesAndrew Kelley
2018-12-12breaking API changes to all readInt/writeInt functions & moreAndrew Kelley
2018-11-30std.os.path: remove dependance on std.mem.join;kristopher tate
2018-11-19Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2Andrew Kelley
2018-11-15Fixed failure using readStruct and gave async readStruct the same sigJimmi HC
2018-11-15disable windows test until coroutines rewrite landsAndrew Kelley
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-26remove @minValue,@maxValue; add std.math.minInt,maxIntAndrew Kelley
2018-10-20Support more of std on FreeBSDGreg V
2018-10-15remove implicit cast from T to *const TAndrew Kelley
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-10-11Improve time.sleep apiMarc Tiehuis
2018-10-03std.Mutex: implement blocking mutexes on linuxAndrew Kelley
2018-10-01std lib (breaking): posixRead can return less than buffer sizeAndrew Kelley
2018-10-01std lib: flesh out the async I/O streaming API a bitAndrew Kelley
2018-09-30update std lib API for I/OAndrew Kelley
2018-09-30rename std.event.tcp to std.event.netAndrew Kelley
2018-09-26fix implicit casting to *c_voidAndrew Kelley
2018-09-13remove `this`. add `@This()`.Andrew Kelley
2018-09-12fix zig fmt on windowsAndrew Kelley
2018-09-12windows: std.fs functions support concurrent opsAndrew Kelley
2018-09-02Merge pull request #1460 from ziglang/Sahnvour-windows-coff-issue721Andrew Kelley
2018-09-02fix regressionsAndrew Kelley
2018-09-01these all use futex() (inaccurate comments)Shawn Landden
2018-08-27zig fmtAndrew Kelley
2018-08-24fix regression from 2f7f7d815d0c9c4e620c7a529837b5Andrew Kelley
2018-08-23missing PATH_MAX changeShawn Landden
2018-08-21fix linuxAndrew Kelley
2018-08-21fix windowsAndrew Kelley
2018-08-10windows: call CancelIo when canceling an fs watchAndrew Kelley
2018-08-09windows fs watching: fix not initializing table valueAndrew Kelley
2018-08-09windows: only create io completion port onceAndrew Kelley
2018-08-09initial windows implementation of std.event.fs.WatchAndrew Kelley
2018-08-08std.event.fs.preadv windows implementationAndrew Kelley
2018-08-08std.event.fs.pwritev windows implementationAndrew Kelley
2018-08-07fix linux regressionsAndrew Kelley
2018-08-07std.event.fs.Watch distinguishes between Delete and CloseWrite on darwinAndrew Kelley
2018-08-07implement std.event.fs.Watch for macosAndrew Kelley
2018-08-07std.event.fs support for macosAndrew Kelley
2018-08-03self-hosted: watch files and trigger a rebuildAndrew Kelley