Age | Commit message (Expand) | Author |
2020-10-27 | Merge pull request #4587 from lnsp:stacktrace | gVisor bot |
2020-10-23 | Add --traceback flag to customize GOTRACEBACK level | Lennart Espe |
2020-10-22 | Load spec during "runsc start" to process flag overrides | Fabricio Voznika |
2020-10-15 | `runsc do` fallback to internal network on failure | Fabricio Voznika |
2020-09-17 | Remove option to panic gofer | Fabricio Voznika |
2020-09-01 | Refactor tty codebase to use master-replica terminology. | Ayush Ranjan |
2020-09-01 | Let flags be overriden from OCI annotations | 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-07-13 | Merge pull request #2672 from amscanne:shim-integrated | gVisor bot |
2020-07-09 | Add args and netns flag to runsc spec | Ian Lewis |
2020-06-23 | Support for saving pointers to fields in the state package. | Adin Scannell |
2020-06-09 | Mount root and volumes as read-only if --overlay is enabled | Fabricio Voznika |
2020-06-01 | Include runtime goroutines in panics | Michael Pratt |
2020-06-01 | Make gofer mount readonly when overlay is enabled | Fabricio Voznika |
2020-05-24 | Add cwd option to spec cmd | Mikael Mello |
2020-05-15 | Minor formatting updates for gvisor.dev. | Adin Scannell |
2020-05-06 | Fix runsc syscall documentation generation. | Adin Scannell |
2020-04-27 | runsc: extend do network cleanup | Michael Pratt |
2020-04-23 | Simplify Docker test infrastructure. | Adin Scannell |
2020-04-22 | Specify a memory file in platform.New(). | Andrei Vagin |
2020-04-17 | Add test name to boot and gofer log files | Fabricio Voznika |
2020-04-08 | Clean up TODOs | Fabricio Voznika |
2020-03-19 | Improve error message when pivot_root fails | Fabricio Voznika |
2020-03-12 | Kill sandbox process when parent process terminates | Fabricio Voznika |
2020-02-26 | add profile option | moricho |
2020-02-19 | Add statefile command to runsc. | Adin Scannell |
2020-02-10 | Add flag package to limit visibility. | Adin Scannell |
2020-01-27 | Fix licenses. | Adin Scannell |
2020-01-27 | Standardize on tools directory. | Adin Scannell |
2020-01-09 | New sync package. | Ian Gudger |
2019-12-11 | runsc/debug: add an option to list all processes | Andrei Vagin |
2019-12-06 | Add runtime tracing. | Adin Scannell |
2019-10-16 | Fix problem with open FD when copy up is triggered in overlayfs | Fabricio Voznika |
2019-10-11 | Set base to root | Davor Kapsa |
2019-10-10 | Remove unnecessary assignment to path | Davor Kapsa |
2019-10-01 | Prevent CAP_NET_RAW from appearing in exec | Fabricio Voznika |
2019-09-25 | Merge pull request #765 from trailofbits:uds_support | gVisor bot |
2019-09-24 | Refactor command line options and remove the allowed terminology for uds | Robert Tonic |
2019-09-23 | Always set HOME env var with `runsc exec`. | Nicolas Lacasse |
2019-09-19 | Fix documentation, clean up seccomp filter installation, rename helpers. | Robert Tonic |
2019-09-19 | Place the host UDS mounting behind --fsgofer-host-uds-allowed. | Robert Tonic |
2019-09-03 | Impose order on test scripts. | Adin Scannell |
2019-07-03 | Avoid importing platforms from many source files | Andrei Vagin |
2019-06-27 | Fix various spelling issues in the documentation | Michael Pratt |
2019-06-26 | Always set SysProcAttr.Ctty to an FD in the child's FD table. | Nicolas Lacasse |
2019-06-25 | Use different Ctty FDs based on the go version. | Nicolas Lacasse |
2019-06-24 | fsgopher: reopen files via /proc/self/fd | Andrei Vagin |
2019-06-24 | Allow to change logging options using 'runsc debug' | Fabricio Voznika |