Age | Commit message (Expand) | Author |
2021-01-12 | Fix simple mistakes identified by goreportcard. | Adin Scannell |
2020-12-17 | Add sandbox ID to state file name | Fabricio Voznika |
2020-11-18 | Fix race condition in multi-container wait test | Fabricio Voznika |
2020-11-17 | Add support for TTY in multi-container | Fabricio Voznika |
2020-11-05 | Return failure when `runsc events` queries a stopped container | Fabricio Voznika |
2020-11-05 | Fix failure setting OOM score adjustment | Fabricio Voznika |
2020-10-21 | Merge pull request #3957 from workato:auto-cgroup | gVisor bot |
2020-10-20 | Do not even try forcing cgroups in tests | Konstantin Baranov |
2020-10-19 | Fixes to cgroups | Fabricio Voznika |
2020-10-06 | Ignore errors in rootless and test modes | Konstantin Baranov |
2020-10-02 | Treat absent "linux" section is empty "cgroupsPath" too | Konstantin Baranov |
2020-09-17 | Remove option to panic gofer | Fabricio Voznika |
2020-09-15 | Use container ID as cgroup name if not provided | Konstantin Baranov |
2020-08-19 | Move boot.Config to its own package | Fabricio Voznika |
2020-07-15 | Apply pdeathsig to gofer for runsc run/do | Michael Pratt |
2020-05-28 | Move Cleanup to its own package | Fabricio Voznika |
2020-04-28 | Merge pull request #2558 from prattmic:forward_signal | gVisor bot |
2020-04-27 | container: use sighandling package | Michael Pratt |
2020-04-27 | Update container.go | kevin.xu |
2020-04-23 | Simplify Docker test infrastructure. | Adin Scannell |
2020-04-07 | Update TODO to #238 | Ian Lewis |
2020-02-27 | Log oom_score_adj value on error | Fabricio Voznika |
2019-10-30 | Fix container locking | Fabricio Voznika |
2019-10-20 | Add runsc OCI annotations to support CRI-O. | Tom Lanyon |
2019-09-16 | Bring back to life features lost in recent refactor | Fabricio Voznika |
2019-09-05 | Ignore the root container when calculating oom_score_adj for the sandbox. | Ian Lewis |
2019-08-07 | Set gofer's OOM score adjustment | Fabricio Voznika |
2019-08-06 | Make loading container in a sandbox more robust | Fabricio Voznika |
2019-08-01 | Set sandbox oom_score_adj | Ian Lewis |
2019-06-27 | Fix various spelling issues in the documentation | Michael Pratt |
2019-06-18 | Kill sandbox process when 'runsc do' exits | Fabricio Voznika |
2019-06-18 | Add Container/Sandbox args struct for creation | Fabricio Voznika |
2019-06-13 | Update canonical repository. | Adin Scannell |
2019-06-03 | Remove 'clearStatus' option from container.Wait*PID() | Fabricio Voznika |
2019-05-03 | Fix runsc restore to be compatible with docker start --checkpoint ... | Andrei Vagin |
2019-05-02 | Add [simple] network support to 'runsc do' | Fabricio Voznika |
2019-04-29 | Change copyright notice to "The gVisor Authors" | Michael Pratt |
2019-04-29 | Allow and document bug ids in gVisor codebase. | Nicolas Lacasse |
2019-04-23 | Fix container_test flakes. | Kevin Krakauer |
2019-04-09 | runsc: set UID and GID if gofer is executed in a new user namespace | Andrei Vagin |
2019-03-29 | Set container.CreatedAt in Create(). | Nicolas Lacasse |
2019-03-18 | Add support for mount propagation | Fabricio Voznika |
2019-02-25 | Fix cgroup when path is relative | Fabricio Voznika |
2019-01-31 | gvisor/gofer: Use pivot_root instead of chroot | Andrei Vagin |
2019-01-28 | runsc: Only uninstall cgroup for sandbox stop. | Lantao Liu |
2019-01-25 | Fix a nil pointer dereference bug in Container.Destroy() | ShiruRen |
2019-01-22 | Don't bind-mount runsc into a sandbox mntns | Andrei Vagin |
2019-01-18 | Scrub runsc error messages | Fabricio Voznika |
2019-01-11 | runsc: Collect zombies of sandbox and gofer processes | Andrei Vagin |
2019-01-09 | Restore to original cgroup after sandbox and gofer processes are created | Fabricio Voznika |