Age | Commit message (Expand) | Author |
2019-09-06 | Remove reundant global tcpip.LinkEndpointID. | Ian Gudger |
2019-09-05 | Ignore the root container when calculating oom_score_adj for the sandbox. | Ian Lewis |
2019-09-04 | Resolve flakes with TestMultiContainerDestroy | Fabricio Voznika |
2019-09-03 | Impose order on test scripts. | Adin Scannell |
2019-08-29 | Merge pull request #655 from praveensastry:feature/runsc-ref-chk-leak | gVisor bot |
2019-08-29 | Don't log an error when stopping the container if it is not running. | Nicolas Lacasse |
2019-08-27 | Mount volumes as super user | Fabricio Voznika |
2019-08-26 | fsgofer_test.go: a socket file path can't be longer than UNIX_MAX_PATH (108) | Andrei Vagin |
2019-08-22 | Log message sent before logging is setup | Fabricio Voznika |
2019-08-22 | Send sandbox log to test log | Fabricio Voznika |
2019-08-22 | Add log prefix for better clarity | praveensastry |
2019-08-21 | Use tcpip.Subnet in tcpip.Route | Tamir Duberstein |
2019-08-13 | Fix file mode check in fsgofer Attach | Fabricio Voznika |
2019-08-13 | tests: print stack traces if test failed by timeout | Andrei Vagin |
2019-08-09 | Fix the Stringer for leak mode | praveensastry |
2019-08-08 | netstack: Don't start endpoint goroutines too soon on restore. | Rahat Mahmood |
2019-08-07 | Set gofer's OOM score adjustment | Fabricio Voznika |
2019-08-06 | Make loading container in a sandbox more robust | 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-08-01 | Set sandbox oom_score_adj | Ian Lewis |
2019-07-30 | Remove unused const variables | Ian Lewis |
2019-07-30 | Change syscall.POLL to syscall.PPOLL. | Haibo Xu |
2019-07-29 | Move runtimes tests to appropriate directory. | Samantha Sample |
2019-07-26 | runsc: propagate the alsologtostderr to sub-commands | Andrei Vagin |
2019-07-26 | Merge pull request #452 from zhangningdlut:chris_test_pidns | gVisor bot |
2019-07-26 | Publish Dockerfiles and test-runner binaries for running language tests. | Samantha Sample |
2019-07-25 | Automated rollback of changelist 255679453 | Fabricio Voznika |
2019-07-24 | Use different pidns among different containers | chris.zn |
2019-07-23 | Give each container a distinct MountNamespace. | Nicolas Lacasse |
2019-07-23 | Make runAllTests() consistent with listTests(). | Brett Landau |
2019-07-22 | Prototype integration of runtime language tests for Node.js into gVisor. | Samantha Sample |
2019-07-19 | Create the initial binary for each of the 5 runtime's test-runner. | Brett Landau |
2019-07-16 | test/integration: wait a background process | Andrei Vagin |
2019-07-12 | Take a reference on the already-mounted inode before re-mounting it. | Nicolas Lacasse |
2019-07-08 | Merge pull request #375 from jmgao:master | gVisor bot |
2019-07-08 | Don't try to execute a file that is not regular. | Nicolas Lacasse |
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-07-01 | Use new location of python-hello image in tests. | Nicolas Lacasse |
2019-06-28 | Add finalizer on AtomicRefCount to check for leaks. | Ian Gudger |
2019-06-28 | Automated rollback of changelist 255263686 | Nicolas Lacasse |
2019-06-28 | runsc: allow openat for runsc-race | Andrei Vagin |
2019-06-27 | Fix various spelling issues in the documentation | Michael Pratt |
2019-06-27 | Cache directory entries in the overlay | Michael Pratt |
2019-06-26 | Preserve permissions when checking lower | Fabricio Voznika |