Age | Commit message (Expand) | Author |
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 |
2019-03-12 | Make HandleLocal apply to all non-loopback interfaces. | Ian Gudger |
2019-03-11 | Add profiling commands to runsc | Fabricio Voznika |
2019-02-22 | Rename ping endpoints to icmp endpoints. | Kevin Krakauer |
2019-02-14 | Don't allow writing or reading to TTY unless process group is in foreground. | Nicolas Lacasse |
2019-01-31 | runsc: check whether a container is deleted or not before setupContainerFS | Andrei Vagin |
2019-01-18 | Scrub runsc error messages | Fabricio Voznika |
2019-01-02 | Automated rollback of changelist 225089593 | Michael Pratt |
2018-12-28 | Simplify synchronization between runsc and sandbox process | Fabricio Voznika |
2018-12-11 | Add "trace signal" option | Michael Pratt |
2018-11-13 | Internal change. | Nicolas Lacasse |
2018-11-09 | Close donated files if containerManager.Start() fails | Fabricio Voznika |
2018-11-05 | Fix race between start and destroy | Fabricio Voznika |
2018-11-05 | Log when external signal is received | Fabricio Voznika |
2018-11-01 | Make error messages a bit more user friendly. | Ian Lewis |
2018-10-29 | Removes outdated TODO. | Kevin Krakauer |