Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tokio-rs/tokio-uring

An io_uring backed runtime for Rust
https://github.com/tokio-rs/tokio-uring

feature: Introduce UnsubmittedRead

SidongYang opened this pull request 24 days ago
io: don't panic when socket address is unavailable

evanrittenhouse opened this pull request 27 days ago
Switch from io_uring to rustix_uring for broad compatibility

Gelbpunkt opened this pull request about 1 month ago
Issues encountered while using TcpStream.read()

piperck opened this issue about 1 month ago
feature: Add `File::truncate` for async file truncation

vmingchen opened this pull request about 2 months ago
Outdated design documentation?

SteveLauC opened this issue 3 months ago
Fix clippy warnings

mladedav opened this pull request 3 months ago
refactor: name buffer type parameters B

robjtede opened this pull request 3 months ago
Unsubmitted fixed by buf index

SidongYang opened this pull request 6 months ago
Support missing unsubmitted features

SidongYang opened this pull request 6 months ago
Add `fs::symlink` function

daniel-levin opened this pull request 6 months ago
Changelog not updated for 0.5.0 release

VorpalBlade opened this issue 6 months ago
feature: add support for flags in function write_at

kz2d opened this pull request 7 months ago
refactor: refact the `recurse_create_dir_all`

Lzzzzzt opened this pull request 7 months ago
Panic when calling recv_from() after shutdown()

zinid opened this issue 7 months ago
chore: ignore unhelpful lint

Noah-Kennedy opened this pull request 8 months ago
chore: prepare v0.5.0

Noah-Kennedy opened this pull request 8 months ago
Repeat submit on iopoll without sqpoll (#296)

SidongYang opened this pull request 11 months ago
[BUG] Hangs when using iopoll without sqpoll

SidongYang opened this issue 11 months ago
Refresh: Update `Result<T, B>` to be `Result<(T,B), Error<B>`

ollie-etl opened this pull request 11 months ago
Add UnsubmittedRead and Link API

ileixe opened this pull request 12 months ago
__io_uring_buf_ring_cq_advance broken?

SUPERCILEX opened this issue 12 months ago
Restructuring

ollie-etl opened this issue about 1 year ago
chore: format let-else

taiki-e opened this pull request about 1 year ago
chore: update actions/checkout action to v4

taiki-e opened this pull request about 1 year ago
Support for IO_LINK feature

SidongYang opened this issue about 1 year ago
Introduce [read|write]_at_with_flags

SidongYang opened this pull request about 1 year ago
io_uring command support?

ming1 opened this issue about 1 year ago
tokio-uring missing similar tokio runtime builder options

ciehanski opened this issue about 1 year ago
New Release?

XAMPPRocky opened this issue about 1 year ago
Is it support `splice` operation now?

SuanCaiYv opened this issue about 1 year ago
Add mmap-support

ollie-etl opened this pull request over 1 year ago
Dead or dying?

ollie-etl opened this issue over 1 year ago
Bug: Race condition in next_when_notified

ollie-etl opened this pull request over 1 year ago
Upgrade io-uring to 0.6.0

lizhanhui opened this pull request over 1 year ago
DPDK support?

chenyuanrun opened this issue over 1 year ago
Add `msg_control` access for `UdpSocket::recvmsg`.

Icelk opened this pull request over 1 year ago
Return msghdr from `recvmsg`

Icelk opened this issue over 1 year ago
ops: refactor op semantics

Noah-Kennedy opened this pull request over 1 year ago
Dependencies update.

npatsakula opened this pull request over 1 year ago
Add read_to_end functionality

kaimast opened this pull request over 1 year ago
Not in a runtime context is not always true

cholcombe973 opened this issue over 1 year ago
Add chunks() for BoundedBuf

ileixe opened this issue over 1 year ago
impl Clone for stream types?

fakeshadow opened this issue over 1 year ago
Update `BufResult<T, B>` to be `Result<(T,B), BufError<B>>`

Maaarcocr opened this pull request almost 2 years ago
chore: correct typos in file.rs

felixonmars opened this pull request almost 2 years ago
chore: replace futures dependency with futures_util

Icelk opened this pull request almost 2 years ago
Box libc::msghdr in SendMsg

Icelk opened this pull request almost 2 years ago
Implement opcode sendmsg (non-zc) for UdpStream.

Icelk opened this pull request almost 2 years ago
Implement FromRawFd, AsRawFd, and from_std for TcpListener.

Icelk opened this pull request almost 2 years ago
Support _msg syscalls

Icelk opened this issue almost 2 years ago
bug: msghdr lifetime in SendMesgZc

ollie-etl opened this pull request almost 2 years ago
Direct IO

Noah-Kennedy opened this issue almost 2 years ago
multi_thread support

Noah-Kennedy opened this issue almost 2 years ago
Bug: iovec array not stable during sendmsg_zc op

ollie-etl opened this pull request almost 2 years ago
op options: fixed file table slots

FrankReh opened this pull request almost 2 years ago
op: poll and poll_multi

FrankReh opened this pull request almost 2 years ago
op: add accept_multi for TcpListener

FrankReh opened this pull request almost 2 years ago
recv multi with panic

FrankReh opened this pull request almost 2 years ago
Add recvmsg implmentation

ollie-etl opened this pull request almost 2 years ago
Proposal for overhaul of buffer representation

ollie-etl opened this issue almost 2 years ago
op: add recv_multi

FrankReh opened this pull request almost 2 years ago
fix: negate cqe result when it is negative to convert to valid errno

FrankReh opened this pull request almost 2 years ago
Implement IoBuf for Rc<T> where T: IoBuf

redbaron opened this pull request almost 2 years ago
Support for reference counted buffers

redbaron opened this issue almost 2 years ago
strawman for socket's write's Builder API

FrankReh opened this pull request almost 2 years ago
BufRing: the buf_ring provided buffer pool

FrankReh opened this pull request almost 2 years ago
rt: add new api for oneshot op submission and creation

Noah-Kennedy opened this pull request almost 2 years ago
bump io-uring to 0.5.13

FrankReh opened this pull request almost 2 years ago
example: udp_multicast

ptiza opened this pull request almost 2 years ago
Socket API

FrankReh opened this issue almost 2 years ago
Reorganize code for 1.64 Rust version

YuraKotov opened this pull request almost 2 years ago
Determine MSRV Policy

YuraKotov opened this issue almost 2 years ago
multi-shot commands

FrankReh opened this issue almost 2 years ago
Add support for zerocopy write to the TCP socket

redbaron opened this pull request almost 2 years ago
missing openat2

FrankReh opened this issue almost 2 years ago
Add send_zc_fixed to use send_zc with fixed buffers

redbaron opened this issue almost 2 years ago
Make msghdr.msg_name optional

redbaron opened this pull request almost 2 years ago
fix: rework SharedFd

FrankReh opened this pull request almost 2 years ago
IORING_MSG_SEND_FD

FrankReh opened this issue almost 2 years ago
Simplify SharedFd close logic

thomasbarrett opened this pull request almost 2 years ago
Should File be Send?

thomasbarrett opened this issue almost 2 years ago
Implement IntoRawFd for SharedFd and File

thomasbarrett opened this pull request almost 2 years ago
Share fds between threads.

thomasbarrett opened this issue almost 2 years ago
statx builder

FrankReh opened this pull request almost 2 years ago
api change: have statx return a boxed value

FrankReh opened this issue almost 2 years ago
create_dir_all and DirBuilder

FrankReh opened this pull request almost 2 years ago
fix: fs::create_dir mode

FrankReh opened this pull request almost 2 years ago
fixed descriptor support

FrankReh opened this pull request almost 2 years ago
add second statx command that accepts flags and mask

FrankReh opened this pull request almost 2 years ago
add writev_all to io modules

FrankReh opened this pull request almost 2 years ago
[buf/fixed] FixedBufAllocator implementation

hellertime opened this pull request almost 2 years ago
fix: API IO bounds should use BoundedBuf

FrankReh opened this pull request almost 2 years ago
API: Buffer initialise level

ollie-etl opened this issue almost 2 years ago
API: Fix unintuitive / broken `set_init()` behaviour

ollie-etl opened this pull request almost 2 years ago
Add support for `fallocate` and `statx`

hellertime opened this pull request about 2 years ago