aboutsummaryrefslogtreecommitdiff
path: root/util/qemu-sockets.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-12qapi: Improve documentation of file descriptor socket addressesMarkus Armbruster1-1/+2
2023-08-31util: spelling fixesMichael Tokarev1-1/+1
2023-06-02cutils: Adjust signature of parse_uint[_full]Eric Blake1-5/+5
2023-03-13win32: replace closesocket() with close() wrapperMarc-André Lureau1-11/+11
2022-12-14sockets: Use ERRP_GUARD() where obviously appropriateMarkus Armbruster1-16/+10
2022-10-30Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi1-0/+25
2022-10-28qemu-sockets: update socket_uri() and socket_parse() to be consistentLaurent Vivier1-1/+6
2022-10-28qemu-sockets: move and rename SocketAddress_to_str()Laurent Vivier1-0/+20
2022-10-26util/qemu-sockets: Use g_get_tmp_dir() to get the directory for temporary filesBin Meng1-3/+2
2022-09-02util/qemu-sockets: Enable unix socket support on WindowsBin Meng1-25/+0
2022-08-05util/qemu-sockets: Replace the call to close a socket with closesocket()Bin Meng1-2/+2
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-03-22Drop qemu_foo() socket API wrapperMarc-André Lureau1-5/+5
2021-09-30build-sys: add HAVE_IPPROTO_MPTCPMarc-André Lureau1-3/+3
2021-09-27qapi: Convert simple union SocketAddressLegacy to flat oneMarkus Armbruster1-4/+4
2021-09-06qemu-sockets: fix unix socket path copy (again)Michael Tokarev1-8/+5
2021-08-04util: fix abstract socket path copyMarc-André Lureau1-1/+4
2021-06-18qemu-sockets: introduce socket_address_parse_named_fd()Vladimir Sementsov-Ogievskiy1-0/+19
2021-06-08sockets: Support multipath TCPDr. David Alan Gilbert1-0/+23
2021-05-11sockets: update SOCKET_ADDRESS_TYPE_FD listen(2) backlogStefan Hajnoczi1-7/+22
2020-11-03sockets: Make abstract UnixSocketAddress depend on CONFIG_LINUXMarkus Armbruster1-10/+30
2020-11-03sockets: Bypass "replace empty @path" for abstract unix socketsMarkus Armbruster1-1/+1
2020-11-03sockets: Fix socket_sockaddr_to_address_unix() for abstract socketsMarkus Armbruster1-2/+12
2020-11-03sockets: Fix default of UnixSocketAddress member @tightMarkus Armbruster1-2/+2
2020-10-29util: include the target address in socket connect failuresDaniel P. Berrangé1-13/+19
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf1-0/+1
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-2/+2
2020-09-17util/: fix some comment spelling errorszhaolichang1-1/+1
2020-05-20qemu-sockets: add abstract UNIX domain socket supportxiaoqiang zhao1-7/+32
2020-05-04Compress lines for immediate returnSimran Singhal1-4/+1
2019-09-25util/qemu-sockets: fix keep_alive handling in inet_connect_saddrVladimir Sementsov-Ogievskiy1-2/+3
2019-09-03socket: Add backlog parameter to socket_listenJuan Quintela1-11/+22
2019-08-15qapi: Add InetSocketAddress member keep-aliveVladimir Sementsov-Ogievskiy1-0/+28
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-05-10util: simplify unix_listen()Marc-André Lureau1-16/+2
2019-05-03sockets: avoid string truncation warnings when copying UNIX pathDaniel P. Berrangé1-4/+8
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-2/+2
2018-03-13sockets: allow SocketAddress 'fd' to reference numeric file descriptorsDaniel P. Berrange1-3/+13
2018-03-13sockets: check that the named file descriptor is a socketDaniel P. Berrange1-2/+16
2018-03-13sockets: move fd_is_socket() into common sockets codeDaniel P. Berrange1-0/+8
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+1
2018-02-05sockets: fix parsing of ipv4/ipv6 opts in parse_socket_addrDaniel P. Berrange1-4/+40
2017-12-21sockets: remove obsolete code that updated listen addressDaniel P. Berrange1-26/+5
2017-12-18misc: remove duplicated includesPhilippe Mathieu-Daudé1-1/+0
2017-11-28sockets: avoid crash when cleaning up sockets for an invalid FDDaniel P. Berrange1-0/+3
2017-11-07sockets: avoid leak of listen file descriptorDaniel P. Berrange1-23/+29
2017-10-16sockets: Handle race condition between binds to the same portKnut Omang1-17/+41
2017-10-16sockets: factor out create_fast_reuse_socketKnut Omang1-3/+12
2017-10-16sockets: factor out a new try_bind() functionKnut Omang1-30/+39
2017-09-05util: remove the obsolete non-blocking connectCao jin1-182/+23