| Commit message (Expand) | Author | Age |
* | Merge pull request #5088 from mheon/begin_exec_rework | OpenShift Merge Robot | 2020-03-19 |
|\ |
|
| * | Add structure for new exec session tracking to DB | Matthew Heon | 2020-03-18 |
| * | Populate ExecSession with all required fields | Matthew Heon | 2020-03-18 |
* | | auto updates | Valentin Rothberg | 2020-03-17 |
|/ |
|
* | Remove ImageVolumes from database | Matthew Heon | 2020-02-21 |
* | Initial implementation of a spec generator package | Matthew Heon | 2020-02-04 |
* | podman: add new option --cgroups=no-conmon | Giuseppe Scrivano | 2020-01-16 |
* | make lint: enable gocritic | Valentin Rothberg | 2020-01-13 |
* | log: support --log-opt tag= | Giuseppe Scrivano | 2020-01-10 |
* | rootless: use RootlessKit port forwarder | Akihiro Suda | 2020-01-08 |
* | container config: add CreateCommand | Valentin Rothberg | 2019-12-13 |
* | libpod: fix stats for rootless pods | Giuseppe Scrivano | 2019-12-04 |
* | Allow chained network namespace containers | Matthew Heon | 2019-12-03 |
* | podman: add support for specifying MAC | Jakub Filak | 2019-11-06 |
* | add libpod/config | Valentin Rothberg | 2019-10-31 |
* | bump containers/image to v5.0.0, buildah to v1.11.4 | Nalin Dahyabhai | 2019-10-29 |
* | Add ensureState helper for checking container state | Matthew Heon | 2019-10-28 |
* | Move OCI runtime implementation behind an interface | Matthew Heon | 2019-10-10 |
* | Update c/image to v4.0.1 and buildah to 1.11.3 | Miloslav Trmač | 2019-10-04 |
* | Add support for launching containers without CGroups | Matthew Heon | 2019-09-10 |
* | Add comment to describe postConfigureNetNS | Gabi Beyer | 2019-07-30 |
* | golangci-lint round #3 | baude | 2019-07-21 |
* | golangci-lint pass number 2 | baude | 2019-07-11 |
* | Merge pull request #3425 from adrianreber/restore-mount-label | OpenShift Merge Robot | 2019-07-08 |
|\ |
|
| * | Track if a container is restored from an exported checkpoint | Adrian Reber | 2019-06-25 |
* | | Store Conmon's PID in our state and display in inspect | Matthew Heon | 2019-07-02 |
* | | libpod removal from main (phase 2) | baude | 2019-06-27 |
* | | stats: fix cgroup path for rootless containers | Giuseppe Scrivano | 2019-06-26 |
* | | remove libpod from main | baude | 2019-06-25 |
|/ |
|
* | Begin adding support for multiple OCI runtimes | Matthew Heon | 2019-06-19 |
* | Purge all use of easyjson and ffjson in libpod | Matthew Heon | 2019-06-13 |
* | Address comments | Peter Hunt | 2019-05-28 |
* | Added --log-driver and journald logging | Peter Hunt | 2019-05-28 |
* | Move to using constants for valid restart policy types | Matthew Heon | 2019-05-03 |
* | Add support for retry count with --restart flag | Matthew Heon | 2019-05-03 |
* | Add container restart policy to Libpod & Podman | Matthew Heon | 2019-05-03 |
* | Add a StoppedByUser field to the DB | Matthew Heon | 2019-05-03 |
* | Use GetContainer instead of LookupContainer for full ID | Matthew Heon | 2019-04-12 |
* | (minor): fix misspelled 'Healthcheck' | Ed Santiago | 2019-04-10 |
* | podman-remote ps | baude | 2019-04-09 |
* | Drop LocalVolumes from our the database | Matthew Heon | 2019-04-04 |
* | Switch Libpod over to new explicit named volumes | Matthew Heon | 2019-04-04 |
* | Add named volumes for each container to database | Matthew Heon | 2019-04-04 |
* | userns: do not use an intermediate mount namespace | Giuseppe Scrivano | 2019-03-29 |
* | Remove ulele/deepcopier in favor of JSON deep copy | Matthew Heon | 2019-03-27 |
* | Resolve review comments | Matthew Heon | 2019-03-27 |
* | Add support to disable creation of network config files | Matthew Heon | 2019-03-27 |
* | healtcheck phase 2 | baude | 2019-03-12 |
* | podman healthcheck run (phase 1) | baude | 2019-03-05 |
* | Fix volume handling in podman | Daniel J Walsh | 2019-02-14 |