summaryrefslogtreecommitdiff
path: root/libpod
Commit message (Expand)AuthorAge
* Clean up pods before returning from Pod Stop API callMatthew Heon2020-08-24
* Ensure pod infra containers have an exit commandMatthew Heon2020-08-24
* error when adding container to pod with network informationBrent Baude2020-08-24
* Unmount c/storage containers before removing themMatthew Heon2020-08-20
* Fix imports for runtime_img.goMatthew Heon2020-08-20
* Unconditionally retrieve pod names via APIMatthew Heon2020-08-20
* Ensure WORKDIR from images is createdMatthew Heon2020-08-20
* add event for image buildBrent Baude2020-08-20
* Change /sys/fs/cgroup/systemd mount to rprivateMatthew Heon2020-08-20
* vendor c/image v5.5.2Valentin Rothberg2020-08-20
* Make changes to /etc/passwd on disk for non-read onlyMatthew Heon2020-08-11
* Add username to /etc/passwd inside of container if --userns keep-idDaniel J Walsh2020-08-11
* Fix close fds of exec --preserve-fdsQi Wang2020-08-11
* API returns 500 in case network is not found instead of 404zhangguanzhang2020-08-11
* Ensure that exec errors write exit codes to the DBMatthew Heon2020-08-11
* fix podman logs --tail when log is bigger than pagesizePaul Holzinger2020-08-11
* image list: speed upValentin Rothberg2020-08-11
* volumes: do not recurse when chowningGiuseppe Scrivano2020-07-31
* Ensure that 'rmi --force' evicts Podman containersMatthew Heon2020-07-31
* When chowning we should not follow symbolic linkDaniel J Walsh2020-07-31
* log API: add context to allow for cancellingValentin Rothberg2020-07-22
* Remove all instances of named return "err" from LibpodMatthew Heon2020-07-22
* Fix container and pod create commands for remote createMatthew Heon2020-07-22
* Add SystemdMode to inspect for containersMatthew Heon2020-07-22
* Fix lintMatthew Heon2020-07-22
* Populate remaining unused fields in `pod inspect`Matthew Heon2020-07-22
* Include infra container information in `pod inspect`Matthew Heon2020-07-22
* abi: set default umask and rlimitsGiuseppe Scrivano2020-07-22
* Support default profile for apparmorDaniel J Walsh2020-07-22
* Merge pull request #7038 from vrothberg/2.0-events-endpointOpenShift Merge Robot2020-07-22
|\
| * events endpoint: fix panic and race conditionValentin Rothberg2020-07-21
* | Switch references from libpod.conf to containers.confDaniel J Walsh2020-07-21
|/
* search: allow wildcardsValentin Rothberg2020-07-15
* fix race condition in `libpod.GetEvents(...)`Valentin Rothberg2020-07-07
* container: move volume chown after spec generationGiuseppe Scrivano2020-07-06
* libpod: volume copyup honors namespace mappingsGiuseppe Scrivano2020-07-06
* Fix `system service` panic from early hangup in eventsMatthew Heon2020-07-06
* Print errors from individual containers in podsMatthew Heon2020-07-06
* move go module to v2Valentin Rothberg2020-07-06
* Set stop signal to 15 when not explicitly setMatthew Heon2020-06-24
* podman untag: error if tag doesn't existValentin Rothberg2020-06-24
* Reformat inspect network settingsQi Wang2020-06-24
* libpod: specify mappings to the storageGiuseppe Scrivano2020-06-24
* Use POLL_DURATION for timerjgallucci322020-06-24
* Stop following logs using timersjgallucci322020-06-24
* Poll on events for file readingBrent Baude2020-06-19
* Allow recursive dependency start with Init()Matthew Heon2020-06-18
* Merge pull request #6560 from mheon/fix_exec_logdriverOpenShift Merge Robot2020-06-17
|\
| * Do not share container log driver for execMatthew Heon2020-06-17
* | Merge pull request #6522 from mheon/unless-stoppedOpenShift Merge Robot2020-06-17
|\ \