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
/
socket
/
unix
/
transport
/
connectionless.go
Age
Commit message (
Expand
)
Author
2020-01-27
Update package locations.
Adin Scannell
2019-08-14
Replace uinptr with int64 when returning lengths
Tamir Duberstein
2019-07-01
Fix unix/transport.queue reference leaks.
Ian Gudger
2019-06-28
Add finalizer on AtomicRefCount to check for leaks.
Ian Gudger
2019-06-27
Fix various spelling issues in the documentation
Michael Pratt
2019-06-13
Plumb context through more layers of filesytem.
Ian Gudger
2019-06-13
Update canonical repository.
Adin Scannell
2019-06-06
Use common definition of SockType.
Rahat Mahmood
2019-06-06
Track and export socket state.
Rahat Mahmood
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2018-12-17
Fix recv blocking for connectionless Unix sockets.
Ian Gudger
2018-10-24
Convert Unix transport to syserr
Ian Gudger
2018-10-20
Refcount Unix transport queue
Ian Gudger
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-10-17
Merge queue into Unix transport
Ian Gudger
2018-10-17
Move Unix transport out of netstack
Ian Gudger