| Commit message (Expand) | Author | Age |
* | Only use container/storage/pkg/homedir.Get() | Daniel J Walsh | 2020-11-04 |
* | Stop excessive wrapping of errors | Daniel J Walsh | 2020-10-30 |
* | Store cgroup manager on a per-container basis | Matthew Heon | 2020-10-08 |
* | Merge pull request #7929 from kolyshkin/nits-err | OpenShift Merge Robot | 2020-10-06 |
|\ |
|
| * | Lowercase some errors | Kir Kolyshkin | 2020-10-05 |
| * | Remove excessive error wrapping | Kir Kolyshkin | 2020-10-05 |
* | | Support max_size logoptions | Daniel J Walsh | 2020-10-05 |
|/ |
|
* | HTTP Attach: Wait until both STDIN and STDOUT finish | Matthew Heon | 2020-09-24 |
* | Fix a bug where log-driver json-file was made no logs | Matthew Heon | 2020-09-23 |
* | Merge pull request #7403 from QiWang19/runtime-flag | OpenShift Merge Robot | 2020-09-11 |
|\ |
|
| * | Add global options --runtime-flags | Qi Wang | 2020-09-04 |
* | | rootless: support `podman network create` (CNI-in-slirp4netns) | Akihiro Suda | 2020-09-09 |
|/ |
|
* | Fix up some error messages | Matthew Heon | 2020-08-27 |
* | Send HTTP Hijack headers after successful attach | Matthew Heon | 2020-08-27 |
* | fix close fds of run --preserve-fds | Qi Wang | 2020-07-30 |
* | Switch all references to github.com/containers/libpod -> podman | Daniel J Walsh | 2020-07-28 |
* | Remove all instances of named return "err" from Libpod | Matthew Heon | 2020-07-09 |
* | Implement --sdnotify cmdline option to control sd-notify behavior | Joseph Gooch | 2020-07-06 |
* | move go module to v2 | Valentin Rothberg | 2020-07-06 |
* | podman: add new cgroup mode split | Giuseppe Scrivano | 2020-06-25 |
* | Add --preservefds to podman run | Qi Wang | 2020-06-19 |
* | Do not share container log driver for exec | Matthew Heon | 2020-06-17 |
* | Ensure Conmon is alive before waiting for exit file | Matthew Heon | 2020-06-08 |
* | Add exit commands to exec sessions | Matthew Heon | 2020-05-20 |
* | oci conmon: tell conmon to log container name | Peter Hunt | 2020-05-20 |
* | Drop a debug line which could print very large messages | Matthew Heon | 2020-05-15 |
* | Remove duplicated exec handling code | Matthew Heon | 2020-05-14 |
* | Fix start order for APIv2 exec start endpoint | Matthew Heon | 2020-05-14 |
* | Add an initial implementation of HTTP-forwarded exec | Matthew Heon | 2020-05-14 |
* | WIP V2 attach bindings and test | Jhon Honce | 2020-05-13 |
* | Fix errors found in coverity scan | Daniel J Walsh | 2020-05-01 |
* | podman v2 remove bloat v2 | Brent Baude | 2020-04-16 |
* | Add support for selecting kvm and systemd labels | Daniel J Walsh | 2020-04-15 |
* | Improve APIv2 support for Attach | Matthew Heon | 2020-04-13 |
* | refactor info | Brent Baude | 2020-04-06 |
* | Merge pull request #5707 from adrianreber/crun-checkpoint-1 | OpenShift Merge Robot | 2020-04-03 |
|\ |
|
| * | checkpoint: handle XDG_RUNTIME_DIR | Adrian Reber | 2020-04-03 |
| * | checkpoint: change runtime checkpoint support test | Adrian Reber | 2020-04-03 |
* | | Pass path environment down to the OCI runtime | Daniel J Walsh | 2020-04-03 |
|/ |
|
* | attach: fix hang if control path is deleted | Giuseppe Scrivano | 2020-04-02 |
* | Add support for containers.conf | Daniel J Walsh | 2020-03-27 |
* | Ensure that exec sends resize events | Matthew Heon | 2020-03-25 |
* | Add structure for new exec session tracking to DB | Matthew Heon | 2020-03-18 |
* | podman: avoid conmon zombie on exec | Giuseppe Scrivano | 2020-03-18 |
* | update systemd & dbus dependencies | Valentin Rothberg | 2020-03-10 |
* | Revert "exec: get the exit code from sync pipe instead of file" | Matthew Heon | 2020-03-09 |
* | Revert "Exec: use ErrorConmonRead" | Matthew Heon | 2020-03-09 |
* | Exec: use ErrorConmonRead | Peter Hunt | 2020-03-03 |
* | exec: get the exit code from sync pipe instead of file | Peter Hunt | 2020-03-03 |
* | Ensure that exec sessions inherit supplemental groups | Matthew Heon | 2020-02-28 |