| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-09-30 | rename std.event.tcp to std.event.net | Andrew Kelley | |
| 2018-09-26 | fix implicit casting to *c_void | Andrew Kelley | |
| closes #1588 also some small std lib changes regarding posix sockets and one doc typo fix | |||
| 2018-09-13 | remove `this`. add `@This()`. | Andrew Kelley | |
| closes #1283 | |||
| 2018-09-12 | fix zig fmt on windows | Andrew Kelley | |
| closes #1069 | |||
| 2018-09-02 | fix regressions | Andrew Kelley | |
| 2018-08-27 | zig fmt | Andrew Kelley | |
| 2018-08-02 | Merge remote-tracking branch 'origin/master' into async-fs | Andrew Kelley | |
| 2018-08-02 | std/event: directly return @handle(); | kristopher tate | |
| Tracking Issue #1296 ; | |||
| 2018-08-02 | std/event/tcp.zig: remove promise_symbol from suspend and use @handle(); | kristopher tate | |
| Tracking Issue #1296 ; | |||
| 2018-08-01 | add std.event.RwLock and a few more std changes | Andrew 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-30 | std: file system watching for linux | Andrew Kelley | |
| 2018-07-21 | rename error.skip to error.SkipZigTest | Andrew Kelley | |
| also print stats at the end of test runner | |||
| 2018-07-22 | std.event.tcp: add switch statement in preparation for building-out ↵ | kristopher tate | |
| abstractions; depends on issue #1274 ; | |||
| 2018-07-22 | std.event.tcp: SKIP test instead of OKing test; | kristopher tate | |
| tracking issue #1274 ; | |||
| 2018-07-09 | organize std.event into directories | Andrew Kelley | |
