summaryrefslogtreecommitdiffhomepage
path: root/runsc
AgeCommit message (Expand)Author
2018-07-31Use backoff package for retry logicFabricio Voznika
2018-07-31Drop dup2 filterMichael Pratt
2018-07-30Cleans up files created if there is a failure.Brielle Broder
2018-07-27Make runsc visibility public.Adin Scannell
2018-07-27Replace sleeps with waits in tests - part IIFabricio Voznika
2018-07-25Replace sleeps with waits in tests - part IFabricio Voznika
2018-07-25runsc: Fix "exec" command when called without --pid-file.Nicolas Lacasse
2018-07-23Created a docker integration test for a tomcat image.Justine Olshan
2018-07-23Add KVM and overlay dimensions to container_testFabricio Voznika
2018-07-20Removed a now incorrect reference to restoreFile.Justine Olshan
2018-07-19runsc: copy gateway from the pod network interface.Lantao Liu
2018-07-18Moved restore code out of create and made to be called after create.Justine Olshan
2018-07-18runsc: Fixes to CheckpointRestoreTest.Nicolas Lacasse
2018-07-13runsc: Fix map access race in boot.Loader.waitContainer.Nicolas Lacasse
2018-07-13Bump the timeout when waiting for python HTTP server.Nicolas Lacasse
2018-07-12runsc: Don't close the control server in a defer.Nicolas Lacasse
2018-07-11Automated rollback of changelist 203157739Bhasker Hariharan
2018-07-11Created runsc and docker integration tests.Justine Olshan
2018-07-10Modified error message for clarity.Brielle Broder
2018-07-06Tests pause and resume functionality on a Python container.Justine Olshan
2018-07-03Fix runsc VDSO mappingMichael Pratt
2018-07-03Skip overlay on root when its readonlyFabricio Voznika
2018-07-03runsc: `runsc wait` print wait status.Lantao Liu
2018-07-03Resend packets back to netstack if destined to itselfFabricio Voznika
2018-07-03Fix flaky image_testFabricio Voznika
2018-07-03runsc: Mount "mandatory" mounts right after mounting the root.Nicolas Lacasse
2018-07-02runsc/boot/filter: permit SYS_TIME for raceDmitry Vyukov
2018-07-02runsc: fix panic for `runsc wait` on stopped container.Lantao Liu
2018-07-02Make default limits the same as with runcFabricio Voznika
2018-06-29Fix typo.Brielle Broder
2018-06-29Sets the restore environment for restoring a container.Justine Olshan
2018-06-29Added leave-running flag for checkpoint.Brielle Broder
2018-06-28runsc: Add the "wait" subcommand.Kevin Krakauer
2018-06-28Add more image testsFabricio Voznika
2018-06-28Wait for sandbox process when waiting for root containerFabricio Voznika
2018-06-28Error out if spec is invalidFabricio Voznika
2018-06-28Add option to configure watchdog actionFabricio Voznika
2018-06-27Added MkdirAll capabilities for Checkpoint's image-path.Brielle Broder
2018-06-26Add KVM, overlay and host network to image testsFabricio Voznika
2018-06-26runsc: set gofer umask to 0.Lantao Liu
2018-06-25runsc: add a `multi-container` flag to enable multi-container support.Lantao Liu
2018-06-25Fix lint errorsFabricio Voznika
2018-06-22runsc: Enable waiting on individual containers within a sandbox.Kevin Krakauer
2018-06-22Modified Checkpoint/Restore flags to improve compatibility with Docker.Brielle Broder
2018-06-21Forward SIGUSR2 to the sandbox tooFabricio Voznika
2018-06-21Added functionality to create a RestoreEnvironment.Justine Olshan
2018-06-21Restore implementation added to runsc.Brielle Broder
2018-06-21runsc: Default umask should be 0.Nicolas Lacasse
2018-06-21Fix typo in runsc gofer flag descriptionIan Gudger
2018-06-20Reduce test sleep timeFabricio Voznika