summaryrefslogtreecommitdiff
path: root/libpod
Commit message (Expand)AuthorAge
* 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
|\ \
| * | Add support for the unless-stopped restart policyMatthew Heon2020-06-17
| |/
* / Revert #6591 to fix issue with failed testsjgallucci322020-06-17
|/
* Fix podman-remote imagesDaniel J Walsh2020-06-16
* Merge pull request #6591 from jgallucci32/patch-1OpenShift Merge Robot2020-06-15
|\
| * Remove redundant break in for loop.jgallucci322020-06-15
| * Do not print error message when container does not existjgallucci322020-06-12
| * Changed from t.StopAtEOF() to t.Stop() and added error checkjgallucci322020-06-12
| * Fix -f logs to stop when a container exitsjgallucci322020-06-12
| * Fix -f logs follow with stopped containerQi Wang2020-06-11
* | Turn on More lintersDaniel J Walsh2020-06-15
|/
* Merge pull request #6415 from vrothberg/systemd-new-podOpenShift Merge Robot2020-06-11
|\