Age | Commit message (Expand) | Author |
2018-10-01 | runsc: Support job control signals in "exec -it". | Nicolas Lacasse |
2018-09-30 | Removed duplicate/stale TODOs | Fabricio Voznika |
2018-09-28 | Make runsc kill and delete more conformant to the "spec" | Fabricio Voznika |
2018-09-28 | Switch to root in userns when CAP_SYS_CHROOT is also missing | Fabricio Voznika |
2018-09-27 | Implement 'runsc kill --all' | Fabricio Voznika |
2018-09-27 | Refactor 'runsc boot' to take container ID as argument | Fabricio Voznika |
2018-09-26 | runsc: fix pid file race condition in exec detach mode. | Lantao Liu |
2018-09-19 | Fix sandbox and gofer capabilities | Fabricio Voznika |
2018-09-18 | Handle children processes better in tests | Fabricio Voznika |
2018-09-17 | runsc: Enable waiting on exited processes. | Kevin Krakauer |
2018-09-13 | runsc: Support container signal/wait. | Lantao Liu |
2018-09-12 | runsc: Add exec flag that specifies where to save the sandbox-internal pid. | Kevin Krakauer |
2018-09-11 | platform: Pass device fd into platform constructor. | Nicolas Lacasse |
2018-09-07 | Remove '--file-access=direct' option | Fabricio Voznika |
2018-09-06 | runsc: do not delete in paused state. | Lantao Liu |
2018-09-05 | runsc: Support runsc kill multi-container. | Kevin Krakauer |
2018-09-05 | Use container's capabilities in exec | Fabricio Voznika |
2018-09-05 | runsc: Promote getExecutablePathInternal to getExecutablePath. | Nicolas Lacasse |
2018-09-04 | runsc: Pass log and config files to sandbox process by FD. | Nicolas Lacasse |
2018-09-04 | runsc: fix container rootfs path. | Lantao Liu |
2018-08-31 | Automated rollback of changelist 210995199 | Fabricio Voznika |
2018-08-30 | Add seccomp filter to fsgofer | Fabricio Voznika |
2018-08-30 | runsc: Pass log and config files to sandbox process by FD. | Nicolas Lacasse |
2018-08-27 | Add command-line parameter to trigger panic on signal | Fabricio Voznika |
2018-08-27 | Put fsgofer inside chroot | Fabricio Voznika |
2018-08-24 | runsc: Terminal support for "docker exec -ti". | Nicolas Lacasse |
2018-08-24 | Add option to panic gofer if writes are attempted over RO mounts | Fabricio Voznika |
2018-08-21 | Initial change for multi-gofer support | Fabricio Voznika |
2018-08-15 | runsc fsgofer: Support dynamic serving of filesystems. | Kevin Krakauer |
2018-07-25 | runsc: Fix "exec" command when called without --pid-file. | Nicolas Lacasse |
2018-07-18 | Moved restore code out of create and made to be called after create. | Justine Olshan |
2018-07-12 | runsc: Don't close the control server in a defer. | Nicolas Lacasse |
2018-07-03 | runsc: `runsc wait` print wait status. | Lantao Liu |
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 | Error out if spec is invalid | Fabricio Voznika |
2018-06-27 | Added MkdirAll capabilities for Checkpoint's image-path. | Brielle Broder |
2018-06-26 | runsc: set gofer umask to 0. | Lantao Liu |
2018-06-25 | Fix lint errors | Fabricio Voznika |
2018-06-22 | Modified Checkpoint/Restore flags to improve compatibility with Docker. | Brielle Broder |
2018-06-21 | Restore implementation added to runsc. | Brielle Broder |
2018-06-21 | Fix typo in runsc gofer flag description | Ian Gudger |
2018-06-20 | Add 'runsc debug' command | Fabricio Voznika |
2018-06-19 | runsc: Enable container creation within existing sandboxes. | 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-15 | Added code for a pause command for a container process. | Justine Olshan |
2018-06-15 | runsc/cmd: fix kill signal parsing | Dmitry Vyukov |
2018-06-12 | Runsc checkpoint works. | Brielle Broder |