summaryrefslogtreecommitdiff
path: root/docker/api/client.py
Commit message (Expand)AuthorAgeFilesLines
* exec: fix file handle leak with container.exec_* APIs (#2320)Peter Wu2023-01-131-2/+9
* client: fix exception semantics in _raise_for_status (#2954)Maor Kleinberger2022-07-261-1/+1
* Fix getting a read timeout for logs/attach with a tty and slow outputSegev Finer2021-09-171-0/+6
* use python3.6+ constructsAnthony Sottile2021-07-051-11/+9
* Remove support to pre python 3.6set-minimal-python-to-3_6Ulysses Souza2021-03-221-10/+8
* Fix doc formattingVlad Romanenko2021-02-101-1/+1
* Add max_pool_size parameter (#2699)Mariano Scazzariello2020-11-171-7/+12
* Shell out to SSH client for an ssh connectionaiordache2020-10-131-2/+6
* set engine version for unit tests to avoid querying the engineaiordache2020-08-201-8/+8
* set version to 'auto' to avoid breaking on old engine versionsaiordache2020-08-191-23/+21
* Homogenize adapters close() behaviour.Ulysses Souza2019-03-151-7/+8
* Sets a different default number of pools to SSHUlysses Souza2019-03-151-3/+7
* Fix descriptions of the default API version in docsTsuyoshi Hombashi2019-01-261-1/+1
* handle url-based proxy configurationsCorentin Henry2019-01-091-2/+5
* add support for proxiesCorentin Henry2019-01-091-0/+7
* Merge pull request #2188 from docker/c6374-credhelpersJoffrey F2018-11-301-2/+4
|\
| * Add credstore_env to all load_config callsJoffrey F2018-11-301-2/+4
* | implement stream demultiplexing for exec commandsCorentin Henry2018-11-271-7/+11
|/
* Add support for SSH protocol in base_urlJoffrey F2018-11-011-0/+19
* Allow passing of env overrides to credstore through APIClient ctorJoffrey F2018-06-081-1/+5
* Workaround requests resolving our unix socket URL on macosx.Matthieu Nottale2018-02-261-1/+3
* Add chunk_size parameter to data downloading methods (export, get_archive, save)1352-data_stream_controlJoffrey F2018-02-141-3/+3
* Refuse API version < 1.21 ; Remove associated code pathscleanup_deprecatedJoffrey F2018-01-311-22/+5
* Improve separation between auth_configs and general_configsimprove_authconfig_genconfig_separationJoffrey F2018-01-301-1/+4
* Use config.json for detachKeysFumiaki MATSUSHIMA2018-01-301-1/+2
* Fixed DEFAULT API VERSION in docstrings.Felipe Ruhland2017-12-141-8/+8
* Fix URL-quoting for resource names containing spaces1758-url-quote-pathJoffrey F2017-12-131-1/+1
* Add support for configs managementJoffrey F2017-11-071-0/+2
* Fix handling of non-multiplexed (TTY) streams over upgraded socketsJoffrey F2017-08-171-6/+16
* Add attributes for picklingAn Ha2017-06-201-0/+6
* Update check_resource decorator to account for new resource namesJoffrey F2017-06-151-1/+1
* Move reload_config func into the APIClientErik Johnson2017-05-021-0/+14
* Update mentions of the default API version in docsJoffrey F2017-04-031-1/+1
* Implement secrets APIJoffrey F2017-02-131-0/+2
* Merge pull request #1432 from shin-/pluginsJoffrey F2017-02-131-1/+5
|\
| * Fix _post_json behaviorJoffrey F2017-02-031-1/+1
| * APIClient implementation of plugin methodsJoffrey F2017-02-031-1/+5
* | Merge pull request #1344 from psviderski/fix/logs_performanceJoffrey F2017-02-061-2/+4
|\ \ | |/ |/|
| * increase logs performance, do not copy bytes objectPavel Sviderski2016-12-071-2/+4
* | Change "Remote API" to "Engine API"Ben Firshman2017-01-301-1/+1
* | Use json_stream function in decoded _stream_helperfix-stream-helperJoffrey F2017-01-111-26/+23
|/
* Merge pull request #1315 from bfirsh/rename-docker-py-to-docker-sdk-pythonJoffrey F2016-12-021-2/+2
|\
| * Start to rename docker-py to docker-sdk-pythonBen Firshman2016-11-281-2/+2
* | Move ssladapter to transport modulessladapter_transport_moduleJoffrey F2016-12-011-5/+3
|/
* Add new user-focused APIBen Firshman2016-11-221-17/+5
* Add docstrings to low-level APIBen Firshman2016-11-221-2/+26
* Rename Client to APIClientBen Firshman2016-11-221-0/+420