Commits


Merge pull request #18 from QuentinPerez/patch-1 Little changes


Merge pull request #17 from docker/add-travisci Added TravisCI and CodeCov hook


transport: Use Channel interface instead of *channel Signed-off-by: Quentin Perez <qperez42@gmail.com>


Merge pull request #15 from joushou/tagpool Rework transport tag allocation logic


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


Merge pull request #13 from stevvooe/document-exported-functions lint/vet: address several issues identified by lint/vet


Remove NOTAG handling from allocateTag Signed-off-by: Kenny Levinsen <w@kl.wtf>


Added race and fixed badge link Signed-off-by: French Ben <frenchben@docker.com>


lint/vet: address several issues identified by lint/vet Signed-off-by: Stephen J Day <stephen.day@docker.com>


Merge pull request #12 from docker/move-email Moved to official docker email


Provide hint for tag allocation routine Signed-off-by: Kenny Levinsen <w@kl.wtf>


Added TravisCI and CodeCov hook Signed-off-by: French Ben <frenchben@docker.com>


Moved to official docker email Signed-off-by: French Ben <frenchben@docker.com>


Merge pull request #11 from thaJeztah/add-maintainers-file Add MAINTAINERS and Contributing.md


Remove tag defaulting in newFcall Defaulting the tag in newFcall might result in unexpected behaviour. For example, if a client (erroneously) sends a Tversion on a tag, the server response will not be on a tag. newFcall should just create the struct. Signed-off-by: Kenny Levinsen <w@kl.wtf>