| Commit message (Expand) | Author | Age |
* | fix for compatibility volume creation | baude | 2020-09-28 |
* | Properly handle podman run --pull command | Daniel J Walsh | 2020-09-27 |
* | Merge pull request #7662 from jwhonce/issues/7535 | OpenShift Merge Robot | 2020-09-24 |
|\ |
|
| * | Evict containers before removing via V2 API | Jhon Honce | 2020-09-18 |
* | | Merge pull request #7761 from baude/interactive | OpenShift Merge Robot | 2020-09-24 |
|\ \ |
|
| * | | set interactive mode with compat create endpoint | baude | 2020-09-23 |
* | | | apiv2 container limit differ from docker-api | zhangguanzhang | 2020-09-24 |
* | | | add missing return for compat kill | baude | 2020-09-21 |
|/ / |
|
* | | Merge pull request #7688 from vrothberg/fix-7521 | OpenShift Merge Robot | 2020-09-21 |
|\ \ |
|
| * | | stats: log errors instead of sending 500 | Valentin Rothberg | 2020-09-21 |
| * | | stats: detect closed client connection | Valentin Rothberg | 2020-09-18 |
| * | | stats endpoint: write OK header once | Valentin Rothberg | 2020-09-18 |
| |/ |
|
* / | WIP: Fix remote logs | Ashley Cui | 2020-09-16 |
|/ |
|
* | Merge pull request #7624 from QiWang19/policy-option | OpenShift Merge Robot | 2020-09-16 |
|\ |
|
| * | Supports import&run--signature-policy | Qi Wang | 2020-09-15 |
* | | Refactor API version values | Jhon Honce | 2020-09-15 |
|/ |
|
* | Merge pull request #7637 from vrothberg/fix-7263 | OpenShift Merge Robot | 2020-09-15 |
|\ |
|
| * | events endpoint: header: do not wait for events | Valentin Rothberg | 2020-09-15 |
* | | Refactor API build endpoint to be more compliant | Jhon Honce | 2020-09-14 |
|/ |
|
* | Fix up errors found by codespell | Daniel J Walsh | 2020-09-11 |
* | Merge pull request #7536 from Luap99/api-network-filter | OpenShift Merge Robot | 2020-09-10 |
|\ |
|
| * | APIv2 Add network list filtering | Paul Holzinger | 2020-09-07 |
* | | compat kill: only wait for 0 signal and sigkill | Valentin Rothberg | 2020-09-09 |
* | | remote kill: don't wait for the container to stop | Valentin Rothberg | 2020-09-09 |
* | | support multi-image (docker) archives | Valentin Rothberg | 2020-09-08 |
|/ |
|
* | Merge pull request #7451 from mheon/fix_7195 | Ed Santiago | 2020-08-27 |
|\ |
|
| * | Send HTTP Hijack headers after successful attach | Matthew Heon | 2020-08-27 |
* | | fix apiv2 will create containers with incorrect commands | zhangguanzhang | 2020-08-24 |
|/ |
|
* | docker-compose uses application/tar | Brent Baude | 2020-08-03 |
* | API returns 500 in case network is not found instead of 404 | zhangguanzhang | 2020-08-02 |
* | Merge pull request #6909 from rhatdan/podman | OpenShift Merge Robot | 2020-07-28 |
|\ |
|
| * | Switch all references to github.com/containers/libpod -> podman | Daniel J Walsh | 2020-07-28 |
* | | compat/info.go: TrimPrefix(CGroupsVersion, "v") | Akihiro Suda | 2020-07-28 |
|/ |
|
* | API events: fix parsing error | Valentin Rothberg | 2020-07-27 |
* | Merge pull request #6742 from maybe-sybr/maybe/apiv2/fix-container-create-wit... | OpenShift Merge Robot | 2020-07-24 |
|\ |
|
| * | APIv2:fix: Get volumes from `Binds` when creating | maybe-sybr | 2020-07-09 |
* | | events endpoint: backwards compat to old type | Valentin Rothberg | 2020-07-20 |
* | | events endpoint: fix panic and race condition | Valentin Rothberg | 2020-07-20 |
* | | The compat create endpoint should 404 on no such image | Matthew Heon | 2020-07-16 |
* | | Fix handling of entrypoint | Daniel J Walsh | 2020-07-14 |
* | | Fix: Correct connection counters for hijacked connections | Korhonen Sami (Samlink) | 2020-07-09 |
* | | Fix: Hijacking v2 endpoints to follow rfc 7230 semantics | Korhonen Sami (Samlink) | 2020-07-09 |
* | | Merge pull request #6835 from zhangguanzhang/master | OpenShift Merge Robot | 2020-07-09 |
|\ \ |
|
| * | | fix API: Create container with an invalid configuration | zhangguanzhang | 2020-07-09 |
| |/ |
|
* / | log API: add context to allow for cancelling | Valentin Rothberg | 2020-07-09 |
|/ |
|
* | move go module to v2 | Valentin Rothberg | 2020-07-06 |
* | Merge pull request #6852 from skorhone/fix/6803_null_ports | OpenShift Merge Robot | 2020-07-05 |
|\ |
|
| * | Fix issue #6803 Container inspect endpoint returns null for NetworkSettings/P... | Korhonen Sami (Samlink) | 2020-07-03 |
* | | Merge pull request #6838 from mheon/fix_panic_events | OpenShift Merge Robot | 2020-07-02 |
|\ \
| |/
|/| |
|
| * | Fix `system service` panic from early hangup in events | Matthew Heon | 2020-07-02 |