Commits


p9p: remove per-message logging Printing all requests and responses to the log is quite expensive, especially when sending megabytes of data through 9P. This patch leaves the logging in the error paths and the flush path. Signed-off-by: David Scott <dave.scott@docker.com>


p9p: fix typo in debug message


pkg/p9p: refactor ServeConn to make room for Server Signed-off-by: Stephen J Day <stephen.day@docker.com>


Make p9p examples build again s/p9pnew/p9p/g Signed-off-by: David Scott <dave.scott@docker.com>


Putting a8b3e87a changes in pkg/p9p


implementing p9p fs with v1/pkg/p9p (wip)


implementing p9p fs with v1/pkg/p9p (wip)


v1/pkg/p9p