summaryrefslogtreecommitdiffhomepage
path: root/lib/socket.c
AgeCommit message (Expand)Author
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