summaryrefslogtreecommitdiffhomepage
path: root/runsc/container
AgeCommit message (Expand)Author
2018-12-03Internal change.Googler
2018-11-20Internal change.Nicolas Lacasse
2018-11-15Allow sandbox.Wait to be called after the sandbox has exited.Nicolas Lacasse
2018-11-12Internal change.Nicolas Lacasse
2018-11-09Add tests multicontainer start/stopFabricio Voznika
2018-11-07Fix test --race violationFabricio Voznika
2018-11-05Fix race between start and destroyFabricio Voznika
2018-11-01Use spec with clean paths for goferFabricio Voznika
2018-10-23Track paths and provide a rename hook.Adin Scannell
2018-10-21Updated cleanup code to be more explicit about ignoring errors.Ian Lewis
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-18Resolve mount paths while setting up root fs mountFabricio Voznika
2018-10-17Relativize all socket paths in tests.Nicolas Lacasse
2018-10-17runsc: Support job control signals for the root container.Nicolas Lacasse
2018-10-17runsc: Add --pid flag to runsc kill.Kevin Krakauer
2018-10-16Bump sandbox start and stop timeouts.Nicolas Lacasse
2018-10-11Make the gofer process enter namespacesFabricio Voznika
2018-10-11Make Wait() return the sandbox exit status if the sandbox has exited.Nicolas Lacasse
2018-10-11Add bare bones unsupported syscall loggingFabricio Voznika
2018-10-10Add sandbox to cgroupFabricio Voznika
2018-10-09Add tests to verify gofer is chroot'edFabricio Voznika
2018-10-03runsc: Allow state transition from Creating to Stopped.Nicolas Lacasse
2018-10-03Fix arithmetic error in multi_container_test.Nicolas Lacasse
2018-10-01runsc: Support job control signals in "exec -it".Nicolas Lacasse
2018-10-01Make multi-container the default mode for runscFabricio Voznika
2018-09-30Don't fail if Root is readonly and is not a mount pointFabricio Voznika
2018-09-30Removed duplicate/stale TODOsFabricio Voznika
2018-09-28Add test for 'signall --all' with stopped containerFabricio Voznika
2018-09-28runsc: allow `kill --all` when container is in stopped state.Lantao Liu
2018-09-28Make runsc kill and delete more conformant to the "spec"Fabricio Voznika
2018-09-27Move common test code to functionFabricio Voznika
2018-09-27Implement 'runsc kill --all'Fabricio Voznika
2018-09-27Move uds_test_app to common test_appFabricio Voznika
2018-09-21Run gofmt -s on everythingIan Gudger
2018-09-21The "action" in container.Signal should be "signal".Nicolas Lacasse
2018-09-21runsc: Synchronize container metadata changes with a file lock.Nicolas Lacasse
2018-09-20Set Sandbox.Chroot so it gets cleaned up upon destructionFabricio Voznika
2018-09-20runsc: allow `runsc wait` on a container for multiple times.Lantao Liu
2018-09-20runsc: Fix a bug that `runsc wait` doesn't work after container exits.Lantao Liu
2018-09-19Add container.Destroy urpc method.Nicolas Lacasse
2018-09-19runsc: Mark container_test flaky.Kevin Krakauer
2018-09-18Added state machine checks for Container.StatusFabricio Voznika
2018-09-18Handle children processes better in testsFabricio Voznika
2018-09-17Rename container in testFabricio Voznika
2018-09-17runsc: Enable waiting on exited processes.Kevin Krakauer
2018-09-13runsc: Support container signal/wait.Lantao Liu
2018-09-12runsc: Add exec flag that specifies where to save the sandbox-internal pid.Kevin Krakauer
2018-09-07Remove '--file-access=direct' optionFabricio Voznika
2018-09-07runsc: Run sandbox process inside minimal chroot.Nicolas Lacasse
2018-09-06runsc testing: Move TestMultiContainerSignal to multi_container_test.Kevin Krakauer