summaryrefslogtreecommitdiff
path: root/docker/unixconn/unixconn.py
Commit message (Expand)AuthorAgeFilesLines
* Fix Unix adapter bug with newer versions of requests811-unix-adapterJoffrey F2015-10-191-3/+11
* Merge branch 'sam/import-improvements' of https://github.com/ssssam/docker-py...Joffrey F2015-04-221-18/+14
|\
| * Rework Unix connection code so that 'chunked' transfers workSam Thursfield2015-01-051-16/+11
* | Added rename methodJoffrey F2015-02-101-2/+2
* | urllib3/requests issuesJoffrey F2015-01-091-5/+5
* | Prioritize system-installed urllib3 over requests vendored urllib3.Joffrey F2015-01-081-10/+7
|/
* Clear the UNIX connection sockets properlyAlexey Kotlyarov2014-09-221-1/+21
* Fixes for flake8Evgeniy L2014-03-281-1/+1
* Support requests >=2.1.0Darren Shepherd2014-01-261-1/+1
* Merge branch 'timeout-support' of github.com:mpetazzoni/docker-py into mpetaz...shin-2013-11-151-8/+14
|\
| * Allow for configurable timeout on all client requestsMaxime Petazzoni2013-11-081-9/+13
|/
* Added support for unix:/// protocol (default for docker CLI)shin-2013-10-161-1/+1
* Refactoring, Python 3 compatibility, Tests working with python 3, cleaned up ...shin-2013-10-151-0/+65