Age | Commit message (Expand) | Author |
2020-09-01 | Refactor tty codebase to use master-replica terminology. | Ayush Ranjan |
2020-08-26 | Make flag propagation automatic | 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-08 | Drop empty line | Michael Pratt |
2020-06-16 | Add runsc options to set checksum offloading status | gVisor bot |
2020-05-28 | Move Cleanup to its own package | Fabricio Voznika |
2020-04-30 | FIFO QDisc implementation | Bhasker Hariharan |
2020-04-22 | Specify a memory file in platform.New(). | Andrei Vagin |
2020-04-09 | Don't unconditionally set --panic-signal | Fabricio Voznika |
2020-04-07 | Add friendlier messages for frequently encountered errors. | Ian Lewis |
2020-04-07 | Don't map the 0 uid into a sandbox user namespace | Andrei Vagin |
2020-04-01 | Automated rollback of changelist 303799678 | Adin Scannell |
2020-03-30 | kvm: handle exit reasons even under EINTR. | Adin Scannell |
2020-03-12 | Kill sandbox process when parent process terminates | Fabricio Voznika |
2020-03-11 | runsc: Set asyncpreemptoff for the kvm platform | Andrei Vagin |
2020-03-05 | Merge pull request #1951 from moricho:moricho/add-profiler-option | gVisor bot |
2020-02-28 | Allow to specify a separate log for GO's runtime messages | Andrei Vagin |
2020-02-26 | add profile option | moricho |
2020-02-20 | Initial network namespace support. | gVisor bot |
2020-02-11 | Disallow duplicate NIC names. | gVisor bot |
2020-01-27 | Standardize on tools directory. | Adin Scannell |
2020-01-15 | Bump SO_SNDBUF for fdbased endpoint used by runsc. | Bhasker Hariharan |
2020-01-09 | New sync package. | Ian Gudger |
2019-12-17 | Leave minimum CPU number as a constant | Aleksandr Razumov |
2019-12-17 | Add minimum CPU number and only lower CPUs on --cpu-num-from-quota | Aleksandr Razumov |
2019-12-15 | Set CPU number to CPU quota | Aleksandr Razumov |
2019-12-11 | Enable IPv6 in runsc | Bhasker Hariharan |
2019-12-05 | Fix possible race condition destroying container | Fabricio Voznika |
2019-10-22 | netstack/tcp: software segmentation offload | Andrei Vagin |
2019-09-25 | Fix runsc log collection in kokoro | Fabricio Voznika |
2019-09-16 | Bring back to life features lost in recent refactor | Fabricio Voznika |
2019-08-21 | Use tcpip.Subnet in tcpip.Route | Tamir Duberstein |
2019-08-13 | tests: print stack traces if test failed by timeout | Andrei Vagin |
2019-08-01 | Set sandbox oom_score_adj | Ian Lewis |
2019-07-30 | Remove unused const variables | Ian Lewis |
2019-07-03 | Avoid importing platforms from many source files | Andrei Vagin |
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 | Allow to change logging options using 'runsc debug' | Fabricio Voznika |
2019-06-21 | Delete dangling comment line. | Nicolas Lacasse |
2019-06-20 | Drop extra character | Michael Pratt |
2019-06-18 | Kill sandbox process when 'runsc do' exits | Fabricio Voznika |
2019-06-18 | Add Container/Sandbox args struct for creation | Fabricio Voznika |
2019-06-13 | Update canonical repository. | Adin Scannell |
2019-06-12 | Allow 'runsc do' to run without root | Fabricio Voznika |
2019-06-11 | Use net.HardwareAddr for FDBasedLink.LinkAddress | Fabricio Voznika |
2019-06-06 | Add multi-fd support to fdbased endpoint. | Bhasker Hariharan |