Age | Commit message (Expand) | Author |
2021-01-13 | Switch uses of os.Getenv that check for empty string to os.LookupEnv. | Dean Deng |
2021-01-12 | Fix simple mistakes identified by goreportcard. | Adin Scannell |
2021-01-11 | OCI spec may contain duplicate environment variables | Fabricio Voznika |
2021-01-05 | Add benchmarks targets to BuildKite. | Adin Scannell |
2021-01-05 | Internal changes. | Andrei Vagin |
2020-12-30 | Fix condition checking in `runsc debug` | Fabricio Voznika |
2020-12-29 | Make profiling commands synchronous. | Adin Scannell |
2020-12-17 | Typo fix. | Etienne Perot |
2020-12-17 | [netstack] Implement IP(V6)_RECVERR socket option. | Ayush Ranjan |
2020-12-17 | Add sandbox ID to state file name | Fabricio Voznika |
2020-12-17 | Set max memory not min | Fabricio Voznika |
2020-12-15 | fsgofer optimizations | Fabricio Voznika |
2020-12-14 | [netstack] Update raw socket and hostinet control message parsing. | Ayush Ranjan |
2020-12-11 | Add runsc symbolize command. | Dean Deng |
2020-12-11 | Remove existing nogo exceptions. | Adin Scannell |
2020-12-10 | Disable host reassembly for fragments. | Bhasker Hariharan |
2020-12-09 | Tweak aarch64 support. | Adin Scannell |
2020-12-07 | Support icmpv6 transport protocol | Peter Johnston |
2020-12-04 | Overlay runsc regular file mounts with regular files. | Jamie Liu |
2020-12-03 | Surface usage message for `runsc do`. | Dean Deng |
2020-12-03 | Support partitions for other tests. | Adin Scannell |
2020-11-19 | Propagate IP address prefix from host to netstack | Fabricio Voznika |
2020-11-18 | runsc: check whether cgroup exists or not for each controller | Andrei Vagin |
2020-11-18 | Fix race condition in multi-container wait test | Fabricio Voznika |
2020-11-17 | Add support for TTY in multi-container | Fabricio Voznika |
2020-11-16 | Remove ARP address workaround | Ghanan Gowripalan |
2020-11-12 | Remove TESTONLY tag from vfs2 flag | Fabricio Voznika |
2020-11-05 | Re-add start/stop container tests | Fabricio Voznika |
2020-11-05 | Return failure when `runsc events` queries a stopped container | Fabricio Voznika |
2020-11-05 | Fix failure setting OOM score adjustment | Fabricio Voznika |
2020-11-03 | Fix more nogo tests | Ting-Yu Wang |
2020-10-29 | Keep magic constants out of netstack | Kevin Krakauer |
2020-10-28 | Add logging option to leak checker. | Dean Deng |
2020-10-27 | Merge pull request #4587 from lnsp:stacktrace | gVisor bot |
2020-10-27 | Add more cgroup unit tests | Fabricio Voznika |
2020-10-27 | Merge pull request #4420 from workato:dev-options | gVisor bot |
2020-10-26 | Allow overriding mount options for /dev and /dev/pts | Konstantin Baranov |
2020-10-23 | Fix nogo errors in specutils | Fabricio Voznika |
2020-10-23 | Support VFS2 save/restore. | Jamie Liu |
2020-10-23 | Rewrite reference leak checker without finalizers. | Dean Deng |
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-21 | Merge pull request #3957 from workato:auto-cgroup | gVisor bot |
2020-10-20 | Do not even try forcing cgroups in tests | Konstantin Baranov |
2020-10-20 | Add /dev to mandatory mounts test | Fabricio Voznika |
2020-10-19 | Fix runsc tests on VFS2 overlay. | Jamie Liu |
2020-10-19 | Remove legacy bazel configurations. | Adin Scannell |
2020-10-19 | Fixes to cgroups | Fabricio Voznika |
2020-10-15 | `runsc do` fallback to internal network on failure | Fabricio Voznika |
2020-10-13 | [vfs2] Don't take reference in Task.MountNamespaceVFS2 and MountNamespace.Root. | Dean Deng |