Age | Commit message (Expand) | Author |
2018-08-31 | Mounting over '/tmp' may fail | Fabricio Voznika |
2018-08-31 | runsc: Set volume mount rslave. | Lantao Liu |
2018-08-28 | runsc: unmount volume mounts when destroy container. | Lantao Liu |
2018-08-27 | runsc: Fix readonly filesystem causing failure to create containers. | Kevin Krakauer |
2018-08-27 | fs: Fix remote-revalidate cache policy. | Nicolas Lacasse |
2018-08-27 | Put fsgofer inside chroot | Fabricio Voznika |
2018-08-22 | runsc: De-flakes container_test TestMultiContainerSanity. | Kevin Krakauer |
2018-08-21 | Fix TestUnixDomainSockets failure when path is too large | Fabricio Voznika |
2018-08-21 | Temporarily skip multi-container tests in container_test until deflaked. | Kevin Krakauer |
2018-08-21 | nonExclusiveFS is causing timeout with --race | Fabricio Voznika |
2018-08-21 | Move container_test to the container package | Fabricio Voznika |
2018-08-21 | Initial change for multi-gofer support | Fabricio Voznika |
2018-08-20 | Standardize mounts in tests | Fabricio Voznika |
2018-08-17 | Add nonExclusiveFS dimension to more tests | Fabricio Voznika |
2018-08-16 | Combine functions to search for file under one common function | Fabricio Voznika |
2018-08-15 | runsc fsgofer: Support dynamic serving of filesystems. | Kevin Krakauer |
2018-08-14 | runsc: Change cache policy for root fs and volume mounts. | Nicolas Lacasse |
2018-08-10 | Enable checkpoint/restore in cases of UDS use. | Brielle Broder |
2018-08-06 | Disable KVM dimension because it's making the test flaky | Fabricio Voznika |
2018-07-27 | Replace sleeps with waits in tests - part II | Fabricio Voznika |
2018-07-25 | Replace sleeps with waits in tests - part I | Fabricio Voznika |
2018-07-23 | Add KVM and overlay dimensions to container_test | Fabricio Voznika |
2018-07-18 | Moved restore code out of create and made to be called after create. | Justine Olshan |
2018-07-18 | runsc: Fixes to CheckpointRestoreTest. | Nicolas Lacasse |
2018-07-03 | Skip overlay on root when its readonly | Fabricio Voznika |
2018-07-02 | runsc: fix panic for `runsc wait` on stopped container. | Lantao Liu |
2018-06-29 | Fix typo. | Brielle Broder |
2018-06-29 | Sets the restore environment for restoring a container. | Justine Olshan |
2018-06-29 | Added leave-running flag for checkpoint. | Brielle Broder |
2018-06-28 | runsc: Add the "wait" subcommand. | Kevin Krakauer |
2018-06-28 | Wait for sandbox process when waiting for root container | Fabricio Voznika |
2018-06-28 | Error out if spec is invalid | Fabricio Voznika |
2018-06-25 | runsc: add a `multi-container` flag to enable multi-container support. | Lantao Liu |
2018-06-22 | runsc: Enable waiting on individual containers within a sandbox. | Kevin Krakauer |
2018-06-21 | Restore implementation added to runsc. | Brielle Broder |
2018-06-20 | Reduce test sleep time | Fabricio Voznika |
2018-06-19 | runsc: Enable container creation within existing sandboxes. | Kevin Krakauer |
2018-06-19 | runsc: Fix flakey container_test. | Kevin Krakauer |
2018-06-19 | Added a resume command to unpause a paused container. | Justine Olshan |
2018-06-15 | Added code for a pause command for a container process. | Justine Olshan |
2018-06-14 | Fix typo. | Brielle Broder |
2018-06-12 | Runsc checkpoint works. | Brielle Broder |
2018-06-06 | runsc: Support abbreviated container IDs. | Kevin Krakauer |
2018-06-06 | Add runsc checkpoint command. | Googler |
2018-06-04 | Create destination mount dir if it doesn't exist | Fabricio Voznika |
2018-06-04 | Return 'running' if gofer is still alive | Fabricio Voznika |
2018-06-04 | Refactor container_test in preparation for sandbox_test | Fabricio Voznika |
2018-05-29 | Supress error when deleting non-existing container with --force | Fabricio Voznika |
2018-05-24 | Configure sandbox as superuser | Fabricio Voznika |
2018-05-21 | Fix test failure when user can't mount temp dir | Fabricio Voznika |