summaryrefslogtreecommitdiff
path: root/docker/clientbase.py
Commit message (Expand)AuthorAgeFilesLines
* Move client internals back to Client class. Remove obsolete ClientBase classapi_splitupJoffrey F2015-09-111-288/+0
* Merge pull request #754 from aanand/default-to-tcp-url-on-windowsJoffrey F2015-09-011-1/+2
|\
| * Default to 127.0.0.1:2375 on WindowsAanand Prasad2015-09-011-1/+2
* | url-quote user-provided param before inserting in URL.Joffrey F2015-08-311-4/+14
|/
* return NotFound on 404 errorsLars Kellogg-Stedman2015-07-171-0/+2
* Merge branch 'fix-premature-eof' of https://github.com/a-ba/docker-py into a-...Joffrey F2015-07-091-1/+1
* Fix handling output from tty-enabled containers.Dan O'Reilly2015-07-061-0/+40
* ClientBase class to extract utility methods and constructor and sanitize Clie...clientbase_extractionJoffrey F2015-07-011-0/+235