| Commit message (Expand) | Author | Age |
* | prune remotecommand dependency | baude | 2021-02-25 |
* | bump go module to v3 | Valentin Rothberg | 2021-02-22 |
* | Fix per review request | Matej Vasek | 2021-02-04 |
* | Improve container libpod.Wait*() functions | Matej Vasek | 2021-02-03 |
* | libpod: add (*Container).ResolvePath() | Valentin Rothberg | 2021-01-26 |
* | Merge pull request #8906 from vrothberg/fix-8501 | OpenShift Merge Robot | 2021-01-14 |
|\ |
|
| * | container stop: release lock before calling the runtime | Valentin Rothberg | 2021-01-14 |
* | | add pre checkpoint | unknown | 2021-01-10 |
|/ |
|
* | Include named volumes in container migration | Radostin Stoyanov | 2021-01-07 |
* | Spelling | Josh Soref | 2020-12-22 |
* | Implement pod-network-reload | Matthew Heon | 2020-12-07 |
* | Allow containers to --restart on-failure with --rm | Daniel J Walsh | 2020-11-20 |
* | Ensure that attach ready channel does not block | Matthew Heon | 2020-10-28 |
* | Force Attach() to send a SIGWINCH and redraw | Matthew Heon | 2020-09-10 |
* | Send HTTP Hijack headers after successful attach | Matthew Heon | 2020-08-27 |
* | 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 |
* | log API: add context to allow for cancelling | Valentin Rothberg | 2020-07-09 |
* | move go module to v2 | Valentin Rothberg | 2020-07-06 |
* | Allow recursive dependency start with Init() | Matthew Heon | 2020-06-18 |
* | Turn on More linters | Daniel J Walsh | 2020-06-15 |
* | WIP V2 attach bindings and test | Jhon Honce | 2020-05-13 |
* | Improve APIv2 support for Attach | Matthew Heon | 2020-04-13 |
* | v2podman attach and exec | Brent Baude | 2020-04-05 |
* | Add structure for new exec session tracking to DB | Matthew Heon | 2020-03-18 |
* | 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 |
* | Revert "exec: fix error code when conmon fails" | Matthew Heon | 2020-03-09 |
* | Fix spelling mistakes in code found by codespell | Daniel J Walsh | 2020-03-07 |
* | exec: fix error code when conmon fails | Peter Hunt | 2020-03-04 |
* | Exec: use ErrorConmonRead | Peter Hunt | 2020-03-03 |
* | exec: get the exit code from sync pipe instead of file | Peter Hunt | 2020-03-03 |
* | Allow devs to set labels in container images for default capabilities. | Daniel J Walsh | 2020-03-02 |
* | Merge pull request #5347 from baude/apiv2wait | OpenShift Merge Robot | 2020-03-02 |
|\ |
|
| * | rework apiv2 wait endpoint|binding | Brent Baude | 2020-02-28 |
* | | Ensure that exec sessions inherit supplemental groups | Matthew Heon | 2020-02-28 |
|/ |
|
* | add pkg/capabilities | Valentin Rothberg | 2020-02-14 |
* | Add an API for Attach over HTTP API | Matthew Heon | 2020-01-16 |
* | if container is not in a pid namespace, stop all processes | Daniel J Walsh | 2019-12-19 |
* | Reap exec sessions on cleanup and removal | Matthew Heon | 2019-12-12 |
* | Add ContainerStateRemoving | Matthew Heon | 2019-11-19 |
* | podman: add support for specifying MAC | Jakub Filak | 2019-11-06 |
* | Switch to bufio Reader for exec streams | Peter Hunt | 2019-10-31 |
* | Add ensureState helper for checking container state | Matthew Heon | 2019-10-28 |
* | Add a MissingRuntime implementation | Matthew Heon | 2019-10-15 |
* | Move OCI runtime implementation behind an interface | Matthew Heon | 2019-10-10 |
* | Podman-remote run should wait for exit code | Daniel J Walsh | 2019-09-12 |
* | Use exit code constants | Daniel J Walsh | 2019-09-12 |
* | libpod: avoid polling container status | Giuseppe Scrivano | 2019-09-04 |
* | exec: run with user specified on container start | Peter Hunt | 2019-08-20 |