automation-tests/pkg/adapter
Valentin Rothberg 868ee6db70 sigproxy: return after closing the channel
When stopping signal handling (e.g., to properly handle ^C) we are also
closing the signal channel.  We should really return from the go-routine
instead of continuing and risking double-closing the channel which leads
to a panic.

Fixes: #5034
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2020-01-31 16:13:00 +01:00
..
shortcuts make lint: enable gocritic 2020-01-13 14:27:02 +01:00
checkpoint_restore.go Correctly export the root file-system changes 2019-12-09 13:29:36 +01:00
client.go Add service endpoint 2020-01-21 16:35:45 -06:00
client_config.go Add service endpoint 2020-01-21 16:35:45 -06:00
client_unix.go Avoid hard-coding path to varlink and podman 2019-10-01 19:46:54 +02:00
client_windows.go Apply changes also to the windows implementation 2019-10-02 20:49:09 +02:00
containers.go refactor top code 2020-01-15 17:08:22 +01:00
containers_remote.go clarify container prune --force 2020-01-13 08:56:43 -06:00
errors.go remove libpod from main 2019-06-25 13:51:24 -05:00
images.go Initial commit on compatible API 2020-01-10 09:41:39 -06:00
images_remote.go Initial commit on compatible API 2020-01-10 09:41:39 -06:00
info_remote.go Fix podman-remote info to show registry data 2020-01-07 19:38:46 -05:00
network.go refactor network commands 2019-12-29 11:18:49 -06:00
pods.go honor pull policy in play kube 2020-01-28 13:36:10 -06:00
pods_remote.go APIv2 review corrections #3 2020-01-25 15:09:09 -06:00
reset.go Add podman system reset command 2019-11-29 05:34:52 -05:00
reset_remote.go Add podman system reset command 2019-11-29 05:34:52 -05:00
runtime.go Merge pull request #4850 from vrothberg/fix-linting 2020-01-13 21:03:21 +01:00
runtime_remote.go Initial commit on compatible API 2020-01-10 09:41:39 -06:00
runtime_remote_supported.go enable podman-remote on windows 2019-04-30 15:28:39 -05:00
sigproxy_linux.go sigproxy: return after closing the channel 2020-01-31 16:13:00 +01:00
terminal.go move handleTerminalAttach to generic build 2019-07-23 13:30:14 -04:00
terminal_linux.go Switch to bufio Reader for exec streams 2019-10-31 11:20:12 -04:00
volumes_remote.go Implement backend for 'volume inspect' 2019-08-02 15:08:30 -04:00