zig/std/event
Andrew Kelley ea1b21dbdb fix linux
* error.BadFd is not a valid error code. it would always be a bug to
   get this error code.
 * merge error.Io with existing error.InputOutput
 * merge error.PathNotFound with existing error.FileNotFound.
   Not all OS's support both.
 * add os.File.openReadC
 * add error.BadPathName for windows file operations with invalid
   characters
 * add os.toPosixPath to help stack allocate a null terminating byte
 * add some TODOs for other functions to investigate removing the
   allocator requirement
 * optimize some implementations to use the alternate functions when
   a null byte is already available
 * add a missing error.SkipZigTest
 * os.selfExePath uses a non-allocating API
 * os.selfExeDirPath uses a non-allocating API
 * os.path.real uses a non-allocating API
 * add os.path.realAlloc and os.path.realC
 * convert many windows syscalls to use the W versions (See #534)
2018-08-21 20:31:50 -04:00
..
channel.zig Merge remote-tracking branch 'origin/master' into async-fs 2018-08-02 17:29:31 -04:00
fs.zig fix linux 2018-08-21 20:31:50 -04:00
future.zig std/event: directly return @handle(); 2018-08-02 17:52:40 +09:00
group.zig Merge remote-tracking branch 'origin/master' into async-fs 2018-08-02 17:29:31 -04:00
lock.zig fixups from the merge 2018-08-02 17:36:08 -04:00
locked.zig fix regression from b6eb4048 2018-07-09 23:41:28 -04:00
loop.zig windows: call CancelIo when canceling an fs watch 2018-08-10 13:19:07 -04:00
rwlock.zig self-hosted: watch files and trigger a rebuild 2018-08-03 17:22:17 -04:00
rwlocked.zig add std.event.RwLock and a few more std changes 2018-08-01 16:26:37 -04:00
tcp.zig Merge remote-tracking branch 'origin/master' into async-fs 2018-08-02 17:29:31 -04:00