Commits


fs/p9p/new: add server stubs and various implementation notes Signed-off-by: Stephen J Day <stephen.day@docker.com>


fs/p9p/new: implement several client methods Adds in stub implementations for several client methods, checking to see we have correct compilation of the various message types. We also add context support to control the lifecycle of the session object. We are getting closer to a working client and it is time to make a server! Signed-off-by: Stephen J Day <stephen.day@docker.com>


fs/p9p/new: add several new message types for encoding Signed-off-by: Stephen J Day <stephen.day@docker.com>


fs/p9p/new: Add message definitions and support Signed-off-by: Stephen J Day <stephen.day@docker.com>


fs/p9p/new: Lock down encode/decode for 9p Among other things, this adds support for 9p encoding and decoding. We now have fully reflective message marshaling and unmarshaling. Other aspects of this commit include the code actually compiling and movement towards a testable interface. Signed-off-by: Stephen J Day <stephen.day@docker.com>