Age | Commit message (Expand) | Author |
2020-02-25 | Port most syscalls to VFS2. | Jamie Liu |
2020-02-20 | Initial network namespace support. | gVisor bot |
2020-02-14 | Synchronize signalling with S/R | gVisor bot |
2020-02-14 | Plumb VFS2 inside the Sentry | gVisor bot |
2020-02-05 | Add notes to relevant tests. | Adin Scannell |
2020-02-03 | Allow mlock in system call filters | Michael Pratt |
2020-01-28 | Add vfs.FileDescription to FD table | Fabricio Voznika |
2020-01-27 | Cleanup glog and add real caller information. | Adin Scannell |
2020-01-27 | Update package locations. | Adin Scannell |
2020-01-27 | Standardize on tools directory. | Adin Scannell |
2020-01-09 | New sync package. | Ian Gudger |
2020-01-08 | Combine various Create*NIC methods into CreateNICWithOptions. | Bert Muthalaly |
2020-01-08 | Add NIC.isLoopback() | Bert Muthalaly |
2019-12-17 | Leave minimum CPU number as a constant | Aleksandr Razumov |
2019-12-17 | Add minimum CPU number and only lower CPUs on --cpu-num-from-quota | Aleksandr Razumov |
2019-12-15 | Set CPU number to CPU quota | Aleksandr Razumov |
2019-12-11 | Enable IPv6 in runsc | Bhasker Hariharan |
2019-12-06 | Bump up Go 1.13 as minimum requirement | Fabricio Voznika |
2019-12-06 | Merge pull request #1233 from xiaobo55x:compatLog | gVisor bot |
2019-12-06 | Add runtime tracing. | Adin Scannell |
2019-12-06 | Make annotations OCI compliant | Fabricio Voznika |
2019-12-03 | Support IP_TOS and IPV6_TCLASS socket options for hostinet sockets. | Dean Deng |
2019-12-03 | Enable runsc compatLog support on arm64. | Haibo Xu |
2019-11-27 | Add support for receiving TOS and TCLASS control messages in hostinet. | Dean Deng |
2019-11-25 | Use mount hints to determine FileAccessType | Fabricio Voznika |
2019-11-25 | Merge pull request #1176 from xiaobo55x:runsc_boot | gVisor bot |
2019-11-13 | Enable runsc/boot support on arm64. | Haibo Xu |
2019-11-04 | Add NETLINK_KOBJECT_UEVENT socket support | Michael Pratt |
2019-11-01 | Allow the watchdog to detect when the sandbox is stuck during setup. | Nicolas Lacasse |
2019-10-31 | Merge pull request #1058 from cmingxu:master | gVisor bot |
2019-10-30 | Store endpoints inside multiPortEndpoint in a sorted order | Andrei Vagin |
2019-10-23 | fix typo | kevin.xu |
2019-10-23 | remove duplicated period | kevin.xu |
2019-10-22 | netstack/tcp: software segmentation offload | Andrei Vagin |
2019-10-21 | AF_PACKET support for netstack (aka epsocket). | Kevin Krakauer |
2019-10-16 | Fix problem with open FD when copy up is triggered in overlayfs | Fabricio Voznika |
2019-10-08 | Remove stale TODO | Fabricio Voznika |
2019-10-08 | Ignore mount options that are not supported in shared mounts | Fabricio Voznika |
2019-10-07 | Implement IP_TTL. | Ian Gudger |
2019-10-07 | Rename epsocket to netstack. | Kevin Krakauer |
2019-09-25 | Merge pull request #765 from trailofbits:uds_support | gVisor bot |
2019-09-25 | Remove centralized registration of protocols. | Kevin Krakauer |
2019-09-24 | Refactor command line options and remove the allowed terminology for uds | Robert Tonic |
2019-09-23 | Always set HOME env var with `runsc exec`. | Nicolas Lacasse |
2019-09-19 | Fix documentation, clean up seccomp filter installation, rename helpers. | Robert Tonic |
2019-09-19 | Place the host UDS mounting behind --fsgofer-host-uds-allowed. | Robert Tonic |
2019-09-16 | Bring back to life features lost in recent refactor | Fabricio Voznika |
2019-09-12 | Update p9 to support flipcall. | Adin Scannell |
2019-09-06 | Remove reundant global tcpip.LinkEndpointID. | Ian Gudger |
2019-09-04 | Resolve flakes with TestMultiContainerDestroy | Fabricio Voznika |