| Commit message (Expand) | Author | Age |
* | Optionally init() during container restart | Matthew Heon | 2018-05-04 |
* | varlink containers | baude | 2018-05-03 |
* | Make podman commit to localhost rather then docker.io | Daniel J Walsh | 2018-05-03 |
* | Add accessors for new image fields in container config | Matthew Heon | 2018-05-03 |
* | Store user Volumes, Entrypoint, Command in database | Matthew Heon | 2018-05-03 |
* | Further fix Godoc comments in options.go | Matthew Heon | 2018-05-03 |
* | Update hooks to use config bool to detect volume mounts | Matthew Heon | 2018-05-03 |
* | Fix Godoc comments in options.go | Matthew Heon | 2018-05-03 |
* | Add config bool to indicate there are user volumes | Matthew Heon | 2018-05-03 |
* | Print the Buildah comment from commit to given writer | Matthew Heon | 2018-05-03 |
* | Do not print unnecessary Buildah details during commit | Matthew Heon | 2018-05-03 |
* | do not commit default volumes from container | baude | 2018-04-30 |
* | Use buildah commit and bud in podman | baude | 2018-04-27 |
* | Modify secrets pkg | umohnani8 | 2018-04-27 |
* | varlink images | baude | 2018-04-26 |
* | Retrieve IP addresses for container from DB | Matthew Heon | 2018-04-26 |
* | Add --default-mounts-file hidden flag | umohnani8 | 2018-04-26 |
* | Strip transport from image name when looking for local image | baude | 2018-04-26 |
* | Remove more Errorf in favor of Wrapf | Matthew Heon | 2018-04-25 |
* | Do not eat error messages from pullImage | Matthew Heon | 2018-04-25 |
* | Modify --user flag for podman create and run | umohnani8 | 2018-04-24 |
* | Add FIPS mode secret | umohnani8 | 2018-04-23 |
* | Initial varlink implementation | baude | 2018-04-23 |
* | 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 |