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
/
queue.go
Age
Commit message (
Expand
)
Author
2021-09-21
socket/unix: clean up socket queue after releasing a queue lock
Andrei Vagin
2021-09-01
unix: handle a case when a buffer is overflowed
Andrei Vagin
2021-03-24
Add POLLRDNORM/POLLWRNORM support.
Bhasker Hariharan
2021-02-09
Add support for setting SO_SNDBUF for unix domain sockets.
Bhasker Hariharan
2020-08-25
Use new reference count utility throughout gvisor.
Dean Deng
2020-08-03
Plumbing context.Context to DecRef() and Release().
Nayana Bidari
2020-01-28
Prevent arbitrary size allocation when sending UDS messages.
Dean Deng
2020-01-09
New sync package.
Ian Gudger
2019-10-16
Merge pull request #736 from tanjianfeng:fix-unix
gVisor bot
2019-08-22
unix: return ECONNRESET if peer closed with data not read
Jianfeng Tan
2019-06-27
Fix various spelling issues in the documentation
Michael Pratt
2019-06-13
Update canonical repository.
Adin Scannell
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
Use generic ilist in Unix transport queue
Ian Gudger
2018-10-17
Merge queue into Unix transport
Ian Gudger