Age | Commit message (Expand) | Author |
2018-11-05 | Fix race between start and destroy | Fabricio Voznika |
2018-11-01 | Use spec with clean paths for gofer | Fabricio Voznika |
2018-10-23 | Track paths and provide a rename hook. | Adin Scannell |
2018-10-21 | Updated cleanup code to be more explicit about ignoring errors. | Ian Lewis |
2018-10-19 | Use correct company name in copyright header | Ian Gudger |
2018-10-18 | Resolve mount paths while setting up root fs mount | Fabricio Voznika |
2018-10-17 | Relativize all socket paths in tests. | Nicolas Lacasse |
2018-10-17 | runsc: Support job control signals for the root container. | Nicolas Lacasse |
2018-10-17 | runsc: Add --pid flag to runsc kill. | Kevin Krakauer |
2018-10-16 | Bump sandbox start and stop timeouts. | Nicolas Lacasse |
2018-10-11 | Make the gofer process enter namespaces | Fabricio Voznika |
2018-10-11 | Make Wait() return the sandbox exit status if the sandbox has exited. | Nicolas Lacasse |
2018-10-11 | Add bare bones unsupported syscall logging | Fabricio Voznika |
2018-10-10 | Add sandbox to cgroup | Fabricio Voznika |
2018-10-09 | Add tests to verify gofer is chroot'ed | Fabricio Voznika |
2018-10-03 | runsc: Allow state transition from Creating to Stopped. | Nicolas Lacasse |
2018-10-03 | Fix arithmetic error in multi_container_test. | Nicolas Lacasse |
2018-10-01 | runsc: Support job control signals in "exec -it". | Nicolas Lacasse |
2018-10-01 | Make multi-container the default mode for runsc | Fabricio Voznika |
2018-09-30 | Don't fail if Root is readonly and is not a mount point | Fabricio Voznika |
2018-09-30 | Removed duplicate/stale TODOs | Fabricio Voznika |
2018-09-28 | Add test for 'signall --all' with stopped container | Fabricio Voznika |
2018-09-28 | runsc: allow `kill --all` when container is in stopped state. | Lantao Liu |
2018-09-28 | Make runsc kill and delete more conformant to the "spec" | Fabricio Voznika |
2018-09-27 | Move common test code to function | Fabricio Voznika |
2018-09-27 | Implement 'runsc kill --all' | Fabricio Voznika |
2018-09-27 | Move uds_test_app to common test_app | Fabricio Voznika |
2018-09-21 | Run gofmt -s on everything | Ian Gudger |
2018-09-21 | The "action" in container.Signal should be "signal". | Nicolas Lacasse |
2018-09-21 | runsc: Synchronize container metadata changes with a file lock. | Nicolas Lacasse |
2018-09-20 | Set Sandbox.Chroot so it gets cleaned up upon destruction | Fabricio Voznika |
2018-09-20 | runsc: allow `runsc wait` on a container for multiple times. | Lantao Liu |
2018-09-20 | runsc: Fix a bug that `runsc wait` doesn't work after container exits. | Lantao Liu |
2018-09-19 | Add container.Destroy urpc method. | Nicolas Lacasse |
2018-09-19 | runsc: Mark container_test flaky. | Kevin Krakauer |
2018-09-18 | Added state machine checks for Container.Status | Fabricio Voznika |
2018-09-18 | Handle children processes better in tests | Fabricio Voznika |
2018-09-17 | Rename container in test | 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-07 | Remove '--file-access=direct' option | Fabricio Voznika |
2018-09-07 | runsc: Run sandbox process inside minimal chroot. | Nicolas Lacasse |
2018-09-06 | runsc testing: Move TestMultiContainerSignal to multi_container_test. | Kevin Krakauer |
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 | Running container should have a valid sandbox | Fabricio Voznika |
2018-09-05 | Move multi-container test to a single file | Fabricio Voznika |
2018-09-05 | runsc: Promote getExecutablePathInternal to getExecutablePath. | Nicolas Lacasse |
2018-09-04 | runsc: fix container rootfs path. | Lantao Liu |