summaryrefslogtreecommitdiff
path: root/docker/transport
Commit message (Expand)AuthorAgeFilesLines
* Fix NpipeSocket.settimeout to match expected behavior1284-settimeout-fixJoffrey F2016-11-021-3/+6
* Implement retry logic when the npipe open procedure failsnpipe-socket-busy-retryJoffrey F2016-10-261-10/+24
* Several fixes to npipe supportnpipe-advancedJoffrey F2016-10-123-1/+33
* Do not allow bufsize to be 0 in NpipeSocket.makefile()1251-strictly-positive-bufsizeJoffrey F2016-10-111-1/+1
* Update adapters to use pool_connections instead of num_poolsJoffrey F2016-10-042-4/+4
* Merge pull request #1215 from bfirsh/autopep8Joffrey F2016-09-142-1/+2
|\
| * Fix a few pep8 issuesBen Firshman2016-09-142-1/+2
* | Number of pools in adapter is configurable1207-configurable-num-poolsJoffrey F2016-09-122-11/+19
|/
* Handle bufsize < 0 in makefile() as a substitute for default1188-npipesocket-makefileJoffrey F2016-09-071-1/+1
* Fix licensesBen Firshman2016-09-051-13/+0
* Remove obsolete, commented out code1024-npipe-supportJoffrey F2016-06-081-3/+0
* Reorganize docker.transport packageJoffrey F2016-06-026-3/+4
* npipe support cleanupJoffrey F2016-06-026-0/+373