summaryrefslogtreecommitdiff
path: root/docker/api/client.py
Commit message (Expand)AuthorAgeFilesLines
* 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