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
/
include
/
qemu
/
sockets.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-13
sockets: move fd_is_socket() into common sockets code
Daniel P. Berrange
1
-0
/
+1
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
1
-1
/
+1
2017-12-21
sockets: remove obsolete code that updated listen address
Daniel P. Berrange
1
-1
/
+1
2017-09-08
net/net: Convert parse_host_port() to Error
Mao Zhongyi
1
-1
/
+2
2017-09-05
util: remove the obsolete non-blocking connect
Cao jin
1
-10
/
+2
2017-07-11
util/qemu-sockets: Drop unused helper socket_address_to_string()
Mao Zhongyi
1
-15
/
+0
2017-05-09
sockets: Delete unused helper socket_address_crumple()
Markus Armbruster
1
-11
/
+0
2017-05-09
sockets: Limit SocketAddressLegacy to external interfaces
Markus Armbruster
1
-11
/
+22
2017-05-09
sockets: Rename SocketAddressFlat to SocketAddress
Markus Armbruster
1
-2
/
+2
2017-05-09
sockets: Rename SocketAddress to SocketAddressLegacy
Markus Armbruster
1
-15
/
+15
2017-05-09
sockets: Prepare inet_parse() for flattened SocketAddress
Markus Armbruster
1
-1
/
+1
2017-04-24
socket: Make errp the last parameter of inet_connect_saddr
Fam Zheng
1
-2
/
+3
2017-04-24
socket: Make errp the last parameter of socket_connect
Fam Zheng
1
-2
/
+2
2017-04-03
sockets: New helper socket_address_crumple()
Markus Armbruster
1
-0
/
+11
2017-01-23
io: introduce a DNS resolver API
Daniel P. Berrange
1
-0
/
+2
2016-10-31
util/qemu-sockets: Make inet_connect_saddr() public
Ashijeet Acharya
1
-0
/
+2
2016-08-02
util: Drop inet_listen()
Cao jin
1
-2
/
+0
2016-08-02
util: drop unix_nonblocking_connect()
Cao jin
1
-3
/
+0
2016-08-02
util: drop inet_nonblocking_connect()
Cao jin
1
-3
/
+0
2016-07-12
Clean up header guards that don't match their file name
Markus Armbruster
1
-3
/
+5
2016-07-06
sockets: Use new QAPI cloning
Eric Blake
1
-4
/
+0
2016-06-29
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+2
2016-06-29
socket: unlink unix socket on remove
Marc-André Lureau
1
-0
/
+1
2016-06-28
Change net/socket.c to use socket_*() functions
Ashijeet Acharya
1
-1
/
+15
2016-03-10
osdep: add wrappers for socket functions
Daniel P. Berrange
1
-14
/
+0
2016-03-10
osdep: fix socket_error() to work with Mingw64
Daniel P. Berrange
1
-3
/
+0
2016-02-23
include: Clean up includes
Peter Maydell
1
-2
/
+0
2016-01-19
sockets: remove use of QemuOpts from socket_dgram
Daniel P. Berrange
1
-1
/
+0
2016-01-19
sockets: remove use of QemuOpts from header file
Daniel P. Berrange
1
-9
/
+0
2016-01-15
qemu-char: delete send_all/recv_all helper methods
Daniel P. Berrange
1
-2
/
+0
2016-01-13
error: Consistently name Error * objects err, and not errp
Markus Armbruster
1
-1
/
+1
2015-12-18
io: add QIOChannelSocket class
Daniel P. Berrange
1
-0
/
+19
2015-10-20
sockets: move qapi_copy_SocketAddress into qemu-sockets.c
Daniel P. Berrange
1
-0
/
+4
2015-10-20
sockets: add helpers for creating SocketAddress from a socket
Daniel P. Berrange
1
-0
/
+30
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
1
-1
/
+0
2015-01-16
socket shutdown
Dr. David Alan Gilbert
1
-0
/
+7
2014-10-09
qemu-sockets: Add error to non-blocking connect handler
Corey Minyard
1
-1
/
+1
2014-06-23
qapi event: convert SPICE events
Wenchao Xia
1
-1
/
+0
2014-06-23
qapi: adjust existing defines
Wenchao Xia
1
-0
/
+2
2013-10-02
util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDR
Sebastian Ottlik
1
-0
/
+1
2013-04-02
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
Stefan Hajnoczi
1
-2
/
+2
2013-03-22
nbd: Keep hostname and port separate
Kevin Wolf
1
-0
/
+1
2013-03-22
qemu-socket: Make socket_optslist public
Kevin Wolf
1
-0
/
+2
2013-03-13
chardev: add udp support to qapi
Gerd Hoffmann
1
-0
/
+1
2013-03-12
Add a TPM Passthrough backend driver implementation
Stefan Berger
1
-0
/
+1
2013-03-04
move socket_set_nodelay to osdep.c
MORITA Kazutaka
1
-0
/
+1
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-0
/
+77