summaryrefslogtreecommitdiffstats
path: root/qemu-sockets.c
Commit message (Expand)AuthorAgeFilesLines
* iohandler: add weak alias in qemu-sockets.c, for qemu-gaPaolo Bonzini2012-10-301-0/+11
* sockets: use weak aliases instead of qemu-tool.cPaolo Bonzini2012-10-301-0/+7
* qemu-sockets: add socket_listen, socket_connect, socket_parsePaolo Bonzini2012-10-231-0/+99
* qemu-sockets: return InetSocketAddress from inet_parsePaolo Bonzini2012-10-231-42/+79
* qemu-sockets: add error propagation to Unix socket functionsPaolo Bonzini2012-10-231-8/+8
* qemu-sockets: add error propagation to inet_parsePaolo Bonzini2012-10-231-20/+21
* qemu-sockets: add error propagation to inet_dgram_optsPaolo Bonzini2012-10-231-26/+8
* qemu-sockets: add error propagation to inet_connect_addrPaolo Bonzini2012-10-231-9/+6
* qemu-sockets: include strerror or gai_strerror output in error messagesPaolo Bonzini2012-10-231-21/+9
* qemu-sockets: add nonblocking connect for Unix socketsPaolo Bonzini2012-10-231-13/+64
* qemu-sockets: unix_listen and unix_connect are portablePaolo Bonzini2012-10-231-32/+17
* qemu-sockets: add Error ** to all functionsPaolo Bonzini2012-10-231-11/+11
* cleanup useless return sentenceAmos Kong2012-10-051-1/+0
* qemu-sockets: Fix compiler warning (regression for MinGW)Stefan Weil2012-10-051-1/+1
* Fix address handling in inet_nonblocking_connectOrit Wasserman2012-09-251-24/+105
* Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connectOrit Wasserman2012-09-251-10/+48
* Refactor inet_connect_opts functionMichael S. Tsirkin2012-09-251-63/+85
* qemu-sockets: Fix potential memory leakStefan Weil2012-09-231-1/+1
* migration: don't rely on any QERR_SOCKET_*Luiz Capitulino2012-08-131-2/+0
* net: inet_connect(), inet_connect_opts(): add in_progress argumentLuiz Capitulino2012-08-131-3/+11
* socket: clean up redundant assignmentAmos Kong2012-08-031-1/+0
* place qemu-sockets.c contributions since 2012-01-13 under GPLv2+Paolo Bonzini2012-07-291-0/+3
* qemu-option: qemu_opts_create(): use error_set()Luiz Capitulino2012-06-041-4/+4
* sockets: use error class to pass listen errorAmos Kong2012-05-101-3/+14
* sockets: change inet_connect() to support nonblock socketAmos Kong2012-05-101-6/+37
* sockets: Clean up inet_listen_opts()'s convoluted bind() loopMarkus Armbruster2012-02-241-8/+6
* sockets: Drop sockets_debug debug codeMarkus Armbruster2012-02-241-41/+2
* qemu-sockets: Plug fd leak on unix_connect_opts() error pathMarkus Armbruster2011-11-111-0/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-2/+2
* Set errno=ENOTSUP for attempts to use UNIX sockets on Windows platformsNick Thomas2011-04-071-0/+4
* qemu-sockets: avoid strlen of NULL pointerJens Osterkamp2010-05-181-1/+2
* move socket_init to qemu-sockets.cPaolo Bonzini2010-04-091-0/+24
* fix inet_parse typoMarcelo Tosatti2010-02-101-4/+4
* net: inet_strfamily(): Better unknown family reportLuiz Capitulino2010-01-201-1/+1
* net: Make inet_strfamily() publicLuiz Capitulino2010-01-201-1/+1
* Don't leak file descriptorsKevin Wolf2009-12-031-5/+5
* Add 'static'Blue Swirl2009-09-121-1/+1
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-1/+1
* convert udp chardev to QemuOpts.Gerd Hoffmann2009-09-111-0/+114
* sockets: add inet_listen_optsGerd Hoffmann2009-09-111-55/+48
* sockets: add inet_connect_optsGerd Hoffmann2009-09-111-33/+96
* sockets: add unix_*_opts for windows.Gerd Hoffmann2009-09-111-0/+12
* sockets: add unix_listen_optsGerd Hoffmann2009-09-111-14/+33
* sockets: add unix_connect_optsGerd Hoffmann2009-09-111-1/+33
* Fix in file qemu-sockets.cvibi2009-05-081-30/+32
* Fix some more warningsblueswir12009-01-141-1/+1
* Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Eggerblueswir12008-11-221-2/+3
* copyright & license for qemu_sockets.c (Gerd Hoffman)aliguori2008-11-131-0/+14
* sockets: helper functions for qemu (Gerd Hoffman)aliguori2008-11-111-0/+400
OpenPOWER on IntegriCloud