index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
io
Commit message (
Expand
)
Author
Age
Files
Lines
*
io: introduce a network socket listener API
Daniel P. Berrange
2017-12-15
1
-0
/
+174
*
io: get rid of bounce buffering in websock write path
Daniel P. Berrange
2017-10-16
1
-1
/
+0
*
io: simplify websocket ping reply handling
Daniel P. Berrange
2017-10-16
1
-1
/
+1
*
io: Reply to ping frames
Brandon Carpenter
2017-10-04
1
-0
/
+1
*
io: Add support for fragmented websocket binary frames
Brandon Carpenter
2017-10-04
1
-0
/
+1
*
io: Add new qio_channel_read{, v}_all_eof functions
Eric Blake
2017-09-06
1
-0
/
+53
*
io: add new qio_channel_{readv, writev, read, write}_all functions
Daniel P. Berrange
2017-09-05
1
-0
/
+90
*
io: fix typo in docs comment for qio_channel_read
Daniel P. Berrange
2017-09-05
1
-1
/
+1
*
Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into staging
Stefan Hajnoczi
2017-05-10
2
-2
/
+2
|
\
|
*
channel-file: fix wrong parameter comments
sochin.jiang
2017-05-10
1
-1
/
+1
|
*
doc: fix function spelling
Marc-André Lureau
2017-05-07
1
-1
/
+1
*
|
sockets: Limit SocketAddressLegacy to external interfaces
Markus Armbruster
2017-05-09
3
-28
/
+28
*
|
sockets: Rename SocketAddress to SocketAddressLegacy
Markus Armbruster
2017-05-09
3
-28
/
+28
|
/
*
io: make qio_channel_yield aware of AioContexts
Paolo Bonzini
2017-02-21
1
-3
/
+44
*
io: add methods to set I/O handlers on AioContext
Paolo Bonzini
2017-02-21
1
-0
/
+25
*
io: introduce a DNS resolver API
Daniel P. Berrange
2017-01-23
1
-0
/
+228
*
io: remove Error parameter from QIOTask thread worker
Daniel P. Berrange
2017-01-23
1
-11
/
+8
*
io: change the QIOTask callback signature
Daniel P. Berrange
2017-01-23
1
-31
/
+42
*
io: add ability to associate an error with a task
Daniel P. Berrange
2017-01-23
1
-0
/
+32
*
io: add ability to associate an opaque "result" with with a task
Daniel P. Berrange
2017-01-23
1
-0
/
+27
*
io: fix typo in docs for QIOTask
Daniel P. Berrange
2017-01-23
1
-3
/
+3
*
io: stop incrementing reference in qio_task_get_source
Daniel P. Berrange
2017-01-23
1
-3
/
+4
*
io: add ability to set a name for IO channels
Daniel P. Berrange
2016-10-27
1
-0
/
+13
*
io: Introduce a qio_channel_set_feature() helper
Felipe Franciosi
2016-10-26
1
-0
/
+10
*
io: Fix double shift usages on QIOChannel features
Felipe Franciosi
2016-10-26
1
-3
/
+3
*
Clean up ill-advised or unusual header guards
Markus Armbruster
2016-07-12
10
-30
/
+30
*
sockets: Use new QAPI cloning
Eric Blake
2016-07-06
1
-1
/
+1
*
socket: add listen feature
Marc-André Lureau
2016-06-29
1
-0
/
+1
*
Fix some typos found by codespell
Stefan Weil
2016-05-18
1
-1
/
+1
*
io: implement socket watch for win32 using WSAEventSelect+select
Paolo Bonzini
2016-03-10
1
-0
/
+3
*
io: introduce qio_channel_create_socket_watch
Paolo Bonzini
2016-03-10
1
-1
/
+19
*
include: Clean up includes
Peter Maydell
2016-02-23
2
-2
/
+0
*
io: convert QIOChannelBuffer to use uint8_t instead of char
Daniel P. Berrange
2016-02-15
1
-1
/
+1
*
io: introduce helper for creating channels from file descriptors
Daniel P. Berrange
2016-02-15
1
-0
/
+52
*
io: improve docs for QIOChannelSocket async functions
Daniel P. Berrange
2016-02-15
1
-2
/
+9
*
io: fix description of @errp parameter initialization
Daniel P. Berrange
2016-01-20
4
-21
/
+21
*
io: add QIOChannelBuffer class
Daniel P. Berrange
2015-12-18
1
-0
/
+60
*
io: add QIOChannelCommand class
Daniel P. Berrange
2015-12-18
1
-0
/
+91
*
io: add QIOChannelWebsock class
Daniel P. Berrange
2015-12-18
1
-0
/
+108
*
io: add QIOChannelTLS class
Daniel P. Berrange
2015-12-18
1
-0
/
+142
*
io: add QIOChannelFile class
Daniel P. Berrange
2015-12-18
1
-0
/
+93
*
io: add QIOChannelSocket class
Daniel P. Berrange
2015-12-18
1
-0
/
+244
*
io: add QIOTask class for async operations
Daniel P. Berrange
2015-12-18
1
-0
/
+256
*
io: add helper module for creating watches on FDs
Daniel P. Berrange
2015-12-18
1
-0
/
+72
*
io: add abstract QIOChannel classes
Daniel P. Berrange
2015-12-18
1
-0
/
+502