moby--moby/libcontainerd
Sebastiaan van Stijn 295bb09184
Fix event filter filtering on "or"
The event filter used two separate filter-conditions for
"namespace" and "topic". As a result, both events matching
"topic" and events matching "namespace" were subscribed to,
causing events to be handled both by the "plugin" client, and
"container" client.

This patch rewrites the filter to match only if both namespace
and topic match.

Thanks to Stephen Day for providing the correct filter :)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-12-29 02:47:56 +01:00
..
client_daemon.go Fix event filter filtering on "or" 2017-12-29 02:47:56 +01:00
client_daemon_linux.go Update daemon code for containerd API changes 2017-11-30 09:55:03 -05:00
client_daemon_windows.go Update daemon code for containerd API changes 2017-11-30 09:55:03 -05:00
client_local_windows.go Windows: Fix width/height swap 2017-11-28 12:19:46 -08:00
errors.go Update libcontainerd to use containerd 1.0 2017-10-20 07:11:37 -07:00
io.go Update daemon code for containerd API changes 2017-11-30 09:55:03 -05:00
io_unix.go Update daemon code for containerd API changes 2017-11-30 09:55:03 -05:00
io_windows.go Update daemon code for containerd API changes 2017-11-30 09:55:03 -05:00
process_windows.go Update libcontainerd to use containerd 1.0 2017-10-20 07:11:37 -07:00
queue.go Update libcontainerd to use containerd 1.0 2017-10-20 07:11:37 -07:00
queue_test.go Update libcontainerd to use containerd 1.0 2017-10-20 07:11:37 -07:00
remote_daemon.go Fix typo in log-message 2017-12-11 10:59:51 -08:00
remote_daemon_linux.go Remove solaris build tag and `contrib/mkimage/solaris 2017-11-02 00:01:46 +00:00
remote_daemon_options.go Update containerd to v1 beta3 2017-11-10 15:44:10 -05:00
remote_daemon_options_linux.go Update daemon code for containerd API changes 2017-11-30 09:55:03 -05:00
remote_daemon_process.go Update libcontainerd to use containerd 1.0 2017-10-20 07:11:37 -07:00
remote_daemon_process_linux.go Remove solaris build tag and `contrib/mkimage/solaris 2017-11-02 00:01:46 +00:00
remote_daemon_windows.go Update libcontainerd to use containerd 1.0 2017-10-20 07:11:37 -07:00
remote_local.go Update libcontainerd to use containerd 1.0 2017-10-20 07:11:37 -07:00
types.go Update daemon code for containerd API changes 2017-11-30 09:55:03 -05:00
types_linux.go Update libcontainerd to use containerd 1.0 2017-10-20 07:11:37 -07:00
types_windows.go Update libcontainerd to use containerd 1.0 2017-10-20 07:11:37 -07:00
utils_linux.go Update libcontainerd to use containerd 1.0 2017-10-20 07:11:37 -07:00
utils_windows.go Update libcontainerd to use containerd 1.0 2017-10-20 07:11:37 -07:00
utils_windows_test.go Allow windows environment variables to contain `=` 2016-09-05 08:49:07 +10:00