Age | Commit message (Expand) | Author |
2018-07-06 | Tests pause and resume functionality on a Python container. | Justine Olshan |
2018-07-03 | Fix runsc VDSO mapping | Michael Pratt |
2018-07-03 | Skip overlay on root when its readonly | Fabricio Voznika |
2018-07-03 | runsc: `runsc wait` print wait status. | Lantao Liu |
2018-07-03 | Resend packets back to netstack if destined to itself | Fabricio Voznika |
2018-07-03 | Fix flaky image_test | Fabricio Voznika |
2018-07-03 | runsc: Mount "mandatory" mounts right after mounting the root. | Nicolas Lacasse |
2018-07-02 | runsc/boot/filter: permit SYS_TIME for race | Dmitry Vyukov |
2018-07-02 | runsc: fix panic for `runsc wait` on stopped container. | Lantao Liu |
2018-07-02 | Make default limits the same as with runc | Fabricio Voznika |
2018-06-29 | Fix typo. | Brielle Broder |
2018-06-29 | Sets the restore environment for restoring a container. | Justine Olshan |
2018-06-29 | Added leave-running flag for checkpoint. | Brielle Broder |
2018-06-28 | runsc: Add the "wait" subcommand. | Kevin Krakauer |
2018-06-28 | Add more image tests | Fabricio Voznika |
2018-06-28 | Wait for sandbox process when waiting for root container | Fabricio Voznika |
2018-06-28 | Error out if spec is invalid | Fabricio Voznika |
2018-06-28 | Add option to configure watchdog action | Fabricio Voznika |
2018-06-27 | Added MkdirAll capabilities for Checkpoint's image-path. | Brielle Broder |
2018-06-26 | Add KVM, overlay and host network to image tests | Fabricio Voznika |
2018-06-26 | runsc: set gofer umask to 0. | Lantao Liu |
2018-06-25 | runsc: add a `multi-container` flag to enable multi-container support. | Lantao Liu |
2018-06-25 | Fix lint errors | Fabricio Voznika |
2018-06-22 | runsc: Enable waiting on individual containers within a sandbox. | Kevin Krakauer |
2018-06-22 | Modified Checkpoint/Restore flags to improve compatibility with Docker. | Brielle Broder |
2018-06-21 | Forward SIGUSR2 to the sandbox too | Fabricio Voznika |
2018-06-21 | Added functionality to create a RestoreEnvironment. | Justine Olshan |
2018-06-21 | Restore implementation added to runsc. | Brielle Broder |
2018-06-21 | runsc: Default umask should be 0. | Nicolas Lacasse |
2018-06-21 | Fix typo in runsc gofer flag description | Ian Gudger |
2018-06-20 | Reduce test sleep time | Fabricio Voznika |
2018-06-20 | Include image test as part of kokoro tests | Fabricio Voznika |
2018-06-20 | Add end-to-end image tests | Fabricio Voznika |
2018-06-20 | Add 'runsc debug' command | Fabricio Voznika |
2018-06-20 | Add tool to configure runtime settings in docker | Fabricio Voznika |
2018-06-19 | runsc: Enable container creation within existing sandboxes. | Kevin Krakauer |
2018-06-19 | runsc: Whitelist lstat, as it is now used in specutils. | Kevin Krakauer |
2018-06-19 | runsc: Fix flakey container_test. | Kevin Krakauer |
2018-06-19 | Added a resume command to unpause a paused container. | Justine Olshan |
2018-06-18 | Modified boot.go to allow for restores. | Justine Olshan |
2018-06-18 | runsc: support symlink to the exec path. | Lantao Liu |
2018-06-18 | runsc: support "rw" mount option. | Lantao Liu |
2018-06-18 | Automated rollback of changelist 200770591 | Fabricio Voznika |
2018-06-15 | Added code for a pause command for a container process. | Justine Olshan |
2018-06-15 | runsc: Make gofer logs show up in test output. | Kevin Krakauer |
2018-06-15 | runsc: support /dev bind mount which does not conflict with default /dev mount. | Lantao Liu |
2018-06-15 | runsc/cmd: fix kill signal parsing | Dmitry Vyukov |
2018-06-15 | Set kernel.applicationCores to the number of processor on the host | Fabricio Voznika |
2018-06-14 | Fix typo. | Brielle Broder |
2018-06-14 | Add nanosleep filter for Go 1.11 support | Michael Pratt |