summaryrefslogtreecommitdiffhomepage
path: root/runsc/sandbox/sandbox.go
AgeCommit message (Expand)Author
2018-06-04Return 'running' if gofer is still aliveFabricio Voznika
2018-06-04Fix leaky FDFabricio Voznika
2018-05-17Push signal-delivery and wait into the sandbox.Nicolas Lacasse
2018-05-15Refactor the Sandbox package into Sandbox + Container.Nicolas Lacasse
2018-05-09Return better errors from Docker when runsc fails to start.Nicolas Lacasse
2018-05-08Error if container requires AppArmor, SELinux or seccompFabricio Voznika
2018-05-04Run gofmt -s on everythingIan Gudger
2018-05-03Return error when child exits earlyFabricio Voznika
2018-05-03Fix misspellings.Cyrille Hemidy
2018-05-01Remove stale TODOFabricio Voznika
2018-04-28Check in gVisor.Googler