Age | Commit message (Expand) | Author |
2018-09-27 | Implement 'runsc kill --all' | Fabricio Voznika |
2018-09-27 | Move uds_test_app to common test_app | Fabricio Voznika |
2018-09-21 | Run gofmt -s on everything | Ian Gudger |
2018-09-21 | The "action" in container.Signal should be "signal". | Nicolas Lacasse |
2018-09-21 | runsc: Synchronize container metadata changes with a file lock. | Nicolas Lacasse |
2018-09-20 | Set Sandbox.Chroot so it gets cleaned up upon destruction | Fabricio Voznika |
2018-09-20 | runsc: allow `runsc wait` on a container for multiple times. | Lantao Liu |
2018-09-20 | runsc: Fix a bug that `runsc wait` doesn't work after container exits. | Lantao Liu |
2018-09-19 | Add container.Destroy urpc method. | Nicolas Lacasse |
2018-09-19 | runsc: Mark container_test flaky. | Kevin Krakauer |
2018-09-18 | Added state machine checks for Container.Status | Fabricio Voznika |
2018-09-18 | Handle children processes better in tests | Fabricio Voznika |
2018-09-17 | Rename container in test | Fabricio Voznika |
2018-09-17 | runsc: Enable waiting on exited processes. | Kevin Krakauer |
2018-09-13 | runsc: Support container signal/wait. | Lantao Liu |
2018-09-12 | runsc: Add exec flag that specifies where to save the sandbox-internal pid. | Kevin Krakauer |
2018-09-07 | Remove '--file-access=direct' option | Fabricio Voznika |
2018-09-07 | runsc: Run sandbox process inside minimal chroot. | Nicolas Lacasse |
2018-09-06 | runsc testing: Move TestMultiContainerSignal to multi_container_test. | Kevin Krakauer |
2018-09-05 | runsc: Support runsc kill multi-container. | Kevin Krakauer |
2018-09-05 | Enabled bind mounts in sub-containers | Fabricio Voznika |
2018-09-05 | Running container should have a valid sandbox | Fabricio Voznika |
2018-09-05 | Move multi-container test to a single file | Fabricio Voznika |
2018-09-05 | runsc: Promote getExecutablePathInternal to getExecutablePath. | Nicolas Lacasse |
2018-09-04 | runsc: fix container rootfs path. | Lantao Liu |
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 |