Age | Commit message (Expand) | Author |
2019-09-23 | Fix runsc checksum artifact name. | Brad Burlage |
2019-09-23 | internal BUILD file cleanup. | gVisor bot |
2019-09-20 | Change vfs.Dirent.Off to NextOff. | Jamie Liu |
2019-09-20 | Allow waiting for LinkEndpoint worker goroutines to finish. | Ian Gudger |
2019-09-20 | fix set hostname | Jianfeng Tan |
2019-09-20 | Implement /proc/net/tcp6 | Jianfeng Tan |
2019-09-19 | Fix p9 integration of flipcall. | Jamie Liu |
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 | Remove defer from hot path and ensure Atomic is applied consistently. | Adin Scannell |
2019-09-19 | Merge pull request #876 from xiaobo55x:hostcpu | gVisor bot |
2019-09-19 | Job control: controlling TTYs and foreground process groups. | Kevin Krakauer |
2019-09-19 | Place the host UDS mounting behind --fsgofer-host-uds-allowed. | Robert Tonic |
2019-09-19 | Accelerate byte lookup in string with `bytealg/indexbyte` | Hang Su |
2019-09-18 | Shard the runtime tests. | Nicolas Lacasse |
2019-09-18 | Fix dev.sh --refresh to create target dir | Fabricio Voznika |
2019-09-18 | Enable pkg/sentry/hostcpu support on arm64. | Haibo Xu |
2019-09-18 | Signalfd support | Adin Scannell |
2019-09-18 | Move the component into the repository structure. | Adin Scannell |
2019-09-18 | enable syscalls/linux to support arm64 | Bin Lu |
2019-09-18 | enable kvm/testutil to support arm64 | Bin Lu |
2019-09-17 | scripts/build.sh: fix kokoro failure "KOKORO_BUILD_NIGHTLY: unbound variable" | Andrei Vagin |
2019-09-17 | Automated rollback of changelist 268047073 | Ghanan Gowripalan |
2019-09-17 | Follow-up fixes for image tests. | Nicolas Lacasse |
2019-09-17 | platform/ptrace: log exit code for stub processes | Andrei Vagin |
2019-09-17 | Update remaining users of LinkEndpoints to not refer to them as an ID. | Ian Gudger |
2019-09-16 | Fix artifact pattern for repositories. | Adin Scannell |
2019-09-16 | Refactor and clean up image tests. | Nicolas Lacasse |
2019-09-16 | Migrate from gflags to absl flags | Michael Pratt |
2019-09-16 | Bring back to life features lost in recent refactor | Fabricio Voznika |
2019-09-13 | gvisor: return ENOTDIR from the unlink syscall | Andrei Vagin |
2019-09-13 | Remove stale configurations. | Adin Scannell |
2019-09-12 | Update p9 to support flipcall. | Adin Scannell |
2019-09-12 | Implement splice methods for pipes and sockets. | Adin Scannell |
2019-09-12 | Remove go_test from go_stateify and go_marshal | Michael Pratt |
2019-09-12 | Merge pull request #843 from nlacasse:version | gVisor bot |
2019-09-12 | Automated rollback of changelist 268047073 | Ghanan Gowripalan |
2019-09-12 | Update repository directory structure. | Adin Scannell |
2019-09-12 | Bump bazel toolchain. | Nicolas Lacasse |
2019-09-11 | Drop unavailable package. | Adin Scannell |
2019-09-11 | Ensure appropriate tools are installed on image. | Adin Scannell |
2019-09-11 | Update key environment variables. | Adin Scannell |
2019-09-11 | Fix authorization for continuous integration. | Adin Scannell |
2019-09-11 | Bump bazel, rules_go, gazelle, and go toolchain to latest versions. | Nicolas Lacasse |
2019-09-11 | Update required Bazel version in README. | Ian Lewis |
2019-09-10 | Fix `runsc --version` and add a test. | Nicolas Lacasse |
2019-09-10 | Fix minor Kokoro issues. | Adin Scannell |
2019-09-09 | Fix ephemeral port leak. | Ian Gudger |
2019-09-09 | go_marshal: Implement automatic generation of ABI marshalling code. | Rahat Mahmood |
2019-09-09 | Merge pull request #824 from amscanne:fix_build2 | gVisor bot |