Age | Commit message (Expand) | Author |
2021-07-13 | Use consistent naming for subcontainers | Fabricio Voznika |
2021-06-28 | Exit early with error message on checkpoint/pause w/ hostinet. | Ian Lewis |
2021-06-25 | Merge pull request #6222 from avagin:stop | gVisor bot |
2021-06-22 | runsc: don't kill sandbox, let it stop properly | Andrei Vagin |
2021-06-17 | Move tcpip.Clock impl to Timekeeper | Tamir Duberstein |
2021-05-04 | Make Mount.Type optional for bind mounts | Fabricio Voznika |
2021-04-02 | Implement cgroupfs. | Rahat Mahmood |
2021-03-18 | Skip /dev submount hack on VFS2. | Jamie Liu |
2021-03-06 | [op] Replace syscall package usage with golang.org/x/sys/unix in runsc/. | Ayush Ranjan |
2021-02-22 | Fix `runsc kill --pid` | Fabricio Voznika |
2021-01-05 | Add benchmarks targets to BuildKite. | Adin Scannell |
2020-12-29 | Make profiling commands synchronous. | Adin Scannell |
2020-11-17 | Add support for TTY in multi-container | Fabricio Voznika |
2020-11-05 | Fix failure setting OOM score adjustment | Fabricio Voznika |
2020-10-23 | Support VFS2 save/restore. | Jamie Liu |
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 |