Age | Commit message (Expand) | Author |
2024-10-17 | socket: provide local definition of `struct fanout_args` | Jo-Philipp Wich |
2024-05-21 | socket: implement recvmsg(), sendmsg() and cmsg support | Jo-Philipp Wich |
2024-05-17 | socket: add IPv6 socket options | Jo-Philipp Wich |
2024-05-17 | socket: handle further socket option value types | Jo-Philipp Wich |
2024-05-17 | socket: improve uc_socket_listen() behavior | Jo-Philipp Wich |
2024-05-17 | socket: improve uc_socket_connect() behavior | Jo-Philipp Wich |
2024-05-17 | socket: support IPv6 addresses in struct conversion routines | Jo-Philipp Wich |
2024-05-17 | socket: uv_to_sockaddr(): fix length calculation for AF_UNIX addresses | Jo-Philipp Wich |
2024-05-17 | socket: remove wrong documentation fragment | Jo-Philipp Wich |
2024-05-14 | socket: optimize poll() argument handling | Jo-Philipp Wich |
2024-05-13 | socket: fix potential memory leak in connect() | Jo-Philipp Wich |
2024-05-09 | socket: fix addrinfo() with omitted service argument | Jo-Philipp Wich |
2024-05-08 | socket: remove leftover debug code | Jo-Philipp Wich |
2024-05-08 | socket: add AF_PACKET socket type support | Jo-Philipp Wich |
2024-04-25 | socket: make socket.send() accept non-string data | Jo-Philipp Wich |
2024-04-24 | socket: rework error handling | Jo-Philipp Wich |
2024-04-24 | lib: introduce socket library | Jo-Philipp Wich |