summaryrefslogtreecommitdiff
path: root/libpod/runtime_pod.go
Commit message (Expand)AuthorAge
* bump go module to v3Valentin Rothberg2021-02-22
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* move go module to v2Valentin Rothberg2020-07-06
* Add pod prune for api v2.Sujil022020-04-17
* Filter pods through pod list apiSujil022020-03-17
* APIv2 review corrections #3Brent Baude2020-01-25
* remove libpod from mainbaude2019-06-25
* Fixing network ns segfaulthaircommander2018-08-23
* Added option to share kernel namespaces in libpod and podmanhaircommander2018-08-23
* podman pod statsbaude2018-08-17
* Added created time to pod statehaircommander2018-07-12
* libpod/runtime_pod: Make removePod per-platformW. Trevor King2018-07-06
* changes to allow for darwin compilationbaude2018-06-29
* libpod: Execute poststop hooks locallyW. Trevor King2018-06-04
* Add per-pod CGroupsMatthew Heon2018-05-17
* Add pod stateMatthew Heon2018-05-17
* Use container cleanup() functions when removingMatthew Heon2018-05-17
* Check for duplicate names when generating new container and pod names.Daniel J Walsh2018-03-29
* Replace usage of runc with runtimeMatthew Heon2018-03-01
* Handle removing containers with active exec sessionsMatthew Heon2018-03-01
* Allow removing pods with running containers if --force is givenMatthew Heon2018-02-09
* Add pod removal codeMatthew Heon2018-02-09
* Tear out pod containers map. Instead rely on stateMatthew Heon2018-02-09
* Update pods to use file locksMatthew Heon2017-12-14
* Initial checkin from CRI-O repoMatthew Heon2017-11-01