Commit Briefs

Stephen Day

Merge pull request #7 from stevvooe/readme-doc-link

readme: add link to GoDoc in prose


Stephen J Day

readme: add link to GoDoc in prose

Upon further examination, the GoDoc is a very good source of documentation for this package. Send users there for now. Signed-off-by: Stephen J Day <stephen.day@docker.com>


Stephen Day

Merge pull request #6 from stevvooe/status-badges

badge: add nice badges for good health


Stephen J Day

badge: add nice badges for good health

A good open source project is measured by the number of badges at the top of the README. For now, we have two, but you have to start somewhere. Signed-off-by: Stephen J Day <stephen.day@docker.com>


Stephen Day

Merge pull request #4 from FrenchBen/modify-defaultrw-timeout

Modified defaultRWTimeout to 30


French Ben

Modified defaultRWTimeout to 30

Signed-off-by: French Ben <frenchben@docker.com>


Stephen Day

Merge pull request #1 from thaJeztah/fix-license

Fix copyright statement


Sebastiaan van Stijn

Fix copyright statement

Removes placeholder, and adds basic copyright/license section to the README Signed-off-by: Sebastiaan van Stijn <github@gone.nl>


Stephen J Day

p9p: remove mentions of original package name

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


Stephen Day

Merge pull request #8 from talex5/master

Always negotiate a compatible protocol version


Thomas Leonard

Always negotiate a compatible protocol version

Previously, if the client suggested a newer version then we gave up. Now, we offer to drop back to 9P2000. Signed-off-by: Thomas Leonard <thomas.leonard@docker.com>


Stephen Day

Merge pull request #7 from stevvooe/remove-log-message

transport: remove obnoxious log message


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 J Day

transport: remove obnoxious log message

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


Stephen Day

Merge pull request #2 from djs55/upstream/add-dir-array-encode-decode

p9p: add a marshaller and unmarshaller for `[]Dir`