Age | Commit message (Expand) | Author |
2020-11-05 | Fix failure setting OOM score adjustment | Fabricio Voznika |
2020-10-29 | Keep magic constants out of netstack | Kevin Krakauer |
2020-10-28 | Add logging option to leak checker. | Dean Deng |
2020-10-23 | Rewrite reference leak checker without finalizers. | Dean Deng |
2020-10-22 | Load spec during "runsc start" to process flag overrides | Fabricio Voznika |
2020-10-13 | [vfs2] Don't take reference in Task.MountNamespaceVFS2 and MountNamespace.Root. | Dean Deng |
2020-10-12 | [vfs2] Don't leak disconnected mounts. | Dean Deng |
2020-10-05 | Fix gofer monitor prematurely destroying container | Fabricio Voznika |
2020-10-05 | Merge pull request #3970 from benbuzbee:gomaxprocs | gVisor bot |
2020-09-30 | Use consistent thread configuration for sandbox go runtime | Ben Buzbee |
2020-09-28 | Support creating protocol instances with Stack ref | Ghanan Gowripalan |
2020-09-15 | Add support for OCI seccomp filters in the sandbox. | Ian Lewis |
2020-09-08 | Improve type safety for transport protocol options | Ghanan Gowripalan |
2020-09-04 | Simplify FD handling for container start/exec | Fabricio Voznika |
2020-09-01 | Dup stdio FDs for VFS2 when starting a child container | Tiwei Bie |
2020-08-28 | Improve type safety for network protocol options | Ghanan Gowripalan |
2020-08-19 | Move boot.Config to its own package | Fabricio Voznika |
2020-08-10 | Run GC before sandbox exit when leak checking is enabled. | Dean Deng |
2020-08-05 | Stop profiling when the sentry exits | Fabricio Voznika |
2020-08-04 | Error if dup'ing stdio FDs will clobber another FD | Fabricio Voznika |
2020-08-03 | Plumbing context.Context to DecRef() and Release(). | Nayana Bidari |
2020-07-15 | Merge pull request #3165 from ridwanmsharif:ridwanmsharif/fuse-off-by-default | gVisor bot |
2020-07-14 | Prepare boot.Loader to support multi-container TTY | Fabricio Voznika |
2020-07-09 | Gate FUSE behind a runsc flag | Ridwan Sharif |
2020-07-08 | Add shared mount hints to VFS2 | Fabricio Voznika |
2020-07-07 | [vfs2] Remove VFS1 usage in VDSO. | Ayush Ranjan |
2020-06-24 | Add support for Stack level options. | Bhasker Hariharan |
2020-06-18 | iptables: remove metadata struct | Kevin Krakauer |
2020-06-18 | Support setsockopt SO_SNDBUF/SO_RCVBUF for raw/udp sockets. | Bhasker Hariharan |
2020-06-11 | Set the HOME environment variable for sub-containers. | Ian Lewis |
2020-06-05 | Fix copylocks error about copying IPTables. | Ting-Yu Wang |
2020-05-07 | Allocate device numbers for VFS2 filesystems. | 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-24 | VFS2: Get HelloWorld image tests to pass with VFS2 | Zach Koopmans |
2020-04-24 | Move hostfs mount to Kernel struct. | Dean Deng |
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-03-31 | checkpoint/restore: make sure the donated stdioFDs have the same value | Aaron Lu |
2020-02-20 | Initial network namespace support. | gVisor bot |
2020-02-14 | Synchronize signalling with S/R | gVisor bot |
2020-02-14 | Plumb VFS2 inside the Sentry | gVisor bot |
2020-01-28 | Add vfs.FileDescription to FD table | Fabricio Voznika |
2020-01-09 | New sync package. | Ian Gudger |
2019-12-06 | Bump up Go 1.13 as minimum requirement | Fabricio Voznika |
2019-11-13 | Enable runsc/boot support on arm64. | Haibo Xu |
2019-11-04 | Add NETLINK_KOBJECT_UEVENT socket support | Michael Pratt |
2019-11-01 | Allow the watchdog to detect when the sandbox is stuck during setup. | Nicolas Lacasse |
2019-10-30 | Store endpoints inside multiPortEndpoint in a sorted order | Andrei Vagin |