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
/
io
/
channel-socket.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
socket: Make errp the last parameter of socket_connect
Fam Zheng
2017-04-24
1
-1
/
+1
*
io: fix incoming client socket initialization
Wang guang
2017-04-04
1
-7
/
+1
*
io: add methods to set I/O handlers on AioContext
Paolo Bonzini
2017-02-21
1
-5
/
+11
*
io: remove Error parameter from QIOTask thread worker
Daniel P. Berrange
2017-01-23
1
-25
/
+16
*
io: stop incrementing reference in qio_task_get_source
Daniel P. Berrange
2017-01-23
1
-3
/
+0
*
io: set LISTEN flag explicitly for listen sockets
Daniel P. Berrange
2016-10-27
1
-7
/
+1
*
io: Introduce a qio_channel_set_feature() helper
Felipe Franciosi
2016-10-26
1
-4
/
+5
*
io: Use qio_channel_has_feature() where applicable
Felipe Franciosi
2016-10-26
1
-1
/
+2
*
io: Fix double shift usages on QIOChannel features
Felipe Franciosi
2016-10-26
1
-1
/
+1
*
sockets: Use new QAPI cloning
Eric Blake
2016-07-06
1
-4
/
+5
*
socket: unlink unix socket on remove
Marc-André Lureau
2016-06-29
1
-0
/
+10
*
socket: add listen feature
Marc-André Lureau
2016-06-29
1
-0
/
+7
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
osdep: remove use of socket_error() from all code
Daniel P. Berrange
2016-03-10
1
-19
/
+19
*
io: implement socket watch for win32 using WSAEventSelect+select
Paolo Bonzini
2016-03-10
1
-6
/
+28
*
io: remove checking of EWOULDBLOCK
Daniel P. Berrange
2016-03-10
1
-4
/
+2
*
io: use qemu_accept to ensure SOCK_CLOEXEC is set
Daniel P. Berrange
2016-03-10
1
-2
/
+2
*
io: introduce qio_channel_create_socket_watch
Paolo Bonzini
2016-03-10
1
-3
/
+3
*
io: fix copy+paste mistake in socket error message
Daniel P. Berrange
2016-03-10
1
-1
/
+1
*
qemu-char, io: fix ordering of arguments for UDP socket creation
Paolo Bonzini
2016-02-09
1
-1
/
+1
*
io: Clean up includes
Peter Maydell
2016-02-04
1
-0
/
+1
*
io: use memset instead of { 0 } for initializing array
Daniel P. Berrange
2016-01-20
1
-1
/
+5
*
io: fix sign of errno value passed to error report
Daniel P. Berrange
2016-01-19
1
-1
/
+1
*
io: fix stack allocation when sending of file descriptors
Daniel P. Berrange
2015-12-23
1
-4
/
+3
*
io: fix setting of QIO_CHANNEL_FEATURE_FD_PASS on server connections
Daniel P. Berrange
2015-12-22
1
-2
/
+8
*
io: add QIOChannelSocket class
Daniel P. Berrange
2015-12-18
1
-0
/
+741