| Commit message (Expand) | Author | Age |
* | Copy some verification code out of Docker to verify user input | Daniel J Walsh | 2017-11-22 |
* | Update vendoring | Daniel J Walsh | 2017-11-22 |
* | Update kpod logs to use the new container state and runtime | Urvashi Mohnani | 2017-11-22 |
* | Update kpod mount and umount to use the new state | umohnani8 | 2017-11-22 |
* | Order containers returned from state and make container config public | Matthew Heon | 2017-11-22 |
* | Add support for pid ns | Daniel J Walsh | 2017-11-22 |
* | Update kpod export to use the new container state and runtime | Urvashi Mohnani | 2017-11-22 |
* | Need to block access to kernel file systems in /proc and /sys | Daniel J Walsh | 2017-11-22 |
* | Update kpod rm to use new container state | Urvashi Mohnani | 2017-11-21 |
* | Add PID to the containers used to test SQLite state | Matthew Heon | 2017-11-21 |
* | Add ability to retrieve container's log path to API | Matthew Heon | 2017-11-21 |
* | Add ability to update container status from runc | Matthew Heon | 2017-11-21 |
* | Mention docker login for creds authentication in documentation | Urvashi Mohnani | 2017-11-21 |
* | Add support for oom functions | Daniel J Walsh | 2017-11-21 |
* | Add cgroup fs by default | Daniel J Walsh | 2017-11-20 |
* | Merge pull request #51 from mheon/sql_state_tests | Daniel J Walsh | 2017-11-20 |
|\ |
|
| * | Add tests for SQL-backed state impl | Matthew Heon | 2017-11-20 |
|/ |
|
* | Add support for Ulimits/Rlimits to kpod create/run | Daniel J Walsh | 2017-11-20 |
* | Merge pull request #26 from mheon/sql_state | Daniel J Walsh | 2017-11-20 |
|\ |
|
| * | Fix lint errors | Matthew Heon | 2017-11-18 |
| * | Need to provide ID of container being updated | Matthew Heon | 2017-11-18 |
| * | StopSignal is allowed to be 0 | Matthew Heon | 2017-11-18 |
| * | Resolve another segfault | Matthew Heon | 2017-11-18 |
| * | Fix lingering SQL error | Matthew Heon | 2017-11-18 |
| * | Fix segfault cleaning up in after failing to create a Runtime | Matthew Heon | 2017-11-18 |
| * | Rename Create to Init for containers to be less confusing | Matthew Heon | 2017-11-18 |
| * | Wire SQL backed state into rest of libpod | Matthew Heon | 2017-11-18 |
| * | Address review comments, fix gofmt and lint | Matthew Heon | 2017-11-18 |
| * | Compile-tested implementation of SQL-backed state | Matthew Heon | 2017-11-18 |
* | | Use cached images for integration tests | baude | 2017-11-20 |
* | | Fix up handling of environment variables | Daniel J Walsh | 2017-11-20 |
|/ |
|
* | Turn off IRC reporting until we have our own channel | Daniel J Walsh | 2017-11-17 |
* | Enhancements to papr tests | baude | 2017-11-17 |
* | Merge pull request #47 from baude/terminal_attach | Daniel J Walsh | 2017-11-15 |
|\ |
|
| * | Fix terminal attach | baude | 2017-11-15 |
* | | Fix bash command | Daniel J Walsh | 2017-11-15 |
|/ |
|
* | Address run/create performance issues | baude | 2017-11-14 |
* | Remove all images | baude | 2017-11-14 |
* | Add cpu-profiling to kpod | baude | 2017-11-09 |
* | README.md: Typo fixes and small tweaks | Colin Walters | 2017-11-09 |
* | Update tarsplit vendor to address CVE-2017-14992 | Matthew Heon | 2017-11-08 |
* | Do not attempt to use command --args as cli flags | baude | 2017-11-08 |
* | Fix panic when no image is given | Daniel J Walsh | 2017-11-08 |
* | Cleanup missing whitespace | Daniel J Walsh | 2017-11-07 |
* | Add 'kpod import' command | Urvashi Mohnani | 2017-11-07 |
* | Vendor in latest containers/image | Urvashi Mohnani | 2017-11-07 |
* | Respect the quiet flag. | Daniel J Walsh | 2017-11-07 |
* | SELinux tests are mistakenly not running. | Daniel J Walsh | 2017-11-07 |
* | Convert tmpfs mounts to use generate | Daniel J Walsh | 2017-11-06 |
* | Remove defaults and use runtime-tools/generate for spec | Daniel J Walsh | 2017-11-06 |