summaryrefslogtreecommitdiffhomepage
path: root/runsc/container/BUILD
AgeCommit message (Expand)Author
2020-08-19Move boot.Config to its own packageFabricio Voznika
2020-07-13Merge pull request #2672 from amscanne:shim-integratedgVisor bot
2020-06-01More runsc changes for VFS2Fabricio Voznika
2020-05-28Move Cleanup to its own packageFabricio Voznika
2020-04-27container: use sighandling packageMichael Pratt
2020-04-23Simplify Docker test infrastructure.Adin Scannell
2020-02-04Increase container_test size.Kevin Krakauer
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-09New sync package.Ian Gudger
2019-10-30Fix container lockingFabricio Voznika
2019-10-01Prevent CAP_NET_RAW from appearing in execFabricio Voznika
2019-09-03Impose order on test scripts.Adin Scannell
2019-08-02Stops container if gofer is killedFabricio Voznika
2019-07-03Avoid importing platforms from many source filesAndrei Vagin
2019-06-13Update canonical repository.Adin Scannell
2019-05-02runsc: move test_app in a separate directoryAndrei Vagin
2019-03-18Add support for mount propagationFabricio Voznika
2019-01-31Remove license commentsMichael Pratt
2019-01-25Make cacheRemoteRevalidating detect changes to file sizeFabricio Voznika
2019-01-25Execute statically linked binaryFabricio Voznika
2019-01-09Restore to original cgroup after sandbox and gofer processes are createdFabricio Voznika
2018-12-10Open source system call tests.Brian Geffon
2018-12-03Internal change.Googler
2018-11-20Internal change.Nicolas Lacasse
2018-11-12Internal change.Nicolas Lacasse
2018-10-23Track paths and provide a rename hook.Adin Scannell
2018-10-17runsc: Support job control signals for the root container.Nicolas Lacasse
2018-10-16Bump sandbox start and stop timeouts.Nicolas Lacasse
2018-10-01runsc: Support job control signals in "exec -it".Nicolas Lacasse
2018-09-27Implement 'runsc kill --all'Fabricio Voznika
2018-09-27Move uds_test_app to common test_appFabricio Voznika
2018-09-21runsc: Synchronize container metadata changes with a file lock.Nicolas Lacasse
2018-09-19runsc: Mark container_test flaky.Kevin Krakauer
2018-09-05Move multi-container test to a single fileFabricio Voznika
2018-08-27runsc: Fix readonly filesystem causing failure to create containers.Kevin Krakauer
2018-08-27Put fsgofer inside chrootFabricio Voznika
2018-08-21Move container_test to the container packageFabricio Voznika
2018-08-21Initial change for multi-gofer supportFabricio Voznika
2018-08-10Enable checkpoint/restore in cases of UDS use.Brielle Broder
2018-07-23Add KVM and overlay dimensions to container_testFabricio Voznika
2018-06-29Added leave-running flag for checkpoint.Brielle Broder
2018-06-19runsc: Enable container creation within existing sandboxes.Kevin Krakauer
2018-06-04Refactor container_test in preparation for sandbox_testFabricio Voznika
2018-05-15Refactor the Sandbox package into Sandbox + Container.Nicolas Lacasse