Age | Commit message (Expand) | Author |
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 |
2019-10-21 | AF_PACKET support for netstack (aka epsocket). | Kevin Krakauer |
2019-10-07 | Implement IP_TTL. | Ian Gudger |
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-09-04 | Resolve flakes with TestMultiContainerDestroy | Fabricio Voznika |
2019-08-29 | Merge pull request #655 from praveensastry:feature/runsc-ref-chk-leak | gVisor bot |
2019-08-27 | Mount volumes as super user | Fabricio Voznika |
2019-08-06 | Remove traces option for ref leak mode | praveensastry |
2019-08-06 | Add option to configure reference leak checking | praveensastry |
2019-08-02 | Remove stale TODO | Fabricio Voznika |
2019-08-02 | Plumbing for iptables sockopts. | Kevin Krakauer |
2019-08-02 | Stops container if gofer is killed | Fabricio Voznika |
2019-08-02 | Remove kernel.mounts. | Nicolas Lacasse |
2019-07-26 | Merge pull request #452 from zhangningdlut:chris_test_pidns | gVisor bot |
2019-07-24 | Use different pidns among different containers | chris.zn |
2019-07-23 | Give each container a distinct MountNamespace. | Nicolas Lacasse |
2019-07-08 | Merge pull request #375 from jmgao:master | gVisor bot |
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-14 | Enable Receive Buffer Auto-Tuning for runsc. | Bhasker Hariharan |
2019-06-13 | Plumb context through more layers of filesytem. | Ian Gudger |
2019-06-13 | Update canonical repository. | Adin Scannell |
2019-06-13 | Set the HOME environment variable (fixes #293) | Ian Lewis |
2019-06-13 | Fix use of "2 ^ 30". | Josh Gao |
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 |
2019-06-07 | Move //pkg/sentry/memutil to //pkg/memutil. | Jamie Liu |
2019-06-06 | Implement reclaim-driven MemoryFile eviction. | Jamie Liu |
2019-06-03 | Refactor container FS setup | Fabricio Voznika |
2019-06-03 | Remove 'clearStatus' option from container.Wait*PID() | Fabricio Voznika |
2019-06-03 | Remove spurious period | Michael Pratt |
2019-05-15 | Cleanup around urpc file payload handling | Fabricio Voznika |
2019-04-30 | Implement async MemoryFile eviction, and use it in CachingInodeOperations. | Jamie Liu |
2019-04-29 | Change copyright notice to "The gVisor Authors" | Michael Pratt |
2019-04-29 | Allow and document bug ids in gVisor codebase. | Nicolas Lacasse |
2019-04-26 | Make raw sockets a toggleable feature disabled by default. | Kevin Krakauer |
2019-04-17 | Use FD limit and file size limit from host | Fabricio Voznika |
2019-03-14 | Decouple filemem from platform and move it to pgalloc.MemoryFile. | Jamie Liu |