History log of /llvm-project/libc/src/sys/socket/linux/sendto.cpp (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init, llvmorg-19.1.7, llvmorg-19.1.6, llvmorg-19.1.5, llvmorg-19.1.4, llvmorg-19.1.3, llvmorg-19.1.2
# ef66936d 03-Oct-2024 Michael Jones <michaelrj@google.com>

[libc] Fix send and recv functions (#110936)

There were some errors in the implementation. Oops. This patch fixes
those.


Revision tags: llvmorg-19.1.1
# f6b4c34d 19-Sep-2024 Michael Jones <michaelrj@google.com>

[libc] Add functions to send/recv messages (#106467)

This patch adds the necessary functions to send and receive messages
over a socket. Those functions are: recv, recvfrom, recvmsg, send,
sendto, s

[libc] Add functions to send/recv messages (#106467)

This patch adds the necessary functions to send and receive messages
over a socket. Those functions are: recv, recvfrom, recvmsg, send,
sendto, sendmsg, and socketpair for testing.

show more ...