summaryrefslogtreecommitdiffhomepage
path: root/runsc/cmd/checkpoint.go
AgeCommit message (Expand)Author
2021-03-06[op] Replace syscall package usage with golang.org/x/sys/unix in runsc/.Ayush Ranjan
2020-12-17Add sandbox ID to state file nameFabricio Voznika
2020-11-05Fix failure setting OOM score adjustmentFabricio Voznika
2020-11-03Fix more nogo testsTing-Yu Wang
2020-09-01Let flags be overriden from OCI annotationsFabricio Voznika
2020-08-19Move boot.Config to its own packageFabricio Voznika
2020-02-10Add flag package to limit visibility.Adin Scannell
2019-06-18Add Container/Sandbox args struct for creationFabricio Voznika
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-01-18Scrub runsc error messagesFabricio Voznika
2018-11-28Internal change.Googler
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-11Add bare bones unsupported syscall loggingFabricio Voznika
2018-09-18Handle children processes better in testsFabricio Voznika
2018-09-13runsc: Support container signal/wait.Lantao Liu
2018-07-18Moved restore code out of create and made to be called after create.Justine Olshan
2018-06-29Sets the restore environment for restoring a container.Justine Olshan
2018-06-29Added leave-running flag for checkpoint.Brielle Broder
2018-06-27Added MkdirAll capabilities for Checkpoint's image-path.Brielle Broder
2018-06-22Modified Checkpoint/Restore flags to improve compatibility with Docker.Brielle Broder
2018-06-12Runsc checkpoint works.Brielle Broder
2018-06-06Add runsc checkpoint command.Googler