Files
linuxkit/alpine
David Sheets 224bbcea63 transfused: change protocol to support events, add syslog logging
The event string in the 9p socket file system now contains a 1 byte
channel type immediately preceding the connection ID. This channel type
determines which protocol will be used on the channel -- m for FUSE
protocol, e for events. The event messages are host-initiated and have
the following structure:

  2 bytes for total length
  2 bytes for path length + NUL (x)
  x bytes for path
  1 byte  for syscall

stderr logging was also changed to syslog-based logging in this patch.

Signed-off-by: David Sheets <david.sheets@docker.com>
2016-03-18 09:33:41 +00:00
..
2016-03-01 14:57:11 +00:00
2016-02-19 16:11:09 +00:00
2016-01-13 17:48:42 +00:00
2016-01-13 17:48:42 +00:00
2016-03-11 14:09:16 +00:00
2016-03-08 00:48:08 +00:00