aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Bump to v0.4.2v0.4.2Matthew Heon2018-04-13
* Fix podman run --attach testsMatthew Heon2018-04-13
* Fix another comparison of a Go interface against nilMatthew Heon2018-04-13
* Allowing attaching stdin to non-interactive containersMatthew Heon2018-04-13
* Add tests for podman attachMatthew Heon2018-04-13
* Change attach to accept a struct containing streamsMatthew Heon2018-04-13
* Fix terminal attachMatthew Heon2018-04-13
* Changes to attach to enable per-stream attachingMatthew Heon2018-04-13
* HACK temporary fix for test suiteMatthew Heon2018-04-13
* Fix locking interaction in batched Exec() on containerMatthew Heon2018-04-13
* Fix leaking files in GinkgoMatthew Heon2018-04-13
* Force host UID/GID mapping when creating containersNalin Dahyabhai2018-04-12
* Do not lock all containers during pod killMatthew Heon2018-04-12
* Make pod stop lock one container at a timeMatthew Heon2018-04-12
* Do not lock all containers during pod startMatthew Heon2018-04-12
* Containers transitioning to stop should not break statsbaude2018-04-11
* Add -i to exec for compatibility reasonsbaude2018-04-11
* Unescape characters in inspect JSON format outputBoaz Shuster2018-04-10
* Use buildah commit for podman commitbaude2018-04-10
* Functionality changes to the following flagsumohnani82018-04-06
* Vendor in latest containers/storage and containers/imageDaniel J Walsh2018-04-05
* Merge pull request #595 from mheon/bump_0_4_1Matthew Heon2018-04-05
|\
| * Bump gitvalidation epochMatthew Heon2018-04-05
| * Bump to v0.4.2-devMatthew Heon2018-04-05
| * Bump to v0.4.1v0.4.1Matthew Heon2018-04-05
|/
* Remove image via storage if a buildah container is associatedTomSweeneyRedHat2018-04-05
* Add hooks support to podmanDaniel J Walsh2018-04-05
* Run images with no namesbaude2018-04-04
* Prevent a potential race when stopping containersMatthew Heon2018-04-04
* Only allocate tty when -tbaude2018-04-03
* Stopping a stopped container should not be an errorbaude2018-04-03
* Add conmon-pidfile flag to bash completions/manpagesMatthew Heon2018-04-03
* --entrypoint= should delete existing entrypointbaude2018-04-03
* Fix golintMatthew Heon2018-04-03
* Remove explicit Init() calls in run and startMatthew Heon2018-04-03
* Refactor dependency checks from init() into public APIMatthew Heon2018-04-03
* Do not require Init() before Start()Matthew Heon2018-04-03
* Ensure dependencies are running before initializing containersMatthew Heon2018-04-03
* Add container dependencies to Inspect outputMatthew Heon2018-04-03
* Add backend code for generic dependenciesMatthew Heon2018-04-03
* Vendor in latest containers/imageDaniel J Walsh2018-04-03
* Makefile: Fix typo podmon -> podmanMarcos Paulo de Souza2018-04-02
* Correct a godoc commentNalin Dahyabhai2018-04-02
* Sleep for 5 seconds before pushing to registry in testsTomSweeneyRedHat2018-04-02
* Change errorf to warnf in warning removing ctr storageMatthew Heon2018-04-02
* Don't return an ImageConfig when creating storageMatthew Heon2018-04-02
* More gracefully handle unexpected storage deletionMatthew Heon2018-04-02
* Remove crictl from DockerfileMatthew Heon2018-04-02
* Eliminate raceyness of sig-proxy testbaude2018-03-30
* Merge pull request #568 from mheon/bump_0_3_5Matthew Heon2018-03-29
|\