Age | Commit message (Expand) | Author |
2020-09-04 | Simplify FD handling for container start/exec | Fabricio Voznika |
2020-08-19 | Move boot.Config to its own package | Fabricio Voznika |
2020-08-05 | Stop profiling when the sentry exits | Fabricio Voznika |
2020-07-14 | Prepare boot.Loader to support multi-container TTY | Fabricio Voznika |
2020-02-26 | add profile option | moricho |
2020-02-20 | Initial network namespace support. | gVisor bot |
2019-12-06 | Add runtime tracing. | Adin Scannell |
2019-11-01 | Allow the watchdog to detect when the sandbox is stuck during setup. | Nicolas Lacasse |
2019-10-23 | fix typo | kevin.xu |
2019-10-23 | remove duplicated period | kevin.xu |
2019-10-16 | Fix problem with open FD when copy up is triggered in overlayfs | Fabricio Voznika |
2019-10-08 | Remove stale TODO | Fabricio Voznika |
2019-10-07 | Rename epsocket to netstack. | Kevin Krakauer |
2019-08-08 | netstack: Don't start endpoint goroutines too soon on restore. | Rahat Mahmood |
2019-08-02 | Stops container if gofer is killed | Fabricio Voznika |
2019-08-02 | Remove kernel.mounts. | Nicolas Lacasse |
2019-06-24 | Allow to change logging options using 'runsc debug' | Fabricio Voznika |
2019-06-13 | Update canonical repository. | Adin Scannell |
2019-06-12 | gvisor/runsc: apply seccomp filters before parsing a state file | Andrei Vagin |
2019-06-11 | Add support to mount pod shared tmpfs mounts | Fabricio Voznika |
2019-06-03 | Refactor container FS setup | Fabricio Voznika |
2019-06-03 | Remove 'clearStatus' option from container.Wait*PID() | Fabricio Voznika |
2019-05-30 | Add support for collecting execution trace to runsc. | Bhasker Hariharan |
2019-05-15 | Cleanup around urpc file payload handling | Fabricio Voznika |
2019-05-03 | Fix runsc restore to be compatible with docker start --checkpoint ... | Andrei Vagin |
2019-04-29 | Change copyright notice to "The gVisor Authors" | Michael Pratt |
2019-04-29 | Allow and document bug ids in gVisor codebase. | Nicolas Lacasse |
2019-04-02 | Remove obsolete TODO. | Kevin Krakauer |
2019-04-02 | Change bug number for duplicate bug. | Kevin Krakauer |
2019-03-14 | Decouple filemem from platform and move it to pgalloc.MemoryFile. | Jamie Liu |
2019-03-11 | Add profiling commands to runsc | Fabricio Voznika |
2019-01-29 | runsc: reap a sandbox process only in sandbox.Wait() | Andrei Vagin |
2019-01-18 | Scrub runsc error messages | Fabricio Voznika |
2018-12-28 | Simplify synchronization between runsc and sandbox process | Fabricio Voznika |
2018-12-07 | sentry: turn "dynamically-created" procfs files into static creation. | Zhaozhong Ni |
2018-11-09 | Close donated files if containerManager.Start() fails | Fabricio Voznika |
2018-11-07 | Add more logging to controller.go | Fabricio Voznika |
2018-11-05 | Fix race between start and destroy | Fabricio Voznika |
2018-11-05 | Log when external signal is received | Fabricio Voznika |
2018-10-19 | Use correct company name in copyright header | Ian Gudger |
2018-10-17 | runsc: Support job control signals for the root container. | Nicolas Lacasse |
2018-10-01 | runsc: Support job control signals in "exec -it". | Nicolas Lacasse |
2018-09-28 | Make runsc kill and delete more conformant to the "spec" | Fabricio Voznika |
2018-09-27 | Merge Loader.containerRootTGs and execProcess into a single map | Fabricio Voznika |
2018-09-27 | Implement 'runsc kill --all' | Fabricio Voznika |
2018-09-27 | Refactor 'runsc boot' to take container ID as argument | Fabricio Voznika |
2018-09-20 | Wait for all async fs operations to complete before returning from Destroy. | Nicolas Lacasse |
2018-09-19 | runsc: Fix stdin/stdout/stderr in multi-container mode. | Kevin Krakauer |
2018-09-19 | Add container.Destroy urpc method. | Nicolas Lacasse |
2018-09-18 | Automated rollback of changelist 213307171 | Kevin Krakauer |