summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot/controller.go
AgeCommit message (Expand)Author
2020-02-26add profile optionmoricho
2020-02-20Initial network namespace support.gVisor bot
2019-12-06Add runtime tracing.Adin Scannell
2019-11-01Allow the watchdog to detect when the sandbox is stuck during setup.Nicolas Lacasse
2019-10-23fix typokevin.xu
2019-10-23remove duplicated periodkevin.xu
2019-10-16Fix problem with open FD when copy up is triggered in overlayfsFabricio Voznika
2019-10-08Remove stale TODOFabricio Voznika
2019-10-07Rename epsocket to netstack.Kevin Krakauer
2019-08-08netstack: Don't start endpoint goroutines too soon on restore.Rahat Mahmood
2019-08-02Stops container if gofer is killedFabricio Voznika
2019-08-02Remove kernel.mounts.Nicolas Lacasse
2019-06-24Allow to change logging options using 'runsc debug'Fabricio Voznika
2019-06-13Update canonical repository.Adin Scannell
2019-06-12gvisor/runsc: apply seccomp filters before parsing a state fileAndrei Vagin
2019-06-11Add support to mount pod shared tmpfs mountsFabricio Voznika
2019-06-03Refactor container FS setupFabricio Voznika
2019-06-03Remove 'clearStatus' option from container.Wait*PID()Fabricio Voznika
2019-05-30Add support for collecting execution trace to runsc.Bhasker Hariharan
2019-05-15Cleanup around urpc file payload handlingFabricio Voznika
2019-05-03Fix runsc restore to be compatible with docker start --checkpoint ...Andrei Vagin
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-04-02Remove obsolete TODO.Kevin Krakauer
2019-04-02Change bug number for duplicate bug.Kevin Krakauer
2019-03-14Decouple filemem from platform and move it to pgalloc.MemoryFile.Jamie Liu
2019-03-11Add profiling commands to runscFabricio Voznika
2019-01-29runsc: reap a sandbox process only in sandbox.Wait()Andrei Vagin
2019-01-18Scrub runsc error messagesFabricio Voznika
2018-12-28Simplify synchronization between runsc and sandbox processFabricio Voznika
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