summaryrefslogtreecommitdiffstats
path: root/io
Commit message (Expand)AuthorAgeFilesLines
* io: make qio_channel_yield aware of AioContextsPaolo Bonzini2017-02-211-21/+65
* io: add methods to set I/O handlers on AioContextPaolo Bonzini2017-02-216-5/+64
* io: fix possible double free of task error objectDaniel P. Berrange2017-01-261-0/+1
* io: introduce a DNS resolver APIDaniel P. Berrange2017-01-232-0/+277
* io: remove Error parameter from QIOTask thread workerDaniel P. Berrange2017-01-232-34/+17Star
* io: change the QIOTask callback signatureDaniel P. Berrange2017-01-234-27/+14Star
* io: add ability to associate an error with a taskDaniel P. Berrange2017-01-231-0/+23
* io: add ability to associate an opaque "result" with with a taskDaniel P. Berrange2017-01-231-0/+20
* io: stop incrementing reference in qio_task_get_sourceDaniel P. Berrange2017-01-233-6/+0Star
* io: add ability to set a name for IO channelsDaniel P. Berrange2016-10-271-5/+19
* io: set LISTEN flag explicitly for listen socketsDaniel P. Berrange2016-10-271-7/+1Star
* io: Introduce a qio_channel_set_feature() helperFelipe Franciosi2016-10-264-6/+14
* io: Use qio_channel_has_feature() where applicableFelipe Franciosi2016-10-264-5/+6
* io: Fix double shift usages on QIOChannel featuresFelipe Franciosi2016-10-261-1/+1
* trace: move util/buffer.c trace points into correct fileDaniel P. Berrange2016-09-281-6/+0Star
* trace-events: fix first line comment in trace-eventsLaurent Vivier2016-08-121-1/+1
* io: remove mistaken call to object_ref on QTaskDaniel P. Berrange2016-08-031-2/+1Star
* coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini2016-07-131-1/+1
* sockets: Use new QAPI cloningEric Blake2016-07-061-4/+5
* socket: unlink unix socket on removeMarc-André Lureau2016-06-291-0/+10
* socket: add listen featureMarc-André Lureau2016-06-291-0/+7
* trace: split out trace events for io/ directoryDaniel P. Berrange2016-06-201-0/+63
* io: avoid double-free when closing QIOChannelBufferDaniel P. Berrange2016-05-261-0/+1
* qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini2016-05-191-0/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-227-0/+7
* osdep: remove use of socket_error() from all codeDaniel P. Berrange2016-03-101-19/+19
* io: implement socket watch for win32 using WSAEventSelect+selectPaolo Bonzini2016-03-103-7/+167
* io: remove checking of EWOULDBLOCKDaniel P. Berrange2016-03-103-12/+6Star
* io: use qemu_accept to ensure SOCK_CLOEXEC is setDaniel P. Berrange2016-03-101-2/+2
* io: introduce qio_channel_create_socket_watchPaolo Bonzini2016-03-102-3/+18
* io: pass HANDLE to g_source_add_poll on Win32Paolo Bonzini2016-03-101-2/+11
* io: fix copy+paste mistake in socket error messageDaniel P. Berrange2016-03-101-1/+1
* all: Clean up includesPeter Maydell2016-02-231-0/+1
* io: convert QIOChannelBuffer to use uint8_t instead of charDaniel P. Berrange2016-02-151-1/+1
* io: introduce helper for creating channels from file descriptorsDaniel P. Berrange2016-02-152-0/+51
* qemu-char, io: fix ordering of arguments for UDP socket creationPaolo Bonzini2016-02-091-1/+1
* io: Clean up includesPeter Maydell2016-02-049-0/+9
* io: use memset instead of { 0 } for initializing arrayDaniel P. Berrange2016-01-201-1/+5
* io: some fixes to handling of /dev/null when running commandsDaniel P. Berrange2016-01-201-6/+16
* io: increment counter when killing off subcommandDaniel P. Berrange2016-01-191-0/+1
* io: fix sign of errno value passed to error reportDaniel P. Berrange2016-01-191-1/+1
* io: fix stack allocation when sending of file descriptorsDaniel P. Berrange2015-12-231-4/+3Star
* io: fix setting of QIO_CHANNEL_FEATURE_FD_PASS on server connectionsDaniel P. Berrange2015-12-221-2/+8
* io: add QIOChannelBuffer classDaniel P. Berrange2015-12-182-0/+249
* io: add QIOChannelCommand classDaniel P. Berrange2015-12-182-0/+358
* io: add QIOChannelWebsock classDaniel P. Berrange2015-12-182-0/+963
* io: add QIOChannelTLS classDaniel P. Berrange2015-12-182-0/+394
* io: add QIOChannelFile classDaniel P. Berrange2015-12-182-0/+226
* io: add QIOChannelSocket classDaniel P. Berrange2015-12-182-0/+742
* io: add QIOTask class for async operationsDaniel P. Berrange2015-12-182-0/+160