| Commit message (Expand) | Author | Age |
* | Vendor in latest containers/image and contaners/storage | umohnani8 | 2018-04-19 |
* | regression: tls verify should be set on registries.conf if insecure | baude | 2018-04-18 |
* | - reverse host field order (ip goes first) | Nathan Williams | 2018-04-18 |
* | Change container.locked to batched | TomSweeneyRedHat | 2018-04-16 |
* | podman pull should always try to pull | baude | 2018-04-14 |
* | Fix another comparison of a Go interface against nil | Matthew Heon | 2018-04-13 |
* | Allowing attaching stdin to non-interactive containers | Matthew Heon | 2018-04-13 |
* | Change attach to accept a struct containing streams | Matthew Heon | 2018-04-13 |
* | Changes to attach to enable per-stream attaching | Matthew Heon | 2018-04-13 |
* | Fix locking interaction in batched Exec() on container | Matthew Heon | 2018-04-13 |
* | Force host UID/GID mapping when creating containers | Nalin Dahyabhai | 2018-04-12 |
* | Do not lock all containers during pod kill | Matthew Heon | 2018-04-12 |
* | Make pod stop lock one container at a time | Matthew Heon | 2018-04-12 |
* | Do not lock all containers during pod start | Matthew Heon | 2018-04-12 |
* | Containers transitioning to stop should not break stats | baude | 2018-04-11 |
* | Use buildah commit for podman commit | baude | 2018-04-10 |
* | Functionality changes to the following flags | umohnani8 | 2018-04-06 |
* | Remove image via storage if a buildah container is associated | TomSweeneyRedHat | 2018-04-05 |
* | Add hooks support to podman | Daniel J Walsh | 2018-04-05 |
* | Prevent a potential race when stopping containers | Matthew Heon | 2018-04-04 |
* | Only allocate tty when -t | baude | 2018-04-03 |
* | Stopping a stopped container should not be an error | baude | 2018-04-03 |
* | Fix golint | Matthew Heon | 2018-04-03 |
* | Refactor dependency checks from init() into public API | Matthew Heon | 2018-04-03 |
* | Do not require Init() before Start() | Matthew Heon | 2018-04-03 |
* | Ensure dependencies are running before initializing containers | Matthew Heon | 2018-04-03 |
* | Add container dependencies to Inspect output | Matthew Heon | 2018-04-03 |
* | Add backend code for generic dependencies | Matthew Heon | 2018-04-03 |
* | Change errorf to warnf in warning removing ctr storage | Matthew Heon | 2018-04-02 |
* | Don't return an ImageConfig when creating storage | Matthew Heon | 2018-04-02 |
* | More gracefully handle unexpected storage deletion | Matthew Heon | 2018-04-02 |
* | Allow sha256: prefix for input | baude | 2018-03-29 |
* | Add secrets patch to podman | umohnani8 | 2018-03-29 |
* | Fix tests | Matthew Heon | 2018-03-29 |
* | Remove a loop in container graph | Matthew Heon | 2018-03-29 |
* | Only start containers that are not running in pod start | Matthew Heon | 2018-03-29 |
* | Change pod Start() to use container dependency graph | Matthew Heon | 2018-03-29 |
* | Add tests for container graphs | Matthew Heon | 2018-03-29 |
* | Initial implementation of container graph generation | Matthew Heon | 2018-03-29 |
* | Error is already wrapped properly. | Daniel J Walsh | 2018-03-29 |
* | Check for duplicate names when generating new container and pod names. | Daniel J Walsh | 2018-03-29 |
* | podman: new option --conmon-pidfile= | Giuseppe Scrivano | 2018-03-29 |
* | Ensure container dependencies are part of the same pod | Matthew Heon | 2018-03-29 |
* | Prevent ctrs not in pods from depending on pod ctrs | Matthew Heon | 2018-03-29 |
* | Remove dependency on kubernetes | baude | 2018-03-27 |
* | Fix some minor issues lint has been picking up | Matthew Heon | 2018-03-27 |
* | cmd/podman/run.go: Error nicely when no image found | baude | 2018-03-27 |
* | Remove current SQLite DB driver | Matthew Heon | 2018-03-26 |
* | First tag, untag THEN reload the image | baude | 2018-03-26 |
* | Make container env variable conditional | Matthew Heon | 2018-03-23 |