summaryrefslogtreecommitdiff
path: root/docker/transport
Commit message (Expand)AuthorAgeFilesLines
* api: respect timeouts on Windows named pipes (#3112)Imogen2023-05-081-19/+36
* deps: compatiblity with requests ≥ 2.29.0 and urllib3 2.x (#3116)6.1.0Felix Fontein2023-05-054-30/+10
* lint: remove extraneous logic for `preexec_func` (#2920)q0w2022-08-021-1/+1
* lint: remove unnecessary pass statements (#2541)Vilhelm Prytz2022-07-272-2/+2
* ssh: reject unknown host keys when using Python SSH impl (#2932)Audun V. Nes2022-07-271-1/+1
* ssh: do not create unnecessary subshell on exec (#2910)errorcode2022-07-271-2/+1
* deps: remove backports.ssl_match_hostname (#3011)Milas Bowman2022-07-271-8/+0
* deps: use `packaging` instead of deprecated `distutils` (#2931)Francesco Casalegno2022-07-261-2/+2
* transport: fix ProxyCommand for SSH conn (#2993)Guy Lichtman2022-07-261-1/+1
* fix(transport): remove disable_buffering optionAdam Aposhian2021-08-311-6/+0
* Merge pull request #2846 from shehzaman/feature/missing-identity-fileAnca Iordache2021-08-311-3/+4
|\
| * Put back identityfile parameterShehzaman2021-08-311-3/+4
* | use python3.6+ constructsAnthony Sottile2021-07-056-53/+31
|/
* Remove support to pre python 3.6set-minimal-python-to-3_6Ulysses Souza2021-03-221-2/+2
* Drop LD_LIBRARY_PATH env var for SSH shelloutaiordache2021-02-231-1/+7
* Fix SSH port parsing and add regression testsaiordache2021-02-181-4/+4
* Fix host trimming and remove quiet flag for the ssh connectionaiordache2021-02-091-13/+20
* Avoid setting unsuported parameter for subprocess.Popen on Windowsaiordache2020-12-181-1/+6
* Fix ssh connection - don't override the host and port of the http poolaiordache2020-11-181-53/+58
* Add max_pool_size parameter (#2699)Mariano Scazzariello2020-11-173-7/+18
* Shell out to SSH client for an ssh connectionaiordache2020-10-131-44/+133
* Fixes docker/docker-py#2533Leo Hanisch2020-03-201-0/+2
* Merge pull request #2421 from SLdragon/masterDjordje Lukic2019-11-061-5/+7
|\
| * Fix win32pipe.WaitNamedPipe throw exception in windows container.rentu2019-08-301-5/+7
* | obey Hostname Username Port and ProxyCommand settings from .ssh/configTill Riedel2019-10-161-6/+27
* | set host key policy for ssh transport to WarningPolicy()Till Riedel2019-10-161-0/+1
* | set logging level of paramiko to warnTill Riedel2019-10-161-0/+2
|/
* Fix BaseHTTPAdapter for the SSL caseUlysses Souza2019-03-191-1/+3
* Homogenize adapters close() behaviour.Ulysses Souza2019-03-156-24/+37
* Rewrite utils.parse_host to detect more invalid addresses.ssh_protocol_supportJoffrey F2018-11-011-4/+1
* Remove misleading fileno method from NpipeSocket classJoffrey F2018-11-011-4/+0
* Add support for SSH protocol in base_urlJoffrey F2018-11-012-0/+115
* Use six.moves to handle a py2+py3 importAnthony Sottile2018-05-251-5/+1
* Fix broken unbuffered streaming with Py3Joffrey F2017-11-081-6/+5
* Disable buffering based on presence of Connection Upgrade headersJoffrey F2017-11-021-27/+25
* Prevent data loss when attaching to containerChris Harris2017-11-021-3/+30
* Add attributes for picklingAn Ha2017-06-203-0/+14
* Rename non-URL occurrences of docker-py to "Docker SDK for Python"docker_sdk_renameJoffrey F2016-12-121-1/+1
* Move ssladapter to transport modulessladapter_transport_moduleJoffrey F2016-12-012-0/+68
* 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