summaryrefslogtreecommitdiffstats
path: root/io
Commit message (Expand)AuthorAgeFilesLines
...
* io: add trace events for websockets frame handlingDaniel P. Berrange2017-10-042-5/+23
* io: Attempt to send websocket close messages to clientBrandon Carpenter2017-10-041-3/+65
* io: Reply to ping framesBrandon Carpenter2017-10-041-22/+44
* io: Ignore websocket PING and PONG framesBrandon Carpenter2017-10-041-4/+17
* io: Allow empty websocket payloadBrandon Carpenter2017-10-041-32/+30Star
* io: Add support for fragmented websocket binary framesBrandon Carpenter2017-10-041-8/+18
* io: Small updates in preparation for websocket changesBrandon Carpenter2017-10-041-45/+19Star
* io: use case insensitive check for Connection & Upgrade websock headersDaniel P. Berrange2017-10-041-2/+2
* io: include full error message in websocket handshake traceDaniel P. Berrange2017-10-042-4/+5
* io: send proper HTTP response for websocket errorsDaniel P. Berrange2017-10-041-46/+139
* io: Add new qio_channel_read{, v}_all_eof functionsEric Blake2017-09-061-8/+40
* io: Yield rather than wait when already in coroutineEric Blake2017-09-061-2/+10
* io: add new qio_channel_{readv, writev, read, write}_all functionsDaniel P. Berrange2017-09-051-0/+94
* util: remove the obsolete non-blocking connectCao jin2017-09-051-1/+1
* io: fix qio_channel_socket_accept err handlingPeter Xu2017-08-021-1/+2
* docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
* Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2017-07-18-1' in...Peter Maydell2017-07-191-8/+2Star
|\
| * io: simplify qio_channel_attach_aio_contextPaolo Bonzini2017-05-261-8/+2Star
* | io: preserve ipv4/ipv6 flags when resolving InetSocketAddressDaniel P. Berrange2017-07-141-2/+4
* | websock: Don't try to set *errp directlyEduardo Habkost2017-07-131-2/+2
|/
* sockets: Limit SocketAddressLegacy to external interfacesMarkus Armbruster2017-05-092-52/+51Star
* sockets: Rename SocketAddress to SocketAddressLegacyMarkus Armbruster2017-05-092-48/+48
* socket: Make errp the last parameter of socket_connectFam Zheng2017-04-241-1/+1
* io: fix FD socket handling in DNS lookupDaniel P. Berrange2017-04-041-4/+1Star
* io: fix incoming client socket initializationWang guang2017-04-041-7/+1Star
* io vnc sockets: Clean up SocketAddressKind switchesMarkus Armbruster2017-04-031-2/+5
* io: fully parse & validate HTTP headers for websocket protocol handshakeDaniel P. Berrange2017-02-281-42/+194
* io: fix decoding when multiple websockets frames arrive at onceDaniel P. Berrange2017-02-281-14/+14
* 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