| Commit message (Expand) | Author | Age |
* | [WIP] Docker compat API fixes | Milivoje Legenovic | 2020-11-23 |
* | APIv2 - strip CAP_ prefix from capabilities in json | Petr SakaĆ | 2020-11-20 |
* | APIv2 compatibility network connect|disconnect | baude | 2020-10-22 |
* | Resolve #7860 - add time.RFC3339Nano into ContainerJSONBase | 3sky | 2020-10-12 |
* | 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 |
* | | Lowercase some errors | Kir Kolyshkin | 2020-10-05 |
|/ |
|
* | 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 |
* | | apiv2 container limit differ from docker-api | zhangguanzhang | 2020-09-24 |
* | | add missing return for compat kill | baude | 2020-09-21 |
|/ |
|
* | 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 |
* | fix apiv2 will create containers with incorrect commands | zhangguanzhang | 2020-08-24 |
* | Switch all references to github.com/containers/libpod -> podman | Daniel J Walsh | 2020-07-28 |
* | move go module to v2 | Valentin Rothberg | 2020-07-06 |
* | Fix issue #6803 Container inspect endpoint returns null for NetworkSettings/P... | Korhonen Sami (Samlink) | 2020-07-03 |
* | Move logs functionality to separate file for APIv2 | jgallucci32 | 2020-06-17 |
* | Merge pull request #6516 from zhangguanzhang/master | OpenShift Merge Robot | 2020-06-11 |
|\ |
|
| * | fix api fails with 'strconv.ParseUint: parsing "tcp": invalid syntax' | zhangguanzhang | 2020-06-10 |
* | | Fix Id->ID where possible for lint | Daniel J Walsh | 2020-06-10 |
|/ |
|
* | V2 enable remote logs and testing | Jhon Honce | 2020-05-22 |
* | podman v2 remove bloat v2 | Brent Baude | 2020-04-16 |
* | podmanV2: implement logs | Valentin Rothberg | 2020-04-09 |
* | refactor info | Brent Baude | 2020-04-06 |
* | podmanv2 add core container commands | Brent Baude | 2020-03-22 |
* | Merge pull request #5525 from baude/apiv2bindinglogs | OpenShift Merge Robot | 2020-03-19 |
|\ |
|
| * | apiv2 add bindings for logs|events | Brent Baude | 2020-03-19 |
* | | fix reported compat issues | Brent Baude | 2020-03-19 |
|/ |
|
* | Refactor handler packages | Jhon Honce | 2020-03-10 |