Commit Briefs

Stephen Day

Merge pull request #8 from talex5/master

Always negotiate a compatible protocol version


Thomas Leonard

Fix format string error

Error was: error handling connection error negotiating version:%!(EXTRA *errors.errorString=bad version negotiation) will close Signed-off-by: Thomas Leonard <thomas.leonard@docker.com>


Stephen Day

Merge pull request #1 from stevvooe/flush-race-fix

p9p: address race condition in flush response


Stephen J Day

p9p: address race condition in flush response

Signed-off-by: Stephen J Day <stephen.day@docker.com>


Stephen J Day

Merge branch 'pinata-filtered'


Stephen J Day

Merge branch 'pinata-pkg-filtered' into pinata-filtered

Signed-off-by: Stephen J Day <stephen.day@docker.com>


David Scott

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>


Stephen J Day

pkg/p9p: refactor ServeConn to make room for Server

Signed-off-by: Stephen J Day <stephen.day@docker.com>


Adrien Duermael

Putting a8b3e87a changes in pkg/p9p


Adrien Duermael

v1/pkg/p9p