| Commit message (Expand) | Author | Age |
* | compat: image normalization: handle sha256 prefix | Valentin Rothberg | 2021-12-20 |
* | compat API: allow enforcing short-names resolution to Docker Hub | Valentin Rothberg | 2021-11-30 |
* | Add tests | Matej Vasek | 2021-11-01 |
* | Better emptiness test for custom JSON serializer | Matej Vasek | 2021-11-01 |
* | standardize logrus messages to upper case | Daniel J Walsh | 2021-09-22 |
* | Refacter API server emphasis on logging | Jhon Honce | 2021-09-10 |
* | Run codespell to fix spelling | Daniel J Walsh | 2021-08-11 |
* | vendor containers/common@main | Valentin Rothberg | 2021-07-16 |
* | support tag@digest notation | Valentin Rothberg | 2021-05-31 |
* | fix: response body of containers wait endpoint | Matej Vasek | 2021-05-18 |
* | fix: improved "containers/{name}/wait" endpoint | Matej Vasek | 2021-05-10 |
* | migrate Podman to containers/common/libimage | Valentin Rothberg | 2021-05-05 |
* | Fixes from make codespell | Daniel J Walsh | 2021-04-21 |
* | Fix filters in image http compat/libpod api endpoints | Jakub Guzik | 2021-03-25 |
* | Use version package to track all versions | Jhon Honce | 2021-03-03 |
* | bump go module to v3 | Valentin Rothberg | 2021-02-22 |
* | Fix superfluous response.WriteHeader call in WaitContainerLibpod() | Nikolay Edigaryev | 2021-02-12 |
* | Enable whitespace linter | Paul Holzinger | 2021-02-11 |
* | Enable golint linter | Paul Holzinger | 2021-02-11 |
* | Implement Secrets | Ashley Cui | 2021-02-09 |
* | Merge pull request #9048 from matejvasek/apiv2_wait | OpenShift Merge Robot | 2021-02-05 |
|\ |
|
| * | Implement Docker wait conditions | Matej Vasek | 2021-02-03 |
| * | Improve ContainerEngine.ContainerWait() | Matej Vasek | 2021-02-03 |
* | | Merge pull request #9182 from mheon/bump_api | OpenShift Merge Robot | 2021-02-05 |
|\ \
| |/
|/| |
|
| * | Bump remote API version to 3.0.0 | Matthew Heon | 2021-02-04 |
* | | Report StatusConflict on Pod opt partial failures | Jhon Honce | 2021-02-02 |
|/ |
|
* | Switch podman stop/kill/wait handlers to use abi | Daniel J Walsh | 2021-01-29 |
* | Reduce general binding binary size | baude | 2021-01-13 |
* | Use abi PodPs implementation for libpod/pods/json endpoint | Paul Holzinger | 2021-01-09 |
* | Consolidate filter logic to pkg subdirectory | Baron Lenardson | 2020-12-24 |
* | Remove varlink support from Podman | Daniel J Walsh | 2020-11-26 |
* | Align the podman pod ps --filter behavior with podman ps | Paul Holzinger | 2020-11-18 |
* | Lowercase some errors | Kir Kolyshkin | 2020-10-05 |
* | Refactor API version values | Jhon Honce | 2020-09-15 |
* | fix /libpod/pods/json returns null when there are no pods | zhangguanzhang | 2020-08-21 |
* | image list: speed up | Valentin Rothberg | 2020-08-07 |
* | API returns 500 in case network is not found instead of 404 | zhangguanzhang | 2020-08-02 |
* | Switch all references to github.com/containers/libpod -> podman | Daniel J Walsh | 2020-07-28 |
* | Add support for Filter query parameter to list images api | Korhonen Sami (Samlink) | 2020-07-07 |
* | move go module to v2 | Valentin Rothberg | 2020-07-06 |
* | Merge pull request #6557 from rhatdan/lint | OpenShift Merge Robot | 2020-06-15 |
|\ |
|
| * | Turn on More linters | Daniel J Walsh | 2020-06-15 |
* | | Reassemble filters on the server side | Daniel J Walsh | 2020-06-12 |
|/ |
|
* | Fix Id->ID where possible for lint | Daniel J Walsh | 2020-06-10 |
* | Fixup issues found by golint | Daniel J Walsh | 2020-06-10 |
* | Add support for format {{.Label}} | Brent Baude | 2020-06-01 |
* | Fix remote handling of podman images calls | Daniel J Walsh | 2020-05-21 |
* | V2 API Version Support | Jhon Honce | 2020-05-20 |
* | V2 Implement terminal handling in bindings attach | Jhon Honce | 2020-05-18 |
* | implement pod stats | Valentin Rothberg | 2020-04-27 |