summaryrefslogtreecommitdiff
path: root/libpod/container_internal.go
Commit message (Expand)AuthorAge
* Fix up errors found by codespellDaniel J Walsh2020-09-11
* Merge pull request #7578 from giuseppe/join-userns-reuse-mappingsOpenShift Merge Robot2020-09-10
|\
| * libpod: read mappings when joining a container usernsGiuseppe Scrivano2020-09-10
* | rootless: support `podman network create` (CNI-in-slirp4netns)Akihiro Suda2020-09-09
|/
* fix apiv2 will create containers with incorrect commandszhangguanzhang2020-08-24
* volumes: do not recurse when chowningGiuseppe Scrivano2020-07-31
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* When chowning we should not follow symbolic linkDaniel J Walsh2020-07-27
* Add support for overlay volume mounts in podman.Qi Wang2020-07-20
* Preserve passwd on container restartMatthew Heon2020-07-15
* Remove all instances of named return "err" from LibpodMatthew Heon2020-07-09
* Implement --sdnotify cmdline option to control sd-notify behaviorJoseph Gooch2020-07-06
* move go module to v2Valentin Rothberg2020-07-06
* container: move volume chown after spec generationGiuseppe Scrivano2020-06-29
* libpod: volume copyup honors namespace mappingsGiuseppe Scrivano2020-06-29
* libpod: specify mappings to the storageGiuseppe Scrivano2020-06-24
* Turn on More lintersDaniel J Walsh2020-06-15
* Ensure Conmon is alive before waiting for exit fileMatthew Heon2020-06-08
* Fix remote integration for healthchecksBrent Baude2020-05-20
* Fix lintMatthew Heon2020-05-14
* Remove exec sessions on container restartMatthew Heon2020-05-14
* Cleanup OCI runtime before storageMatthew Heon2020-05-14
* Fix SELinux functions names to not be repetitiveDaniel J Walsh2020-04-23
* Move selinux labeling support from pkg/util to pkg/selinuxDaniel J Walsh2020-04-22
* Add support for selecting kvm and systemd labelsDaniel J Walsh2020-04-15
* userns: support --userns=autoGiuseppe Scrivano2020-04-06
* Add support for containers.confDaniel J Walsh2020-03-27
* Attempt manual removal of CNI IP allocations on refreshMatthew Heon2020-03-19
* Add structure for new exec session tracking to DBMatthew Heon2020-03-18
* Revert "exec: get the exit code from sync pipe instead of file"Matthew Heon2020-03-09
* Fix spelling mistakes in code found by codespellDaniel J Walsh2020-03-07
* exec: get the exit code from sync pipe instead of filePeter Hunt2020-03-03
* Add basic deadlock detection for container start/removeMatthew Heon2020-02-24
* populate resolv.conf with dnsname responses when in usernamespaceBrent Baude2020-02-20
* Do not copy up when volume is not emptyMatthew Heon2020-02-12
* Tear down network when restarting containersMatthew Heon2020-02-02
* make lint: enable gocriticValentin Rothberg2020-01-13
* address review comments before mergebaude2020-01-10
* Initial commit on compatible APIJhon Honce2020-01-10
* Ensure SizeRw is shown when a user does 'inspect --size -t container'.Neville Cain2019-12-27
* if container is not in a pid namespace, stop all processesDaniel J Walsh2019-12-19
* Reap exec sessions on cleanup and removalMatthew Heon2019-12-12
* Add ContainerStateRemovingMatthew Heon2019-11-19
* Also delete winsz fifoPeter Hunt2019-11-15
* Add ensureState helper for checking container stateMatthew Heon2019-10-28
* Add a MissingRuntime implementationMatthew Heon2019-10-15
* Unwrap errors before comparing themNalin Dahyabhai2019-10-14
* Move OCI runtime implementation behind an interfaceMatthew Heon2019-10-10
* catch runc v2 errorbaude2019-10-09
* rootless: do not attempt a CNI refreshGiuseppe Scrivano2019-10-01