index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
syscalls
/
linux
/
socket_unix.cc
Age
Commit message (
Expand
)
Author
2021-08-30
[syserr] Fix SIGBUS on syserr.FromError
Zach Koopmans
2021-07-22
Move socket_test_util to //test/util
Ghanan Gowripalan
2020-06-01
Skip proc/pid/fd socket test for VFS1 only.
Dean Deng
2020-03-31
Add socket filesystem and global disconnected socket mount for VFS2.
Dean Deng
2019-12-12
unix: allow to bind unix sockets only to AF_UNIX addresses
Andrei Vagin
2019-10-25
test/syscall: Remove duplicated gtest/gtest.h.
Haibo
2019-06-05
Shutdown host sockets on internal shutdown
Michael Pratt
2019-05-30
gvisor: socket() returns EPROTONOSUPPORT if protocol is not supported
Andrei Vagin
2019-04-29
Implement the MSG_CTRUNC msghdr flag for Unix sockets.
Ian Gudger
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-04-29
Allow and document bug ids in gVisor codebase.
Nicolas Lacasse
2019-04-24
Add Unix socket tests for the MSG_CTRUNC msghdr flag.
Ian Gudger
2019-01-08
Enable proc/self/fd test on linux and disable only on gvisor.
Brian Geffon
2019-01-03
Add test for reopening socketpair end via procfs.
Brian Geffon
2018-12-10
Open source system call tests.
Brian Geffon