summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/udp_socket.cc
AgeCommit message (Expand)Author
2020-08-31Remove __fuchsia__ definesTamir Duberstein
2019-12-02Port tests in udp_socket.cc to FuchsiaJay Zhuang
2019-08-16netstack: disconnect an unix socket only if the address family is AF_UNSPECAndrei Vagin
2019-07-31Test connecting UDP sockets to the ANY addressTamir Duberstein
2019-07-03netstack/udp: connect with the AF_UNSPEC address family means disconnectAndrei Vagin
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Appease googletest deprecationTamir Duberstein
2019-02-19netstack: Add SIOCGSTAMP support.Kevin Krakauer
2018-12-10Open source system call tests.Brian Geffon