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
/
pkg
/
sentry
/
fs
/
host
/
socket.go
Age
Commit message (
Expand
)
Author
2021-07-01
[syserror] Update several syserror errors to linuxerr equivalents.
Zach Koopmans
2021-06-22
[syserror] Add conversions to linuxerr with temporary Equals method.
Zach Koopmans
2021-04-20
Move SO_RCVBUF to socketops.
Nayana Bidari
2021-03-24
Add POLLRDNORM/POLLWRNORM support.
Bhasker Hariharan
2021-03-03
[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.
Ayush Ranjan
2021-02-09
Add support for setting SO_SNDBUF for unix domain sockets.
Bhasker Hariharan
2021-01-28
Change tcpip.Error to an interface
Tamir Duberstein
2020-08-03
Plumbing context.Context to DecRef() and Release().
Nayana Bidari
2020-06-10
Deleting the maxSendBufferSize from fs/host
Bin Lu
2020-04-27
Import host sockets.
Dean Deng
2020-01-27
Update package locations.
Adin Scannell
2020-01-09
New sync package.
Ian Gudger
2019-08-22
unix: return ECONNRESET if peer closed with data not read
Jianfeng Tan
2019-08-14
Replace uinptr with int64 when returning lengths
Tamir Duberstein
2019-06-28
Add finalizer on AtomicRefCount to check for leaks.
Ian Gudger
2019-06-13
Plumb context through more layers of filesytem.
Ian Gudger
2019-06-13
Update canonical repository.
Adin Scannell
2019-06-10
Store more information in the kernel socket table.
Rahat Mahmood
2019-06-06
Use common definition of SockType.
Rahat Mahmood
2019-06-05
Shutdown host sockets on internal shutdown
Michael Pratt
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
2018-12-14
Move fdnotifier package to reduce internal confusion.
Adin Scannell
2018-12-10
Implement MSG_WAITALL
Ian Gudger
2018-10-24
Convert Unix transport to syserr
Ian Gudger
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-10-17
Move Unix transport out of netstack
Ian Gudger
2018-10-15
Refactor host.ConnectedEndpoint
Ian Gudger
2018-10-15
Merge host.endpoint into host.ConnectedEndpoint
Ian Gudger
2018-10-10
Enforce message size limits and avoid host calls with too many iovecs
Michael Pratt
2018-09-28
Require AF_UNIX sockets from the gofer
Michael Pratt
2018-08-03
stateify: make explicit mode no longer optional.
Zhaozhong Ni
2018-08-02
Automated rollback of changelist 207037226
Zhaozhong Ni
2018-05-16
Release mutex in BidirectionalConnect to avoid deadlock.
Brian Geffon
2018-05-08
Fix warning: redundant if ...; err != nil check, just return error instead.
Ian Gudger
2018-04-28
Check in gVisor.
Googler