aboutsummaryrefslogtreecommitdiff
path: root/io
AgeCommit message (Expand)Author
2017-02-28io: fully parse & validate HTTP headers for websocket protocol handshakeDaniel P. Berrange
2017-02-28io: fix decoding when multiple websockets frames arrive at onceDaniel P. Berrange
2017-02-21io: make qio_channel_yield aware of AioContextsPaolo Bonzini
2017-02-21io: add methods to set I/O handlers on AioContextPaolo Bonzini
2017-01-26io: fix possible double free of task error objectDaniel P. Berrange
2017-01-23io: introduce a DNS resolver APIDaniel P. Berrange
2017-01-23io: remove Error parameter from QIOTask thread workerDaniel P. Berrange
2017-01-23io: change the QIOTask callback signatureDaniel P. Berrange
2017-01-23io: add ability to associate an error with a taskDaniel P. Berrange
2017-01-23io: add ability to associate an opaque "result" with with a taskDaniel P. Berrange
2017-01-23io: stop incrementing reference in qio_task_get_sourceDaniel P. Berrange
2016-10-27io: add ability to set a name for IO channelsDaniel P. Berrange
2016-10-27io: set LISTEN flag explicitly for listen socketsDaniel P. Berrange
2016-10-26io: Introduce a qio_channel_set_feature() helperFelipe Franciosi
2016-10-26io: Use qio_channel_has_feature() where applicableFelipe Franciosi
2016-10-26io: Fix double shift usages on QIOChannel featuresFelipe Franciosi
2016-09-28trace: move util/buffer.c trace points into correct fileDaniel P. Berrange
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier
2016-08-03io: remove mistaken call to object_ref on QTaskDaniel P. Berrange
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini
2016-07-06sockets: Use new QAPI cloningEric Blake
2016-06-29socket: unlink unix socket on removeMarc-André Lureau
2016-06-29socket: add listen featureMarc-André Lureau
2016-06-20trace: split out trace events for io/ directoryDaniel P. Berrange
2016-05-26io: avoid double-free when closing QIOChannelBufferDaniel P. Berrange
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-10osdep: remove use of socket_error() from all codeDaniel P. Berrange
2016-03-10io: implement socket watch for win32 using WSAEventSelect+selectPaolo Bonzini
2016-03-10io: remove checking of EWOULDBLOCKDaniel P. Berrange
2016-03-10io: use qemu_accept to ensure SOCK_CLOEXEC is setDaniel P. Berrange
2016-03-10io: introduce qio_channel_create_socket_watchPaolo Bonzini
2016-03-10io: pass HANDLE to g_source_add_poll on Win32Paolo Bonzini
2016-03-10io: fix copy+paste mistake in socket error messageDaniel P. Berrange
2016-02-23all: Clean up includesPeter Maydell
2016-02-15io: convert QIOChannelBuffer to use uint8_t instead of charDaniel P. Berrange
2016-02-15io: introduce helper for creating channels from file descriptorsDaniel P. Berrange
2016-02-09qemu-char, io: fix ordering of arguments for UDP socket creationPaolo Bonzini
2016-02-04io: Clean up includesPeter Maydell
2016-01-20io: use memset instead of { 0 } for initializing arrayDaniel P. Berrange
2016-01-20io: some fixes to handling of /dev/null when running commandsDaniel P. Berrange
2016-01-19io: increment counter when killing off subcommandDaniel P. Berrange
2016-01-19io: fix sign of errno value passed to error reportDaniel P. Berrange
2015-12-23io: fix stack allocation when sending of file descriptorsDaniel P. Berrange
2015-12-22io: fix setting of QIO_CHANNEL_FEATURE_FD_PASS on server connectionsDaniel P. Berrange
2015-12-18io: add QIOChannelBuffer classDaniel P. Berrange
2015-12-18io: add QIOChannelCommand classDaniel P. Berrange
2015-12-18io: add QIOChannelWebsock classDaniel P. Berrange
2015-12-18io: add QIOChannelTLS classDaniel P. Berrange
2015-12-18io: add QIOChannelFile classDaniel P. Berrange