aboutsummaryrefslogtreecommitdiff
path: root/std/event/tcp.zig
AgeCommit message (Collapse)Author
2018-09-30rename std.event.tcp to std.event.netAndrew Kelley
2018-09-26fix implicit casting to *c_voidAndrew Kelley
closes #1588 also some small std lib changes regarding posix sockets and one doc typo fix
2018-09-13remove `this`. add `@This()`.Andrew Kelley
closes #1283
2018-09-12fix zig fmt on windowsAndrew Kelley
closes #1069
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
Tracking Issue #1296 ;
2018-08-02std/event/tcp.zig: remove promise_symbol from suspend and use @handle();kristopher tate
Tracking Issue #1296 ;
2018-08-01add std.event.RwLock and a few more std changesAndrew Kelley
* add std.event.RwLock and std.event.RwLocked * std.debug.warn does its printing locked * add std.Mutex, however it's currently implemented as a spinlock * rename std.event.Group.cancelAll to std.event.Group.deinit and change the docs and assumptions. * add std.HashMap.clone
2018-07-30std: file system watching for linuxAndrew Kelley
2018-07-21rename error.skip to error.SkipZigTestAndrew Kelley
also print stats at the end of test runner
2018-07-22std.event.tcp: add switch statement in preparation for building-out ↵kristopher tate
abstractions; depends on issue #1274 ;
2018-07-22std.event.tcp: SKIP test instead of OKing test;kristopher tate
tracking issue #1274 ;
2018-07-09organize std.event into directoriesAndrew Kelley