Age | Commit message (Expand) | Author |
2021-07-12 | Fix stdios ownership | Fabricio Voznika |
2021-07-12 | Fix GoLand analyzer errors under runsc/... | Fabricio Voznika |
2021-05-05 | Fixes to runsc cgroups | Fabricio Voznika |
2021-05-04 | Make Mount.Type optional for bind mounts | Fabricio Voznika |
2021-03-06 | [op] Replace syscall package usage with golang.org/x/sys/unix in runsc/. | Ayush Ranjan |
2021-02-24 | return root pids with runsc ps | Daniel Dao |
2021-02-22 | Fix `runsc kill --pid` | Fabricio Voznika |
2021-02-02 | Stub out basic `runsc events --stat` CPU functionality | Kevin Krakauer |
2021-02-01 | Enable container checkpoint/restore tests with VFS2 | Fabricio Voznika |
2021-01-22 | Fix TestDuplicateEnvVariable flakyness | Fabricio Voznika |
2021-01-11 | OCI spec may contain duplicate environment variables | Fabricio Voznika |
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-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-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 |