Age | Commit message (Expand) | Author |
2018-09-27 | Refactor 'runsc boot' to take container ID as argument | Fabricio Voznika |
2018-09-24 | runsc: All non-root bind mounts should be shared. | Nicolas Lacasse |
2018-09-20 | runsc: allow `runsc wait` on a container for multiple times. | Lantao Liu |
2018-09-20 | Wait for all async fs operations to complete before returning from Destroy. | Nicolas Lacasse |
2018-09-19 | runsc: Fix stdin/stdout/stderr in multi-container mode. | Kevin Krakauer |
2018-09-19 | Add container.Destroy urpc method. | Nicolas Lacasse |
2018-09-19 | Fix sandbox and gofer capabilities | Fabricio Voznika |
2018-09-19 | runsc: Don't create __runsc_containers__ unless we are in multi-container mode. | Nicolas Lacasse |
2018-09-19 | Add docker command line args support for --cpuset-cpus and --cpus | Lingfu |
2018-09-18 | Automated rollback of changelist 213307171 | Kevin Krakauer |
2018-09-17 | Remove memory usage static init | Fabricio Voznika |
2018-09-17 | runsc: Enable waiting on exited processes. | Kevin Krakauer |
2018-09-17 | runsc: Fix stdin/out/err in multi-container mode. | 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-12 | Remove getdents from filters | Michael Pratt |
2018-09-11 | Rollback of changelist 212483372 | Michael Pratt |
2018-09-11 | platform: Pass device fd into platform constructor. | Nicolas Lacasse |
2018-09-11 | Allow fstatat back in syscall filters | Fabricio Voznika |
2018-09-07 | runsc: Support multi-container exec. | Nicolas Lacasse |
2018-09-07 | Only start signal forwarding after init process is created | Fabricio Voznika |
2018-09-07 | Remove '--file-access=direct' option | Fabricio Voznika |
2018-09-07 | Use root abstract socket namespace for exec | Fabricio Voznika |
2018-09-07 | runsc: Run sandbox process inside minimal chroot. | Nicolas Lacasse |
2018-09-05 | runsc: Support runsc kill multi-container. | Kevin Krakauer |
2018-09-05 | Enabled bind mounts in sub-containers | Fabricio Voznika |
2018-09-05 | runsc: Promote getExecutablePathInternal to getExecutablePath. | Nicolas Lacasse |
2018-09-04 | runsc: Run sandbox as user nobody. | Nicolas Lacasse |
2018-09-04 | runsc: Pass log and config files to sandbox process by FD. | Nicolas Lacasse |
2018-09-04 | Remove epoll_wait from filters | Michael Pratt |
2018-08-31 | Automated rollback of changelist 210995199 | Fabricio Voznika |
2018-08-30 | runsc: Pass log and config files to sandbox process by FD. | Nicolas Lacasse |
2018-08-28 | Add argument checks to seccomp | Fabricio Voznika |
2018-08-28 | Drop support for Go 1.10 | Michael Pratt |
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 | runsc: Allow runsc to properly search the PATH for executable name. | Kevin Krakauer |
2018-08-23 | Clean up syscall filters | Fabricio Voznika |
2018-08-15 | runsc fsgofer: Support dynamic serving of filesystems. | Kevin Krakauer |
2018-08-15 | runsc: Fix instances of file access "proxy". | Nicolas Lacasse |
2018-08-14 | runsc: Change cache policy for root fs and volume mounts. | Nicolas Lacasse |
2018-08-08 | Basic support for ip link/addr and ifconfig | Fabricio Voznika |
2018-08-08 | Resend packets back to netstack if destined to itself | Fabricio Voznika |
2018-08-08 | Enable SACK in runsc | Fabricio Voznika |
2018-08-01 | Move stack clock to options struct | Ian Gudger |
2018-07-31 | Drop dup2 filter | Michael Pratt |
2018-07-18 | Moved restore code out of create and made to be called after create. | Justine Olshan |
2018-07-13 | runsc: Fix map access race in boot.Loader.waitContainer. | Nicolas Lacasse |
2018-07-12 | runsc: Don't close the control server in a defer. | Nicolas Lacasse |