summaryrefslogtreecommitdiffhomepage
path: root/runsc
AgeCommit message (Expand)Author
2019-09-12Merge pull request #843 from nlacasse:versiongVisor bot
2019-09-10Fix `runsc --version` and add a test.Nicolas Lacasse
2019-09-06Remove reundant global tcpip.LinkEndpointID.Ian Gudger
2019-09-05Ignore the root container when calculating oom_score_adj for the sandbox.Ian Lewis
2019-09-04Resolve flakes with TestMultiContainerDestroyFabricio Voznika
2019-09-03Impose order on test scripts.Adin Scannell
2019-08-29Merge pull request #655 from praveensastry:feature/runsc-ref-chk-leakgVisor bot
2019-08-29Don't log an error when stopping the container if it is not running.Nicolas Lacasse
2019-08-27Mount volumes as super userFabricio Voznika
2019-08-26fsgofer_test.go: a socket file path can't be longer than UNIX_MAX_PATH (108)Andrei Vagin
2019-08-22Log message sent before logging is setupFabricio Voznika
2019-08-22Send sandbox log to test logFabricio Voznika
2019-08-22Add log prefix for better claritypraveensastry
2019-08-21Use tcpip.Subnet in tcpip.RouteTamir Duberstein
2019-08-13Fix file mode check in fsgofer AttachFabricio Voznika
2019-08-13tests: print stack traces if test failed by timeoutAndrei Vagin
2019-08-09Fix the Stringer for leak modepraveensastry
2019-08-08netstack: Don't start endpoint goroutines too soon on restore.Rahat Mahmood
2019-08-07Set gofer's OOM score adjustmentFabricio Voznika
2019-08-06Make loading container in a sandbox more robustFabricio Voznika
2019-08-06Remove traces option for ref leak modepraveensastry
2019-08-06Add option to configure reference leak checkingpraveensastry
2019-08-02Remove stale TODOFabricio Voznika
2019-08-02Plumbing for iptables sockopts.Kevin Krakauer
2019-08-02Stops container if gofer is killedFabricio Voznika
2019-08-02Remove kernel.mounts.Nicolas Lacasse
2019-08-01Set sandbox oom_score_adjIan Lewis
2019-07-30Remove unused const variablesIan Lewis
2019-07-30Change syscall.POLL to syscall.PPOLL.Haibo Xu
2019-07-29Move runtimes tests to appropriate directory.Samantha Sample
2019-07-26runsc: propagate the alsologtostderr to sub-commandsAndrei Vagin
2019-07-26Merge pull request #452 from zhangningdlut:chris_test_pidnsgVisor bot
2019-07-26Publish Dockerfiles and test-runner binaries for running language tests.Samantha Sample
2019-07-25Automated rollback of changelist 255679453Fabricio Voznika
2019-07-24Use different pidns among different containerschris.zn
2019-07-23Give each container a distinct MountNamespace.Nicolas Lacasse
2019-07-23Make runAllTests() consistent with listTests().Brett Landau
2019-07-22Prototype integration of runtime language tests for Node.js into gVisor.Samantha Sample
2019-07-19Create the initial binary for each of the 5 runtime's test-runner.Brett Landau
2019-07-16test/integration: wait a background processAndrei Vagin
2019-07-12Take a reference on the already-mounted inode before re-mounting it.Nicolas Lacasse
2019-07-08Merge pull request #375 from jmgao:mastergVisor bot
2019-07-08Don't try to execute a file that is not regular.Nicolas Lacasse
2019-07-03Avoid importing platforms from many source filesAndrei Vagin
2019-07-02Remove map from fd_map, change to fd_table.Adin Scannell
2019-07-01Use new location of python-hello image in tests.Nicolas Lacasse
2019-06-28Add finalizer on AtomicRefCount to check for leaks.Ian Gudger
2019-06-28Automated rollback of changelist 255263686Nicolas Lacasse
2019-06-28runsc: allow openat for runsc-raceAndrei Vagin
2019-06-27Fix various spelling issues in the documentationMichael Pratt