| Commit message (Expand) | Author | Age |
... | |
| * | Remove redundant break in for loop. | jgallucci32 | 2020-06-15 |
| * | Do not print error message when container does not exist | jgallucci32 | 2020-06-12 |
| * | Changed from t.StopAtEOF() to t.Stop() and added error check | jgallucci32 | 2020-06-12 |
| * | Fix -f logs to stop when a container exits | jgallucci32 | 2020-06-12 |
| * | Fix -f logs follow with stopped container | Qi Wang | 2020-06-11 |
* | | Turn on More linters | Daniel J Walsh | 2020-06-15 |
|/ |
|
* | Merge pull request #6415 from vrothberg/systemd-new-pod | OpenShift Merge Robot | 2020-06-11 |
|\ |
|
| * | generate systemd: create pod template | Valentin Rothberg | 2020-06-11 |
| * | generate systemd: refactor | Valentin Rothberg | 2020-06-11 |
| * | add (*Pod).CreateCommand() | Valentin Rothberg | 2020-06-11 |
| * | pod create: add `--infra-conmon-pidfile` | Valentin Rothberg | 2020-06-11 |
| * | pod config: add a `CreateCommand` field | Valentin Rothberg | 2020-06-11 |
* | | Merge pull request #6568 from giuseppe/fix-check-for-rootless-net | OpenShift Merge Robot | 2020-06-11 |
|\ \ |
|
| * | | libpod: fix check for slirp4netns netns | Giuseppe Scrivano | 2020-06-11 |
| |/ |
|
* | | Merge pull request #6529 from mheon/v6_ports | OpenShift Merge Robot | 2020-06-11 |
|\ \
| |/
|/| |
|
| * | Enable IPv6 port binding | Matthew Heon | 2020-06-10 |
* | | Fixed bug where 'podman log <container>' would truncate some lines. | Will Haines | 2020-06-10 |
* | | container: do not set hostname when joining uts | Giuseppe Scrivano | 2020-06-10 |
* | | container: make resolv.conf and hosts accessible in userns | Giuseppe Scrivano | 2020-06-10 |
|/ |
|
* | Fixup issues found by golint | Daniel J Walsh | 2020-06-10 |
* | Ensure Conmon is alive before waiting for exit file | Matthew Heon | 2020-06-08 |
* | Ensure that containers in pods properly set hostname | Matthew Heon | 2020-06-04 |
* | Merge pull request #6470 from mheon/fix_stats_nonet | OpenShift Merge Robot | 2020-06-04 |
|\ |
|
| * | Properly follow linked namespace container for stats | Matthew Heon | 2020-06-02 |
* | | add socket information to podman info | Brent Baude | 2020-06-03 |
* | | Merge pull request #6468 from mheon/remote_detached_exec | OpenShift Merge Robot | 2020-06-03 |
|\ \
| |/
|/| |
|
| * | Enable detached exec for remote | Matthew Heon | 2020-06-02 |
* | | check --user range for rootless containers | Qi Wang | 2020-06-02 |
|/ |
|
* | compat handlers: add X-Registry-Auth header support | Valentin Rothberg | 2020-05-29 |
* | podman version --format ... was not working | Daniel J Walsh | 2020-05-21 |
* | Display human build date in podman info | Daniel J Walsh | 2020-05-21 |
* | Merge pull request #6323 from rhatdan/shrink | OpenShift Merge Robot | 2020-05-21 |
|\ |
|
| * | Remove github.com/libpod/libpod from cmd/pkg/podman | Daniel J Walsh | 2020-05-21 |
* | | Merge pull request #6312 from rhatdan/image | OpenShift Merge Robot | 2020-05-21 |
|\ \ |
|
| * | | Fix remote handling of podman images calls | Daniel J Walsh | 2020-05-21 |
* | | | Merge pull request #6281 from rhatdan/fips | OpenShift Merge Robot | 2020-05-21 |
|\ \ \ |
|
| * | | | Fix mountpont in SecretMountsWithUIDGID | Daniel J Walsh | 2020-05-19 |
* | | | | vendor: update seccomp/containers-golang to v0.4.1 | Giuseppe Scrivano | 2020-05-21 |
* | | | | Merge pull request #6304 from baude/v2remotehctests | OpenShift Merge Robot | 2020-05-21 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Fix remote integration for healthchecks | Brent Baude | 2020-05-20 |
| |/ / |
|
* | | | Enable cleanup processes for detached exec | Matthew Heon | 2020-05-20 |
* | | | Add ability to clean up exec sessions with cleanup | Matthew Heon | 2020-05-20 |
* | | | Add backend code for detached exec | Matthew Heon | 2020-05-20 |
* | | | Add exit commands to exec sessions | Matthew Heon | 2020-05-20 |
| |/
|/| |
|
* | | oci conmon: tell conmon to log container name | Peter Hunt | 2020-05-20 |
|/ |
|
* | Merge pull request #6231 from mheon/fix_coverity | OpenShift Merge Robot | 2020-05-17 |
|\ |
|
| * | Fix two coverity issues (unchecked null return) | Matthew Heon | 2020-05-14 |
* | | Drop a debug line which could print very large messages | Matthew Heon | 2020-05-15 |
* | | Remove duplicated exec handling code | Matthew Heon | 2020-05-14 |
* | | Fix lint | Matthew Heon | 2020-05-14 |