Age | Commit message (Expand) | Author |
2021-08-18 | Add control configs | Chong Cai |
2021-07-01 | [syserror] Update several syserror errors to linuxerr equivalents. | Zach Koopmans |
2021-06-22 | [syserror] Add conversions to linuxerr with temporary Equals method. | Zach Koopmans |
2021-06-03 | Initialize metrics at init | Tamir Duberstein |
2021-04-22 | Add weirdness sentry metric. | Nayana Bidari |
2021-04-16 | Allow runsc to generate coverage reports. | Dean Deng |
2021-04-02 | Implement cgroupfs. | Rahat Mahmood |
2021-04-02 | Implement the runsc verity-prepare command. | Rahat Mahmood |
2021-01-05 | Internal changes. | Andrei Vagin |
2020-10-29 | Keep magic constants out of netstack | Kevin Krakauer |
2020-10-23 | Rewrite reference leak checker without finalizers. | Dean Deng |
2020-10-19 | Remove legacy bazel configurations. | Adin Scannell |
2020-09-17 | Add VFS2 overlay support in runsc | Fabricio Voznika |
2020-09-15 | Add support for OCI seccomp filters in the sandbox. | Ian Lewis |
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-07-22 | Support for receiving outbound packets in AF_PACKET. | Bhasker Hariharan |
2020-07-13 | Merge pull request #2672 from amscanne:shim-integrated | gVisor bot |
2020-06-25 | Moved FUSE device under the fuse directory | Ridwan Sharif |
2020-06-24 | Port /dev/net/tun device to VFS2. | Nicolas Lacasse |
2020-06-23 | Port /dev/tty device to VFS2. | Nicolas Lacasse |
2020-06-11 | Add //pkg/sentry/fsimpl/overlay. | Jamie Liu |
2020-05-06 | Fix runsc syscall documentation generation. | Adin Scannell |
2020-05-04 | Add TTY support on VFS2 to runsc | Fabricio Voznika |
2020-04-30 | FIFO QDisc implementation | Bhasker Hariharan |
2020-04-24 | VFS2: Get HelloWorld image tests to pass with VFS2 | Zach Koopmans |
2020-04-23 | Simplify Docker test infrastructure. | Adin Scannell |
2020-04-22 | Move user home detection to its own library. | Nicolas Lacasse |
2020-04-17 | Get /bin/true to run on VFS2 | Zach Koopmans |
2020-04-14 | Merge pull request #2212 from aaronlu:dup_stdioFDs | gVisor bot |
2020-02-20 | Initial network namespace support. | gVisor bot |
2020-01-28 | Add vfs.FileDescription to FD table | Fabricio Voznika |
2020-01-27 | Update package locations. | Adin Scannell |
2020-01-27 | Standardize on tools directory. | Adin Scannell |
2020-01-09 | New sync package. | Ian Gudger |
2019-12-06 | Merge pull request #1233 from xiaobo55x:compatLog | gVisor bot |
2019-12-03 | Enable runsc compatLog support on arm64. | Haibo Xu |
2019-11-13 | Enable runsc/boot support on arm64. | Haibo Xu |
2019-11-04 | Add NETLINK_KOBJECT_UEVENT socket support | Michael Pratt |
2019-10-07 | Rename epsocket to netstack. | Kevin Krakauer |
2019-09-25 | Remove centralized registration of protocols. | Kevin Krakauer |
2019-09-23 | Always set HOME env var with `runsc exec`. | Nicolas Lacasse |
2019-08-02 | Stops container if gofer is killed | Fabricio Voznika |
2019-07-03 | Avoid importing platforms from many source files | Andrei Vagin |
2019-07-02 | Remove map from fd_map, change to fd_table. | Adin Scannell |
2019-06-28 | Add finalizer on AtomicRefCount to check for leaks. | Ian Gudger |
2019-06-13 | Update canonical repository. | Adin Scannell |
2019-06-13 | Set the HOME environment variable (fixes #293) | Ian Lewis |
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 |