| Commit message (Expand) | Author | Age |
... | |
| * | | | | lock: disable without cgo | Giuseppe Scrivano | 2019-07-02 |
| * | | | | attach: move cgo bits to a different file | Giuseppe Scrivano | 2019-07-02 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #3483 from mheon/get_conmon_pid | OpenShift Merge Robot | 2019-07-03 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Wipe PID and ConmonPID in state after container stops | Matthew Heon | 2019-07-02 |
| * | | | Store Conmon's PID in our state and display in inspect | Matthew Heon | 2019-07-02 |
* | | | | Merge pull request #3465 from baude/nostore | OpenShift Merge Robot | 2019-07-03 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | configure runtime without store | baude | 2019-07-01 |
| |/ / |
|
* | | | Merge pull request #3461 from mheon/free_locks_on_fail | OpenShift Merge Robot | 2019-07-02 |
|\ \ \ |
|
| * | | | Ensure locks are freed when ctr/pod creation fails | Matthew Heon | 2019-07-02 |
| |/ / |
|
* / / | stats: use runtime.NumCPU when percpu counters are not available | Giuseppe Scrivano | 2019-07-02 |
|/ / |
|
* | | Merge pull request #3324 from marcov/detach-keys-configurable | OpenShift Merge Robot | 2019-07-01 |
|\ \ |
|
| * | | libpod: fix hang on container start and attach | Marco Vedovati | 2019-06-26 |
| * | | libpod: specify a detach keys sequence in libpod.conf | Marco Vedovati | 2019-06-26 |
* | | | Merge pull request #3422 from nalind/no-layer-images | OpenShift Merge Robot | 2019-06-28 |
|\ \ \ |
|
| * | | | Handle images which contain no layers | Nalin Dahyabhai | 2019-06-26 |
* | | | | rootless: enable linger if /run/user/UID not exists | Giuseppe Scrivano | 2019-06-27 |
* | | | | Merge pull request #3442 from baude/removelibpodfrommainphase2 | OpenShift Merge Robot | 2019-06-27 |
|\ \ \ \ |
|
| * | | | | libpod removal from main (phase 2) | baude | 2019-06-27 |
| |/ / / |
|
* | | | | runtime: do not attempt to use global conf file | Giuseppe Scrivano | 2019-06-27 |
* | | | | runtime: use GetRootlessUID() to get rootless uid | Giuseppe Scrivano | 2019-06-27 |
* | | | | Merge pull request #3429 from cevich/strip_crio_conmon | OpenShift Merge Robot | 2019-06-27 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Remove refs to crio/conmon | Chris Evich | 2019-06-26 |
| | |/
| |/| |
|
* | | | stats: fix cgroup path for rootless containers | Giuseppe Scrivano | 2019-06-26 |
* | | | libpod: use pkg/cgroups instead of containerd/cgroups | Giuseppe Scrivano | 2019-06-26 |
| |/
|/| |
|
* | | Merge pull request #3419 from baude/removelibpodfrommainphase1 | OpenShift Merge Robot | 2019-06-26 |
|\ \ |
|
| * | | remove libpod from main | baude | 2019-06-25 |
* | | | Merge pull request #3417 from mheon/fix_play_kube_ports | OpenShift Merge Robot | 2019-06-25 |
|\ \ \
| |_|/
|/| | |
|
| * | | Only include ports in one container in Kube YAML | Matthew Heon | 2019-06-24 |
| |/ |
|
* | | Merge pull request #3332 from rhatdan/cgroupmanager | OpenShift Merge Robot | 2019-06-25 |
|\ \ |
|
| * | | Correctly identify the defaults for cgroup-manager | Daniel J Walsh | 2019-06-15 |
* | | | Merge pull request #3401 from mheon/templating_is_dumb | OpenShift Merge Robot | 2019-06-25 |
|\ \ \
| |_|/
|/| | |
|
| * | | Fix gofmt | Matthew Heon | 2019-06-21 |
| * | | Adjust names to match struct tags in Inspect | Matthew Heon | 2019-06-21 |
| * | | Fix inspect --format '{{.Mounts}}. | Matthew Heon | 2019-06-21 |
* | | | Merge pull request #3412 from mheon/fix_ps_sync_segfault | OpenShift Merge Robot | 2019-06-24 |
|\ \ \ |
|
| * | | | Fix a segfault in 'podman ps --sync' | Matthew Heon | 2019-06-24 |
* | | | | rootless: add an entry to /etc/hosts when using slirp4netns | Giuseppe Scrivano | 2019-06-24 |
|/ / / |
|
* | | | Merge pull request #3399 from astronouth7303/patch-1 | OpenShift Merge Robot | 2019-06-22 |
|\ \ \ |
|
| * | | | runtime.go: Add /usr/local/{s,}bin | Jamie Bliss | 2019-06-21 |
| |/ / |
|
* / / | Add additional debugging when refreshing locks | Matthew Heon | 2019-06-21 |
|/ / |
|
* | | Merge pull request #3378 from mheon/multiple_runtimes | OpenShift Merge Robot | 2019-06-21 |
|\ \ |
|
| * | | Properly initialize container OCI runtime | Matthew Heon | 2019-06-20 |
| * | | Handle containers whose OCIRuntime fields are paths | Matthew Heon | 2019-06-20 |
| * | | Properly handle OCI runtime being set to a path | Matthew Heon | 2019-06-20 |
| * | | Print container's OCI runtime in `inspect` | Matthew Heon | 2019-06-19 |
| * | | Make a missing OCI runtime nonfatal | Matthew Heon | 2019-06-19 |
| * | | Begin adding support for multiple OCI runtimes | Matthew Heon | 2019-06-19 |
* | | | Build cgo files with -Wall -Werror | Sascha Grunert | 2019-06-21 |
* | | | Make configuration validation not require a DB commit | Matthew Heon | 2019-06-20 |
* | | | Avoid a read-write transaction on DB init | Matthew Heon | 2019-06-20 |