summaryrefslogtreecommitdiffhomepage
path: root/lib/socket.c
AgeCommit message (Expand)Author
2024-05-21socket: implement recvmsg(), sendmsg() and cmsg supportJo-Philipp Wich
2024-05-17socket: add IPv6 socket optionsJo-Philipp Wich
2024-05-17socket: handle further socket option value typesJo-Philipp Wich
2024-05-17socket: improve uc_socket_listen() behaviorJo-Philipp Wich
2024-05-17socket: improve uc_socket_connect() behaviorJo-Philipp Wich
2024-05-17socket: support IPv6 addresses in struct conversion routinesJo-Philipp Wich
2024-05-17socket: uv_to_sockaddr(): fix length calculation for AF_UNIX addressesJo-Philipp Wich
2024-05-17socket: remove wrong documentation fragmentJo-Philipp Wich
2024-05-14socket: optimize poll() argument handlingJo-Philipp Wich
2024-05-13socket: fix potential memory leak in connect()Jo-Philipp Wich
2024-05-09socket: fix addrinfo() with omitted service argumentJo-Philipp Wich
2024-05-08socket: remove leftover debug codeJo-Philipp Wich
2024-05-08socket: add AF_PACKET socket type supportJo-Philipp Wich
2024-04-25socket: make socket.send() accept non-string dataJo-Philipp Wich
2024-04-24socket: rework error handlingJo-Philipp Wich
2024-04-24lib: introduce socket libraryJo-Philipp Wich