aboutsummaryrefslogtreecommitdiff
path: root/libpod
Commit message (Expand)AuthorAge
* Do not reset storage when running inside of a containerDaniel J Walsh2021-02-18
* Enable whitespace linterPaul Holzinger2021-02-18
* Enable golint linterPaul Holzinger2021-02-18
* Enable stylecheck linterPaul Holzinger2021-02-18
* Don't chown workdir if it already existsDaniel J Walsh2021-02-18
* podman build: pass runtime to buildahValentin Rothberg2021-02-18
* Fix panic in pod creationbaude2021-02-18
* do not set empty $HOMEValentin Rothberg2021-02-18
* Change source path resolution for volume copy-upMatthew Heon2021-02-18
* Fix an issue where copyup could fail with ENOENTMatthew Heon2021-02-18
* Merge pull request #9346 from vrothberg/3.0-layer-tree-errorsOpenShift Merge Robot2021-02-13
|\
| * make layer-tree lookup errors non-fatalValentin Rothberg2021-02-12
* | Rewrite copy-up to use buildah CopierMatthew Heon2021-02-11
* | Display correct value for unlimited ulimitbaude2021-02-11
* | Fix per review requestMatej Vasek2021-02-08
* | Improve container libpod.Wait*() functionsMatej Vasek2021-02-08
* | fix logic when not creating a workdirValentin Rothberg2021-02-05
* | Fix podman network disconnect wrong NetworkStatus numberPaul Holzinger2021-02-05
* | generate kube: handle entrypointValentin Rothberg2021-02-04
* | Allow pods to use --net=noneMatthew Heon2021-02-04
* | Make slirp MTU configurable (network_cmd_options)bitstrings2021-02-04
* | podman generate kube ignores --network=hostMilivoje Legenovic2021-02-04
* | Honor custom DNS in play|generate kubebaude2021-02-04
* | libpod: move slirp magic IPs to constsGiuseppe Scrivano2021-02-03
* | rootlessport: set source IP to slirp4netns deviceGiuseppe Scrivano2021-02-03
* | add macvlan as a supported network driverbaude2021-02-02
|/
* Ensure shutdown handler access is syncronizedMatthew Heon2021-01-29
* workdir presence checksValentin Rothberg2021-01-29
* libpod: add (*Container).ResolvePath()Valentin Rothberg2021-01-29
* Add default net info in container inspectbaude2021-01-29
* remote exec: write conmon error on hijacked connectionValentin Rothberg2021-01-29
* Add support for rootless network-aliasesPaul Holzinger2021-01-28
* Allow static ip and mac with rootless cni networkPaul Holzinger2021-01-28
* disable dnsname when --internalbaude2021-01-26
* Merge pull request #8955 from mheon/renameOpenShift Merge Robot2021-01-14
|\
| * Initial implementation of renaming containersMatthew Heon2021-01-14
* | Initial implementation of volume pluginsMatthew Heon2021-01-14
|/
* Merge pull request #8906 from vrothberg/fix-8501OpenShift Merge Robot2021-01-14
|\
| * container stop: release lock before calling the runtimeValentin Rothberg2021-01-14
* | Merge pull request #8958 from zhangguanzhang/duplicated-hostsOpenShift Merge Robot2021-01-13
|\ \
| * | Fxes /etc/hosts duplicated every time after container restarted in a podzhangguanzhang2021-01-13
* | | Remove the ability to use [name:tag] in podman load commandDaniel J Walsh2021-01-12
|/ /
* | Merge pull request #8950 from mheon/exorcise_driverOpenShift Merge Robot2021-01-12
|\ \
| * | Exorcise Driver code from libpod/defineMatthew Heon2021-01-12
* | | Merge pull request #8946 from JAORMX/sec-errorsOpenShift Merge Robot2021-01-12
|\ \ \
| * | | Expose security attribute errors with their own messagesJuan Antonio Osorio Robles2021-01-12
* | | | Merge pull request #8947 from Luap99/cleanup-codeOpenShift Merge Robot2021-01-12
|\ \ \ \ | |/ / / |/| | |
| * | | Fix problems reported by staticcheckPaul Holzinger2021-01-12
| | |/ | |/|
* | | Merge pull request #8819 from chen-zhuohan/add-pre-checkpointOpenShift Merge Robot2021-01-12
|\ \ \
| * | | add pre checkpointunknown2021-01-10