aboutsummaryrefslogtreecommitdiff
path: root/std/event/tcp.zig
AgeCommit message (Expand)Author
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-02fix regressionsAndrew Kelley
2018-08-27zig fmtAndrew Kelley
2018-08-02Merge remote-tracking branch 'origin/master' into async-fsAndrew Kelley
2018-08-02std/event: directly return @handle();kristopher tate
2018-08-02std/event/tcp.zig: remove promise_symbol from suspend and use @handle();kristopher tate
2018-08-01add std.event.RwLock and a few more std changesAndrew Kelley
2018-07-30std: file system watching for linuxAndrew Kelley
2018-07-21rename error.skip to error.SkipZigTestAndrew Kelley
2018-07-22std.event.tcp: add switch statement in preparation for building-out abstracti...kristopher tate
2018-07-22std.event.tcp: SKIP test instead of OKing test;kristopher tate
2018-07-09organize std.event into directoriesAndrew Kelley