| Commit message (Expand) | Author | Age |
... | |
| * | APIv2 compatibility rootless network fix | baude | 2020-10-07 |
* | | prevent unpredictable results with network create|remove | baude | 2020-10-07 |
|/ |
|
* | Merge pull request #7918 from zhangguanzhang/apiv2-wrong-StopSignal | OpenShift Merge Robot | 2020-10-06 |
|\ |
|
| * | fix apiv2 /containers/$name/json return wrong value in `.Config.StopSignal` | zhangguanzhang | 2020-10-06 |
* | | Merge pull request #7929 from kolyshkin/nits-err | OpenShift Merge Robot | 2020-10-06 |
|\ \
| |/
|/| |
|
| * | Lowercase some errors | Kir Kolyshkin | 2020-10-05 |
* | | Fixes remote attach and exec to signal IdleTracker | Jhon Honce | 2020-10-05 |
|/ |
|
* | compat: images/create: fix tag parsing | Valentin Rothberg | 2020-10-02 |
* | Merge pull request #7815 from jwhonce/wip/creds_remote | OpenShift Merge Robot | 2020-10-02 |
|\ |
|
| * | Add X-Registry-Config support | Jhon Honce | 2020-09-29 |
* | | Merge pull request #7851 from zhangguanzhang/fix-apiv2-ctr-workdir-and-env | OpenShift Merge Robot | 2020-10-01 |
|\ \ |
|
| * | | fix: The container created by APIV2 has an incorrect Env and WorkDir | zhangguanzhang | 2020-10-01 |
| |/ |
|
* | | Support --http-proxy for remote builds | Jhon Honce | 2020-09-30 |
* | | Refactor IdleTracker to handle StateIdle transitions | Jhon Honce | 2020-09-29 |
|/ |
|
* | 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 |