aboutsummaryrefslogtreecommitdiff
path: root/lib/std/event/loop.zig
AgeCommit message (Expand)Author
2020-10-12Rename .macosx to .macosVignesh Rajagopalan
2020-10-11Add more comments & cleanup AutoResetEventkprotty
2020-10-11fix DelayQueue typoskprotty
2020-10-11integrate std.time.sleep with the event loopkprotty
2020-10-11add minimal openbsd supportSébastien Marie
2020-10-07add WaitGroup to std.eventLoris Cro
2020-10-05Revert "revert adding std.event.Loop.runDetached"Andrew Kelley
2020-10-03revert adding std.event.Loop.runDetachedAndrew Kelley
2020-10-01std.event.Loop.runDetached should be pubAlexandros Naskos
2020-09-29add runDetached to event loopLoris Cro
2020-09-25Merge pull request #6412 from kristoff-it/generalize-event-loopAndrew Kelley
2020-09-24I think this test is still flakeyAndrew Kelley
2020-09-24recvfromLoris Cro
2020-09-24sendtoLoris Cro
2020-09-24pwritevLoris Cro
2020-09-24pwriteLoris Cro
2020-09-24writevLoris Cro
2020-09-24writeLoris Cro
2020-09-24preadvLoris Cro
2020-09-24preadLoris Cro
2020-09-24readvLoris Cro
2020-09-24readLoris Cro
2020-09-24connectLoris Cro
2020-09-24acceptLoris Cro
2020-09-23Eventloop: Enable basic event loop test, fixed by previous commitTimon Kruiper
2020-09-23Eventloop: Fix deadlock in linux event loop implementationTimon Kruiper
2020-09-10std: add option to use single-threaded event loopIsaac Freund
2020-08-20add license header to all std lib filesAndrew Kelley
2020-05-24(breaking) std.time fixups and API changesAndrew Kelley
2020-05-07fix oneshot flag erroneusly set as filter_flagLoris Cro
2020-05-07fix crash in single-threaded buildsLoris Cro
2020-05-07Merge pull request #5268 from tadeokondrak/remove-callconv-redundant-syntaxAndrew Kelley
2020-05-06Standard library: Fix a regression in loop.waitUntilFdWritableOrReadableTimon Kruiper
2020-05-05zig fmtTadeo Kondrak
2020-05-05zig fmtTadeo Kondrak
2020-05-02Merge remote-tracking branch 'origin/master' into FireFox317-windows-evented-ioAndrew Kelley
2020-05-02Get evented io code paths to build on macOS (#5233)Chris Heyes
2020-05-02std.event.Loop: promote the fs thread to be available for all OS'sAndrew Kelley
2020-04-29Fix std.event.Loop.readvTadeo Kondrak
2020-04-12disable flaky event loop testAndrew Kelley
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-07add std.event.Loop pread and faccessatAndrew Kelley
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-21remove the allocator from std.event.LoopAndrew Kelley
2020-02-08std lib typo fixupsAndrew Kelley
2020-02-06more std lib async I/O integrationAndrew Kelley
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-12-02bring your own OS layer in the std libAndrew Kelley
2019-11-27remove type coercion from array values to referencesAndrew Kelley