aboutsummaryrefslogtreecommitdiff
path: root/lib/std/event
AgeCommit message (Expand)Author
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-05update comments for nosuspendTadeo 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-12Merge pull request #4707 from Vexu/small-atomicsAndrew Kelley
2020-03-12add note to disabled tests, improve comptime cmpxchgVexu
2020-03-10fix stack trace code not opening files in forced blocking modeAndrew Kelley
2020-03-10use atomic bools in std libVexu
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-16implement os.faccessat for WindowsAndrew Kelley
2020-02-16self-hosted libc detectionAndrew Kelley
2020-02-08std: fix bitrotted evented codeAndrew Kelley
2020-02-08std lib typo fixupsAndrew Kelley
2020-02-06more std lib async I/O integrationAndrew Kelley
2020-01-31Turn win32 errors into a non-exhaustive enumdaurnimator
2020-01-08Pointer alignment fixes for the stdlibLemonBoy
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-12-09implement async function call with `@call`Andrew Kelley
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-12-02bring your own OS layer in the std libAndrew Kelley
2019-12-01fixes for self-hosted compilerAndrew Kelley
2019-12-01Merge remote-tracking branch 'origin/master' into remove-array-type-coercionAndrew Kelley
2019-11-27implement correct buffer wrapping logic in std.event.ChannelQuetzal Bradley
2019-11-27remove type coercion from array values to referencesAndrew Kelley
2019-11-27add more workaroundsVexu
2019-11-26solve recursion in self hostedVexu
2019-11-25rename std.heap.direct_allocator to std.heap.page_allocatorAndrew Kelley
2019-11-25zig fmtAndrew Kelley
2019-11-25Merge pull request #3761 from Vexu/event.fsAndrew Kelley
2019-11-25update event.fs.watchVexu
2019-11-25more sentinel-terminated pointers std lib integrationAndrew Kelley
2019-11-24uncomment event.fs.watchVexu
2019-11-24update event.fs to use global event loopVexu
2019-11-23Merge branch 'master' into modernize-stage2Vexu
2019-11-23re-enable stage2 testsVexu
2019-11-23fix small regressions in std.eventVexu
2019-11-21std: remove O_LARGEFILE from OS bits when the OS does not define itAndrew Kelley