summaryrefslogtreecommitdiff
path: root/io
AgeCommit message (Expand)AuthorFilesLines
2016-10-27io: add ability to set a name for IO channelsDaniel P. Berrange1-5/+19
2016-10-27io: set LISTEN flag explicitly for listen socketsDaniel P. Berrange1-7/+1
2016-10-26io: Introduce a qio_channel_set_feature() helperFelipe Franciosi4-6/+14
2016-10-26io: Use qio_channel_has_feature() where applicableFelipe Franciosi4-5/+6
2016-10-26io: Fix double shift usages on QIOChannel featuresFelipe Franciosi1-1/+1
2016-09-28trace: move util/buffer.c trace points into correct fileDaniel P. Berrange1-6/+0
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier1-1/+1
2016-08-03io: remove mistaken call to object_ref on QTaskDaniel P. Berrange1-2/+1
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini1-1/+1
2016-07-06sockets: Use new QAPI cloningEric Blake1-4/+5
2016-06-29socket: unlink unix socket on removeMarc-André Lureau1-0/+10
2016-06-29socket: add listen featureMarc-André Lureau1-0/+7
2016-06-20trace: split out trace events for io/ directoryDaniel P. Berrange1-0/+63
2016-05-26io: avoid double-free when closing QIOChannelBufferDaniel P. Berrange1-0/+1
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini1-0/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster7-0/+7
2016-03-10osdep: remove use of socket_error() from all codeDaniel P. Berrange1-19/+19
2016-03-10io: implement socket watch for win32 using WSAEventSelect+selectPaolo Bonzini3-7/+167
2016-03-10io: remove checking of EWOULDBLOCKDaniel P. Berrange3-12/+6
2016-03-10io: use qemu_accept to ensure SOCK_CLOEXEC is setDaniel P. Berrange1-2/+2
2016-03-10io: introduce qio_channel_create_socket_watchPaolo Bonzini2-3/+18
2016-03-10io: pass HANDLE to g_source_add_poll on Win32Paolo Bonzini1-2/+11
2016-03-10io: fix copy+paste mistake in socket error messageDaniel P. Berrange1-1/+1
2016-02-23all: Clean up includesPeter Maydell1-0/+1
2016-02-15io: convert QIOChannelBuffer to use uint8_t instead of charDaniel P. Berrange1-1/+1
2016-02-15io: introduce helper for creating channels from file descriptorsDaniel P. Berrange2-0/+51
2016-02-09qemu-char, io: fix ordering of arguments for UDP socket creationPaolo Bonzini1-1/+1
2016-02-04io: Clean up includesPeter Maydell9-0/+9
2016-01-20io: use memset instead of { 0 } for initializing arrayDaniel P. Berrange1-1/+5
2016-01-20io: some fixes to handling of /dev/null when running commandsDaniel P. Berrange1-6/+16
2016-01-19io: increment counter when killing off subcommandDaniel P. Berrange1-0/+1
2016-01-19io: fix sign of errno value passed to error reportDaniel P. Berrange1-1/+1
2015-12-23io: fix stack allocation when sending of file descriptorsDaniel P. Berrange1-4/+3
2015-12-22io: fix setting of QIO_CHANNEL_FEATURE_FD_PASS on server connectionsDaniel P. Berrange1-2/+8
2015-12-18io: add QIOChannelBuffer classDaniel P. Berrange2-0/+249
2015-12-18io: add QIOChannelCommand classDaniel P. Berrange2-0/+358
2015-12-18io: add QIOChannelWebsock classDaniel P. Berrange2-0/+963
2015-12-18io: add QIOChannelTLS classDaniel P. Berrange2-0/+394
2015-12-18io: add QIOChannelFile classDaniel P. Berrange2-0/+226
2015-12-18io: add QIOChannelSocket classDaniel P. Berrange2-0/+742
2015-12-18io: add QIOTask class for async operationsDaniel P. Berrange2-0/+160
2015-12-18io: add helper module for creating watches on FDsDaniel P. Berrange2-0/+199
2015-12-18io: add abstract QIOChannel classesDaniel P. Berrange2-0/+292