summaryrefslogtreecommitdiff
path: root/libpod
Commit message (Expand)AuthorAge
* Do not error trying to remove cgroups that don't existMatthew Heon2018-05-11
* Remove parent cgroup we create with cgroupfsMatthew Heon2018-05-11
* Place Conmon and Container in separate CGroupsMatthew Heon2018-05-11
* Add --cgroup-manager flag to Podman binaryMatthew Heon2018-05-11
* Major fixes to systemd cgroup handlingMatthew Heon2018-05-11
* Alter CGroup path handling for 'podman top'Matthew Heon2018-05-11
* Add validation for CGroup parents. Pass CGroups path into runcMatthew Heon2018-05-11
* podman push should honor registries.confbaude2018-05-10
* container.go: fix lint errorGiuseppe Scrivano2018-05-05
* Should not error out if container no longer exists in ociDaniel J Walsh2018-05-04
* podman, userNS: configure an intermediate mount namespaceGiuseppe Scrivano2018-05-04
* networking, userNS: configure the network namespace after createGiuseppe Scrivano2018-05-04
* Begin wiring in USERNS Support into podmanDaniel J Walsh2018-05-04
* Fix pulling from secure registrybaude2018-05-04
* Optionally init() during container restartMatthew Heon2018-05-04
* varlink containersbaude2018-05-03
* Make podman commit to localhost rather then docker.ioDaniel J Walsh2018-05-03
* Add accessors for new image fields in container configMatthew Heon2018-05-03
* Store user Volumes, Entrypoint, Command in databaseMatthew Heon2018-05-03
* Further fix Godoc comments in options.goMatthew Heon2018-05-03
* Update hooks to use config bool to detect volume mountsMatthew Heon2018-05-03
* Fix Godoc comments in options.goMatthew Heon2018-05-03
* Add config bool to indicate there are user volumesMatthew Heon2018-05-03
* Print the Buildah comment from commit to given writerMatthew Heon2018-05-03
* Do not print unnecessary Buildah details during commitMatthew Heon2018-05-03
* do not commit default volumes from containerbaude2018-04-30
* Use buildah commit and bud in podmanbaude2018-04-27
* Modify secrets pkgumohnani82018-04-27
* varlink imagesbaude2018-04-26
* Retrieve IP addresses for container from DBMatthew Heon2018-04-26
* Add --default-mounts-file hidden flagumohnani82018-04-26
* Strip transport from image name when looking for local imagebaude2018-04-26
* Remove more Errorf in favor of WrapfMatthew Heon2018-04-25
* Do not eat error messages from pullImageMatthew Heon2018-04-25
* Modify --user flag for podman create and runumohnani82018-04-24
* Add FIPS mode secretumohnani82018-04-23
* Initial varlink implementationbaude2018-04-23
* Vendor in latest containers/image and contaners/storageumohnani82018-04-19
* regression: tls verify should be set on registries.conf if insecurebaude2018-04-18
* - reverse host field order (ip goes first)Nathan Williams2018-04-18
* Change container.locked to batchedTomSweeneyRedHat2018-04-16
* podman pull should always try to pullbaude2018-04-14
* Fix another comparison of a Go interface against nilMatthew Heon2018-04-13
* Allowing attaching stdin to non-interactive containersMatthew Heon2018-04-13
* Change attach to accept a struct containing streamsMatthew Heon2018-04-13
* Changes to attach to enable per-stream attachingMatthew Heon2018-04-13
* Fix locking interaction in batched Exec() on containerMatthew Heon2018-04-13
* Force host UID/GID mapping when creating containersNalin Dahyabhai2018-04-12
* Do not lock all containers during pod killMatthew Heon2018-04-12
* Make pod stop lock one container at a timeMatthew Heon2018-04-12