index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io
/
channel-socket.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-27
io: set LISTEN flag explicitly for listen sockets
Daniel P. Berrange
1
-7
/
+1
2016-10-26
io: Introduce a qio_channel_set_feature() helper
Felipe Franciosi
1
-4
/
+5
2016-10-26
io: Use qio_channel_has_feature() where applicable
Felipe Franciosi
1
-1
/
+2
2016-10-26
io: Fix double shift usages on QIOChannel features
Felipe Franciosi
1
-1
/
+1
2016-07-06
sockets: Use new QAPI cloning
Eric Blake
1
-4
/
+5
2016-06-29
socket: unlink unix socket on remove
Marc-André Lureau
1
-0
/
+10
2016-06-29
socket: add listen feature
Marc-André Lureau
1
-0
/
+7
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-03-10
osdep: remove use of socket_error() from all code
Daniel P. Berrange
1
-19
/
+19
2016-03-10
io: implement socket watch for win32 using WSAEventSelect+select
Paolo Bonzini
1
-6
/
+28
2016-03-10
io: remove checking of EWOULDBLOCK
Daniel P. Berrange
1
-4
/
+2
2016-03-10
io: use qemu_accept to ensure SOCK_CLOEXEC is set
Daniel P. Berrange
1
-2
/
+2
2016-03-10
io: introduce qio_channel_create_socket_watch
Paolo Bonzini
1
-3
/
+3
2016-03-10
io: fix copy+paste mistake in socket error message
Daniel P. Berrange
1
-1
/
+1
2016-02-09
qemu-char, io: fix ordering of arguments for UDP socket creation
Paolo Bonzini
1
-1
/
+1
2016-02-04
io: Clean up includes
Peter Maydell
1
-0
/
+1
2016-01-20
io: use memset instead of { 0 } for initializing array
Daniel P. Berrange
1
-1
/
+5
2016-01-19
io: fix sign of errno value passed to error report
Daniel P. Berrange
1
-1
/
+1
2015-12-23
io: fix stack allocation when sending of file descriptors
Daniel P. Berrange
1
-4
/
+3
2015-12-22
io: fix setting of QIO_CHANNEL_FEATURE_FD_PASS on server connections
Daniel P. Berrange
1
-2
/
+8
2015-12-18
io: add QIOChannelSocket class
Daniel P. Berrange
1
-0
/
+741