Age | Commit message (Expand) | Author |
2019-10-30 | Enable runsc/fsgofer support on arm64. | Haibo Xu |
2019-10-28 | Cast the Stat_t.Nlink to uint64 on arm64. | Haibo Xu |
2019-10-24 | Fix early deletion of rootDir | Fabricio Voznika |
2019-10-23 | fix typo | kevin.xu |
2019-10-23 | remove duplicated period | kevin.xu |
2019-10-22 | Merge pull request #1046 from tomlanyon:crio | gVisor bot |
2019-10-22 | netstack/tcp: software segmentation offload | Andrei Vagin |
2019-10-21 | AF_PACKET support for netstack (aka epsocket). | Kevin Krakauer |
2019-10-20 | Add runsc OCI annotations to support CRI-O. | Tom Lanyon |
2019-10-18 | Cleanup host UDS support | Michael Pratt |
2019-10-16 | Fix problem with open FD when copy up is triggered in overlayfs | Fabricio Voznika |
2019-10-15 | Make Attach no longer a special snowflake | Michael Pratt |
2019-10-14 | Merge pull request #997 from dvrkps:patch-1 | gVisor bot |
2019-10-11 | Set base to root | Davor Kapsa |
2019-10-10 | Update TODO for OCI seccomp support. | Ian Lewis |
2019-10-10 | Remove unnecessary assignment to path | Davor Kapsa |
2019-10-10 | Allow rt_sigreturn in runsc gofer | Michael Pratt |
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 | Add tests for $HOME | Ian Lewis |
2019-10-07 | Rename epsocket to netstack. | Kevin Krakauer |
2019-10-01 | runsc: remove todo from the build file | Andrei Vagin |
2019-10-01 | Merge pull request #917 from KentaTada:fix-clone-flags | gVisor bot |
2019-10-01 | Prevent CAP_NET_RAW from appearing in exec | Fabricio Voznika |
2019-09-27 | bazel: use rules_pkg from https://github.com/bazelbuild/ | Andrei Vagin |
2019-09-26 | Disallow opening of sockets if --fsgofer-host-uds=false | Fabricio Voznika |
2019-09-26 | runsc: add the clone flag of cgroup namespace | Kenta Tada |
2019-09-25 | Merge pull request #765 from trailofbits:uds_support | gVisor bot |
2019-09-25 | Fix runsc log collection in kokoro | Fabricio Voznika |
2019-09-25 | Remove centralized registration of protocols. | Kevin Krakauer |
2019-09-24 | Remove unecessary seccomp permission. | Robert Tonic |
2019-09-24 | Refactor command line options and remove the allowed terminology for uds | Robert Tonic |
2019-09-24 | Merge pull request #812 from lubinszARM:pr_dup3_arm | gVisor bot |
2019-09-23 | Always set HOME env var with `runsc exec`. | Nicolas Lacasse |
2019-09-19 | Update InstallUDSFilters documentation to be accurate to functionality. | Robert Tonic |
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-18 | Shard the runtime tests. | Nicolas Lacasse |
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-12 | Merge pull request #843 from nlacasse:version | gVisor bot |
2019-09-10 | Fix `runsc --version` and add a test. | Nicolas Lacasse |
2019-09-06 | Remove reundant global tcpip.LinkEndpointID. | Ian Gudger |
2019-09-05 | Ignore the root container when calculating oom_score_adj for the sandbox. | Ian Lewis |
2019-09-05 | Apply go fmt to the fsgofer changes. | Robert Tonic |
2019-09-05 | Remove seccomp permissions, and clean up the Attach logic. | Robert Tonic |
2019-09-05 | Change syscall.Dup2 to syscall.Dup3 | Bin Lu |
2019-09-04 | Resolve flakes with TestMultiContainerDestroy | Fabricio Voznika |
2019-09-03 | Impose order on test scripts. | Adin Scannell |