Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-20 | system/FileDescriptor: fix Duplicate result | arcnmx | |
dup2 returns new_fd on success, not 0 | |||
2020-10-18 | io/uring/Queue: use IntrusiveList<> | Max Kellermann | |
2020-10-14 | io/UniqueFileDescriptor: add method Release() | Max Kellermann | |
2020-09-26 | clang-tidy: use auto | Rosen Penev | |
Found with modernize-use-auto Signed-off-by: Rosen Penev <rosenp@gmail.com> | |||
2020-09-23 | input/uring: safe cancellation | Max Kellermann | |
My concept with `class CancellableOperation` doesn't work properly, because the kernel may continue to write to the given buffer as soon as the read finishes. To fix this, this commit adds `class ReadOperation` which owns the buffer and the `struct iovec`. Instances of this class persist until the read really finishes, even if the operation is canceled. | |||
2020-09-22 | io/uring/Operation: add method ReplaceUring() | Max Kellermann | |
2020-09-22 | io/uring/Operation: add API documentation | Max Kellermann | |
2020-09-07 | Merge branch 'v0.21.x' into master | Max Kellermann | |
2020-07-23 | include cleanup | Max Kellermann | |
2020-05-05 | io/uring: basic Linux io_uring support | Max Kellermann | |
2020-05-05 | system/FileDescriptor: move to io/ | Max Kellermann | |