You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/io
Fabiano Rosas 322d873b63 io: Add a read flag for relaxed EOF
Add a read flag that can inform a channel that it's ok to receive an
EOF at any moment. Channels that have some form of strict EOF
tracking, such as TLS session termination, may choose to ignore EOF
errors with the use of this flag.

This is being added for compatibility with older migration streams
that do not include a TLS termination step.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
1 week ago
..
channel-buffer.c io: Add support for MSG_PEEK for socket channel 2 years ago
channel-command.c io: follow coroutine AioContext in qio_channel_yield() 1 year ago
channel-file.c io: Stop using qemu_open_old in channel-file 8 months ago
channel-null.c io: follow coroutine AioContext in qio_channel_yield() 1 year ago
channel-socket.c qio: add support for SO_PEERCRED for socket channel 7 months ago
channel-tls.c io: Add a read flag for relaxed EOF 1 week ago
channel-util.c io: follow coroutine AioContext in qio_channel_yield() 1 year ago
channel-watch.c win32: avoid mixing SOCKET and file descriptor space 2 years ago
channel-websock.c qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix 5 months ago
channel.c io: Add flags argument to qio_channel_readv_full_all_eof 1 week ago
dns-resolver.c build-sys: add HAVE_IPPROTO_MPTCP 3 years ago
meson.build Revert "meson: Propagate gnutls dependency" 8 months ago
net-listener.c io: Stop appending -listen to net listeners 1 year ago
task.c io: Fix Lesser GPL version number 4 years ago
trace-events io: tls: Add qio_channel_tls_bye 1 week ago
trace.h trace: switch position of headers to what Meson requires 5 years ago