Age | Commit message (Expand) | Author |
2020-10-05 | Fix gofer monitor prematurely destroying container | Fabricio Voznika |
2020-09-08 | Honor readonly flag for root mount | Fabricio Voznika |
2020-09-04 | Simplify FD handling for container start/exec | Fabricio Voznika |
2020-09-01 | Refactor tty codebase to use master-replica terminology. | Ayush Ranjan |
2020-08-19 | Move boot.Config to its own package | Fabricio Voznika |
2020-07-08 | Add shared mount hints to VFS2 | Fabricio Voznika |
2020-06-11 | Set the HOME environment variable for sub-containers. | Ian Lewis |
2020-06-08 | Combine executable lookup code | Fabricio Voznika |
2020-06-01 | More runsc changes for VFS2 | Fabricio Voznika |
2020-05-28 | Move Cleanup to its own package | Fabricio Voznika |
2020-05-28 | Automated rollback of changelist 309082540 | Fabricio Voznika |
2020-04-26 | refactor and add test for bindmount | moricho |
2020-04-23 | Simplify Docker test infrastructure. | Adin Scannell |
2020-04-17 | Add test name to boot and gofer log files | Fabricio Voznika |
2020-01-09 | New sync package. | Ian Gudger |
2019-12-11 | runsc/debug: add an option to list all processes | Andrei Vagin |
2019-12-06 | Make annotations OCI compliant | Fabricio Voznika |
2019-10-24 | Fix early deletion of rootDir | Fabricio Voznika |
2019-10-08 | Ignore mount options that are not supported in shared mounts | Fabricio Voznika |
2019-09-04 | Resolve flakes with TestMultiContainerDestroy | Fabricio Voznika |
2019-09-03 | Impose order on test scripts. | Adin Scannell |
2019-08-27 | Mount volumes as super user | Fabricio Voznika |
2019-08-06 | Make loading container in a sandbox more robust | Fabricio Voznika |
2019-08-02 | Stops container if gofer is killed | Fabricio Voznika |
2019-07-24 | Use different pidns among different containers | chris.zn |
2019-07-23 | Give each container a distinct MountNamespace. | Nicolas Lacasse |
2019-06-18 | Add Container/Sandbox args struct for creation | Fabricio Voznika |
2019-06-13 | Update canonical repository. | Adin Scannell |
2019-06-11 | Add support to mount pod shared tmpfs mounts | Fabricio Voznika |
2019-06-03 | Remove 'clearStatus' option from container.Wait*PID() | Fabricio Voznika |
2019-05-02 | runsc: move test_app in a separate directory | Andrei Vagin |
2019-04-29 | Change copyright notice to "The gVisor Authors" | Michael Pratt |
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-11 | runsc: Collect zombies of sandbox and gofer processes | Andrei Vagin |
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-10-19 | Use correct company name in copyright header | Ian Gudger |
2018-10-17 | runsc: Add --pid flag to runsc kill. | Kevin Krakauer |
2018-10-11 | Add bare bones unsupported syscall logging | Fabricio Voznika |
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-09-28 | Add test for 'signall --all' with stopped container | Fabricio Voznika |
2018-09-28 | Make runsc kill and delete more conformant to the "spec" | Fabricio Voznika |
2018-09-27 | Move common test code to function | Fabricio Voznika |
2018-09-27 | Implement 'runsc kill --all' | Fabricio Voznika |
2018-09-20 | runsc: allow `runsc wait` on a container for multiple times. | Lantao Liu |
2018-09-19 | Add container.Destroy urpc method. | Nicolas Lacasse |
2018-09-18 | Added state machine checks for Container.Status | Fabricio Voznika |