Age | Commit message (Expand) | Author |
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-31 | Remove license comments | Michael Pratt |
2019-01-28 | runsc: Only uninstall cgroup for sandbox stop. | Lantao Liu |
2019-01-25 | Make cacheRemoteRevalidating detect changes to file size | Fabricio Voznika |
2019-01-25 | Fix a nil pointer dereference bug in Container.Destroy() | ShiruRen |
2019-01-25 | Execute statically linked binary | Fabricio Voznika |
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-18 | Start a sandbox process in a new userns only if CAP_SETUID is set | Andrei Vagin |
2019-01-16 | Prevent internal tmpfs mount to override files in /tmp | Fabricio Voznika |
2019-01-15 | Create working directory if it doesn't yet exist | 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-12-10 | Open source system call tests. | Brian Geffon |
2018-12-03 | Internal change. | Googler |
2018-11-20 | Internal change. | Nicolas Lacasse |
2018-11-15 | Allow sandbox.Wait to be called after the sandbox has exited. | Nicolas Lacasse |
2018-11-12 | Internal change. | Nicolas Lacasse |
2018-11-09 | Add tests multicontainer start/stop | Fabricio Voznika |
2018-11-07 | Fix test --race violation | Fabricio Voznika |
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-23 | Track paths and provide a rename hook. | Adin Scannell |
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 | Relativize all socket paths in tests. | Nicolas Lacasse |
2018-10-17 | runsc: Support job control signals for the root container. | Nicolas Lacasse |
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 | Make Wait() return the sandbox exit status if the sandbox has exited. | Nicolas Lacasse |
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 |
2018-10-03 | Fix arithmetic error in multi_container_test. | Nicolas Lacasse |
2018-10-01 | runsc: Support job control signals in "exec -it". | Nicolas Lacasse |
2018-10-01 | Make multi-container the default mode for runsc | Fabricio Voznika |
2018-09-30 | Don't fail if Root is readonly and is not a mount point | Fabricio Voznika |
2018-09-30 | Removed duplicate/stale TODOs | Fabricio Voznika |
2018-09-28 | Add test for 'signall --all' with stopped container | Fabricio Voznika |
2018-09-28 | runsc: allow `kill --all` when container is in stopped state. | Lantao Liu |