Age | Commit message (Expand) | Author |
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 |
2018-12-13 | container.Destroy should clean up container metadata even if other cleanups fail | Nicolas Lacasse |
2018-11-15 | Allow sandbox.Wait to be called after the sandbox has exited. | Nicolas Lacasse |
2018-11-05 | Fix race between start and destroy | Fabricio Voznika |
2018-11-01 | Use spec with clean paths for gofer | Fabricio Voznika |
2018-10-21 | Updated cleanup code to be more explicit about ignoring errors. | Ian Lewis |
2018-10-19 | Use correct company name in copyright header | Ian Gudger |
2018-10-18 | Resolve mount paths while setting up root fs mount | Fabricio Voznika |
2018-10-17 | runsc: Add --pid flag to runsc kill. | Kevin Krakauer |
2018-10-16 | Bump sandbox start and stop timeouts. | Nicolas Lacasse |
2018-10-11 | Make the gofer process enter namespaces | Fabricio Voznika |
2018-10-11 | Add bare bones unsupported syscall logging | Fabricio Voznika |
2018-10-10 | Add sandbox to cgroup | Fabricio Voznika |
2018-10-09 | Add tests to verify gofer is chroot'ed | Fabricio Voznika |
2018-10-03 | runsc: Allow state transition from Creating to Stopped. | Nicolas Lacasse |