spiegel_podman/pkg
baude 00262edf6c make remote resize channel buffered
when doing any sort of attach to a container, a sigwinch is sent
followed by a resize event.  this is fine for the local client but when
doing things over the varlink, the first sigwinch is wiped out by the
immediate resize event and is therefore lost.  by making the channel
buffered, both events are processed after the varlink connection is
established.

Signed-off-by: baude <bbaude@redhat.com>
2019-05-21 09:13:19 -05:00
..
adapter make remote resize channel buffered 2019-05-21 09:13:19 -05:00
annotations Update cri-o annotations 2019-04-01 11:10:54 +02:00
apparmor apparmor: don't load default profile in rootless mode 2019-01-29 10:38:52 -05:00
criu Add helper function to read out CRIU version 2018-10-23 12:52:03 +02:00
ctime ctime: Drop 32-/64-bit distinction on Linux 2018-07-07 20:35:00 +00:00
firewall Replace existing iptables handler with firewall code 2018-09-10 18:53:27 +00:00
hooks s|kubernetes-sigs/cri-o|cri-o/cri-o|g 2019-05-17 11:10:09 -04:00
inspect Add support for retry count with --restart flag 2019-05-03 10:36:16 -04:00
kubeutils Remove dependency on kubernetes 2018-03-27 21:55:33 +00:00
logs Merge pull request #2522 from mheon/fix_timestamp_format_logs 2019-03-04 13:52:21 -08:00
lookup pkg/lookup: Return ID-only pointers on ErrNo*Entries 2018-12-04 14:46:43 -08:00
namespaces Fix lint 2019-03-28 18:01:36 -04:00
netns Fix godoc comment in pkg/netns 2018-07-27 02:48:16 +00:00
registrar Update registrar unit tests to match them of cri-o 2019-04-04 08:53:32 +02:00
registries change from sysregistries to sysregistriesv2 2019-05-03 10:38:51 -04:00
resolvconf Use host's resolv.conf if no network namespace enabled 2018-11-27 15:28:09 -05:00
rootless rootless: not close more FDs than needed 2019-04-18 14:32:46 +02:00
spec rootless: force resources to be nil on cgroup v1 2019-05-20 21:45:05 +02:00
sysinfo apparmor: apply default profile at container initialization 2019-01-09 22:18:11 +01:00
systemdgen add unit tests for generate systemd 2019-05-06 09:14:10 -05:00
tracing OpenTracing support added to start, stop, run, create, pull, and ps 2019-02-18 09:57:08 -05:00
trust Fix up image sign in PR 2108 2019-01-15 12:25:10 -05:00
util rootless, spec: allow resources with cgroup v2 2019-05-13 10:48:16 +02:00
varlinkapi Revert "Add VarlinkCall.RequiresUpgrade() type and method" 2019-05-16 14:36:11 -04:00