summaryrefslogtreecommitdiff
path: root/pkg/api/handlers/libpod
Commit message (Expand)AuthorAge
* --tls-verify and --authfile should work for all remote commandsDaniel J Walsh2020-10-19
* Add support for external containerDaniel J Walsh2020-10-15
* fix podman container exists and diff for storage containersDaniel J Walsh2020-10-15
* Search repository tags using --list-tagsQi Wang2020-10-09
* Move pod jobs to parallel executionMatthew Heon2020-10-07
* Lowercase some errorsKir Kolyshkin2020-10-05
* Merge pull request #7815 from jwhonce/wip/creds_remoteOpenShift Merge Robot2020-10-02
|\
| * Add X-Registry-Config supportJhon Honce2020-09-29
* | fix allowing inspect manifest of non-local imageQi Wang2020-09-30
* | Merge pull request #7840 from vrothberg/remote-untagOpenShift Merge Robot2020-09-30
|\ \
| * | fix remote untagValentin Rothberg2020-09-30
| |/
* / Fix handling of remove of bogus volumes, networks and PodsDaniel J Walsh2020-09-29
|/
* stats: break out CLI optionsValentin Rothberg2020-09-24
* new endpoint: /libpod/containers/statsValentin Rothberg2020-09-24
* Restore 'id' stanza in pull resultsJhon Honce2020-09-21
* Refactor remote pull to provide progressJhon Honce2020-09-16
* Supports import&run--signature-policyQi Wang2020-09-15
* Merge pull request #7536 from Luap99/api-network-filterOpenShift Merge Robot2020-09-10
|\
| * APIv2 Add network list filteringPaul Holzinger2020-09-07
* | Merge pull request #7569 from zhangguanzhang/fix-apiv2-top-response-two-valueOpenShift Merge Robot2020-09-09
|\ \
| * | fix APIv2 pods top of non-exist pod gets two response valuezhangguanzhang2020-09-09
| |/
* | support multi-image (docker) archivesValentin Rothberg2020-09-08
* | APIv2 add generate systemd endpointPaul Holzinger2020-09-02
|/
* Merge pull request #7436 from rhatdan/variantOpenShift Merge Robot2020-08-28
|\
| * Add support for variant when pulling imagesDaniel J Walsh2020-08-28
* | Ensure pod REST API endpoints include ctr errorsMatthew Heon2020-08-27
|/
* Clean up pods before returning from Pod Stop API callMatthew Heon2020-08-17
* Unconditionally retrieve pod names via APIMatthew Heon2020-08-10
* Missing return after early exitBrent Baude2020-08-03
* Merge pull request #7188 from zhangguanzhang/network-404OpenShift Merge Robot2020-08-03
|\
| * API returns 500 in case network is not found instead of 404zhangguanzhang2020-08-02
* | Merge pull request #7158 from rhatdan/commitOpenShift Merge Robot2020-08-03
|\ \
| * | Handle single character imagesDaniel J Walsh2020-07-30
| |/
* | Make `search --no-trunc` work for podman remoteRalf Haferkamp2020-07-31
* | API: Fix 'podman image search` missing descriptionRalf Haferkamp2020-07-31
|/
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* move go module to v2Valentin Rothberg2020-07-06
* Created timestamp returned by imagelist should be in unix formatDaniel J Walsh2020-06-30
* container: move volume chown after spec generationGiuseppe Scrivano2020-06-29
* APIv2: Return `StatusCreated` from volume creationmaybe-sybr2020-06-24
* libpod/containers/json: alias last -> limitValentin Rothberg2020-06-22
* Allow recursive dependency start with Init()Matthew Heon2020-06-18
* Re-add resource limit warnings to SpecgenMatthew Heon2020-06-16
* Turn on More lintersDaniel J Walsh2020-06-15
* Merge pull request #6546 from rhatdan/lintOpenShift Merge Robot2020-06-10
|\
| * Fixup issues found by golintDaniel J Walsh2020-06-10
* | Ensure signal validation happens first in pod killMatthew Heon2020-06-09
|/
* Fix leak of empty tarballBrent Baude2020-06-01
* Merge pull request #6356 from baude/v2copyendpointsOpenShift Merge Robot2020-05-30
|\
| * v2 copy endpointsBrent Baude2020-05-26