summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot/controller.go
AgeCommit message (Expand)Author
2018-12-07sentry: turn "dynamically-created" procfs files into static creation.Zhaozhong Ni
2018-11-09Close donated files if containerManager.Start() failsFabricio Voznika
2018-11-07Add more logging to controller.goFabricio Voznika
2018-11-05Fix race between start and destroyFabricio Voznika
2018-11-05Log when external signal is receivedFabricio Voznika
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-17runsc: Support job control signals for the root container.Nicolas Lacasse
2018-10-01runsc: Support job control signals in "exec -it".Nicolas Lacasse
2018-09-28Make runsc kill and delete more conformant to the "spec"Fabricio Voznika
2018-09-27Merge Loader.containerRootTGs and execProcess into a single mapFabricio Voznika
2018-09-27Implement 'runsc kill --all'Fabricio Voznika
2018-09-27Refactor 'runsc boot' to take container ID as argumentFabricio Voznika
2018-09-20Wait for all async fs operations to complete before returning from Destroy.Nicolas Lacasse
2018-09-19runsc: Fix stdin/stdout/stderr in multi-container mode.Kevin Krakauer
2018-09-19Add container.Destroy urpc method.Nicolas Lacasse
2018-09-18Automated rollback of changelist 213307171Kevin Krakauer
2018-09-17runsc: Enable waiting on exited processes.Kevin Krakauer
2018-09-17runsc: Fix stdin/out/err in multi-container mode.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-11platform: Pass device fd into platform constructor.Nicolas Lacasse
2018-09-07runsc: Support multi-container exec.Nicolas Lacasse
2018-09-05runsc: Support runsc kill multi-container.Kevin Krakauer
2018-09-05runsc: Promote getExecutablePathInternal to getExecutablePath.Nicolas Lacasse
2018-08-27Put fsgofer inside chrootFabricio Voznika
2018-08-24runsc: Terminal support for "docker exec -ti".Nicolas Lacasse
2018-08-15runsc fsgofer: Support dynamic serving of filesystems.Kevin Krakauer
2018-08-08Enable SACK in runscFabricio Voznika
2018-07-18Moved restore code out of create and made to be called after create.Justine Olshan
2018-06-28runsc: Add the "wait" subcommand.Kevin Krakauer
2018-06-22runsc: Enable waiting on individual containers within a sandbox.Kevin Krakauer
2018-06-20Add 'runsc debug' commandFabricio Voznika
2018-06-19runsc: Enable container creation within existing sandboxes.Kevin Krakauer
2018-06-19Added a resume command to unpause a paused container.Justine Olshan
2018-06-15Added code for a pause command for a container process.Justine Olshan
2018-06-06Added a function to the controller to checkpoint a container.Googler
2018-05-17Push signal-delivery and wait into the sandbox.Nicolas Lacasse
2018-05-09Return better errors from Docker when runsc fails to start.Nicolas Lacasse
2018-04-28Check in gVisor.Googler