summaryrefslogtreecommitdiff
path: root/docker/api/daemon.py
Commit message (Expand)AuthorAgeFilesLines
* Fix empty authconfig detectionauthconfig_fixJoffrey F2018-11-301-1/+1
* Modernize auth managementJoffrey F2018-11-281-8/+8
* Fix docs examples to work with Python 3Joffrey F2018-11-081-3/+3
* Allow passing of env overrides to credstore through APIClient ctorJoffrey F2018-06-081-1/+3
* Allow cancelling the streams from other threadsViktor Adam2018-03-201-7/+14
* Add login data to the right subdict in auth_configsJoffrey F2018-02-051-1/+1
* Remove parameters and methods marked as deprecatedJoffrey F2018-01-311-8/+1
* Improve separation between auth_configs and general_configsimprove_authconfig_genconfig_separationJoffrey F2018-01-301-0/+2
* Documentation fixes for login funcErik Johnson2017-05-021-4/+5
* Set infinite timeout for the `events` methodJoffrey F2017-03-271-1/+2
* Add df methodJoffrey F2017-03-011-0/+16
* Allow events daemon command to read config.jsonDamien Nadé2017-02-211-1/+1
* Add docstrings to low-level APIBen Firshman2016-11-221-0/+84
* Make ping return bool instead of stringBen Firshman2016-11-221-1/+1
* Make docker.auth a single fileBen Firshman2016-11-221-2/+1
* Let server-side determine which serveraddress to use when none is specified1044-fix-login-defaultJoffrey F2016-04-281-3/+1
* Split different APIs into several mixins for clarity / easier maintenanceJoffrey F2015-09-111-0/+78