summaryrefslogtreecommitdiff
path: root/docker/transport/npipesocket.py
Commit message (Expand)AuthorAgeFilesLines
* api: respect timeouts on Windows named pipes (#3112)Imogen2023-05-081-19/+36
* use python3.6+ constructsAnthony Sottile2021-07-051-6/+2
* Fix win32pipe.WaitNamedPipe throw exception in windows container.rentu2019-08-301-5/+7
* Remove misleading fileno method from NpipeSocket classJoffrey F2018-11-011-4/+0
* 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-121-0/+10
* Do not allow bufsize to be 0 in NpipeSocket.makefile()1251-strictly-positive-bufsizeJoffrey F2016-10-111-1/+1
* Fix a few pep8 issuesBen Firshman2016-09-141-0/+1
* Handle bufsize < 0 in makefile() as a substitute for default1188-npipesocket-makefileJoffrey F2016-09-071-1/+1
* Remove obsolete, commented out code1024-npipe-supportJoffrey F2016-06-081-3/+0
* Reorganize docker.transport packageJoffrey F2016-06-021-0/+194