mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-07 01:15:44 +00:00
Add a `context.Context` to the log APIs to allow for cancelling streaming (e.g., via `podman logs -f`). This fixes issues for the remote API where some go routines of the server will continue writing and produce nothing but heat and waste CPU cycles. Signed-off-by: Valentin Rothberg <rothberg@redhat.com> |
||
|---|---|---|
| .. | ||
| virtwriter | ||
| attach.go | ||
| config.go | ||
| container.go | ||
| containers.go | ||
| containers_create.go | ||
| create.go | ||
| events.go | ||
| funcs.go | ||
| generate.go | ||
| images.go | ||
| intermediate.go | ||
| intermediate_varlink.go | ||
| mount.go | ||
| pods.go | ||
| remote_client.go | ||
| shortcuts.go | ||
| system.go | ||
| transfers.go | ||
| util.go | ||
| volumes.go | ||