Age | Commit message (Expand) | Author |
2019-12-17 | Merge pull request #1394 from zhuangel:bindlock | gVisor bot |
2019-12-17 | Merge pull request #1321 from lubinszARM:pr_testutils_vfp | gVisor bot |
2019-12-17 | Internal change. | gVisor bot |
2019-12-17 | Explicitly export files needed by other packages | gVisor bot |
2019-12-16 | Remove useless comments from p9/handlers.go. | Nicolas Lacasse |
2019-12-16 | Merge pull request #1392 from zhuangel:bindleak | gVisor bot |
2019-12-16 | Drop unnecessary cast. | Dean Deng |
2019-12-16 | Implement checks for get/setxattr at the syscall layer. | Dean Deng |
2019-12-16 | Fix deadlock in overlay bind | Yong He |
2019-12-16 | Fix UDS bind cause fd leak in gofer | Yong He |
2019-12-13 | enable kvm to support arm64 | lubinszARM |
2019-12-13 | Properly generate the EUI64 interface identifier from an Ethernet address | Ghanan Gowripalan |
2019-12-12 | Add iptables testing framework. | Kevin Krakauer |
2019-12-12 | Implement memmap.MappingIdentity for vfs.FileDescription. | Jamie Liu |
2019-12-12 | Implement kernfs. | Rahat Mahmood |
2019-12-12 | unix: allow to bind unix sockets only to AF_UNIX addresses | Andrei Vagin |
2019-12-11 | Enable IPv6 in runsc | Bhasker Hariharan |
2019-12-11 | Add support for TCP_USER_TIMEOUT option. | Bhasker Hariharan |
2019-12-11 | Add syscall tests for getxattr and setxattr. | Dean Deng |
2019-12-11 | GCloudProducer: tunnel_dispatch, mock_recorder, and machine. | Zach Koopmans |
2019-12-11 | Run kythe build with -std=c++17 | Brad Burlage |
2019-12-11 | Add vfs.Pathname{WithDeleted,ForGetcwd}. | Jamie Liu |
2019-12-11 | Add additional packages to go branch | Michael Pratt |
2019-12-11 | Merge pull request #1248 from xiaobo55x:ptrace | gVisor bot |
2019-12-11 | runsc/debug: add an option to list all processes | Andrei Vagin |
2019-12-11 | Finish incomplete comment. | Dean Deng |
2019-12-10 | Deduplicate and simplify control message processing for recvmsg and sendmsg. | Dean Deng |
2019-12-10 | Add most VFS methods for syscalls. | Jamie Liu |
2019-12-10 | Inform the integrator on receipt of an NDP Recursive DNS Server option | Ghanan Gowripalan |
2019-12-10 | Remove pyenv calls but log the python 3 version in use. | Brad Burlage |
2019-12-10 | Add Kokoro configs for publishing Kythe xrefs. | Brad Burlage |
2019-12-10 | Format fd_set parameters in select(2)/pselect(2) for strace. | Dean Deng |
2019-12-10 | Re-enable execveat test that was causing files in /bin to be deleted. | Dean Deng |
2019-12-10 | Let socket.ControlMessages Release() the underlying transport.ControlMessages. | Dean Deng |
2019-12-10 | Do not consider symlinks as directories in fs utils. | Dean Deng |
2019-12-10 | Add all upstream syscalls to tables | Michael Pratt |
2019-12-10 | Make comments clearer for control message handling. | Dean Deng |
2019-12-10 | Disable execveat test that is causing files in /bin to be deleted. | Dean Deng |
2019-12-10 | Add hostinet tests for sendmsg and recvmsg with TOS/TCLASS. | Dean Deng |
2019-12-09 | Add test for SO_BINDTODEVICE state bug. | Ian Gudger |
2019-12-09 | Add UDP SO_REUSEADDR support to the port manager. | Ian Gudger |
2019-12-09 | Include <netinet/tcp.h> for TCP enums in proc_net tests | Jay Zhuang |
2019-12-09 | Redirect TODOs to gvisor.dev | Fabricio Voznika |
2019-12-09 | Mark test as non flaky. | Bhasker Hariharan |
2019-12-09 | Mark runner_test as manual. | Adin Scannell |
2019-12-09 | Add tests for rseq(2) | Michael Pratt |
2019-12-06 | Bump up Go 1.13 as minimum requirement | Fabricio Voznika |
2019-12-06 | Update Kokoro image to install Golang 1.13 | Fabricio Voznika |
2019-12-06 | Merge pull request #1233 from xiaobo55x:compatLog | gVisor bot |
2019-12-06 | Add TCP stats for connection close and keep-alive timeouts. | Mithun Iyer |