summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix socket reading function for TCP (non-HTTPS) connections on Windows1997-http-socket-read-win32Joffrey F2018-06-062-2/+59
* Use six.moves to handle a py2+py3 importAnthony Sottile2018-05-251-5/+1
* Fix several integration tests on WindowsJoffrey F2018-05-252-15/+7
* Fix cancellable streams on Windows clients + HTTPS transportJoffrey F2018-05-251-0/+2
* Fix create_plugin on WindowsJoffrey F2018-05-252-2/+5
* Avoid unwanted modification of dockerfile pathJoffrey F2018-05-252-10/+50
* return the pruned networksSrinivas Reddy Thatiparthy2018-05-241-1/+1
* 3.4.0-devJoffrey F2018-04-251-1/+1
* Merge branch 'release'Joffrey F2018-04-252-2/+34
|\
| * Bump 3.3.03.3.0Joffrey F2018-04-252-2/+22
| * Add prune_builds to DockerClientJoffrey F2018-04-251-0/+4
| * Add ignore_removed param to containers.list() to control whether toJoffrey F2018-04-253-7/+30
| * avoid race condition in containers.listBen Doan2018-04-251-2/+9
| * prune_builds testJoffrey F2018-04-252-16/+23
| * Fix session timeout = None caseJoffrey F2018-04-252-15/+12
| * Total timeout should be HTTP timeout + operation timeoutJoffrey F2018-04-253-11/+11
| * stop(), restart(): Adjust request timeout.Matthieu Nottale2018-04-253-5/+21
| * Set minimum version for configs api to 1.30John Hu2018-04-251-4/+4
| * Remove obsolete docker-py check in setup.pyJoffrey F2018-04-251-14/+0
| * Bump docker-pycreds dependencyJoffrey F2018-04-252-2/+2
| * Support absolute paths for in-context DockerfilesJoffrey F2018-04-253-9/+46
| * Use networks instead of legacy links for test setupJoffrey F2018-04-251-1/+0
| * Add test for container list with sparse=TrueJoffrey F2018-04-251-3/+0
| * Add sparse argument to DockerClient.containers.list().Matthieu Nottale2018-04-251-0/+3
| * Bump test engine versionsJoffrey F2018-04-251-0/+1
| * build_pruneRonald van Zantvoort2018-04-251-0/+16
| * Bump 3.2.13.2.1Joffrey F2018-03-302-1/+13
| * Properly handle relative Dockerfile paths and Dockerfile on different drivesJoffrey F2018-03-302-9/+52
* | Add prune_builds to DockerClientJoffrey F2018-04-251-0/+4
* | Add ignore_removed param to containers.list() to control whether toJoffrey F2018-04-253-7/+30
* | avoid race condition in containers.listBen Doan2018-04-251-2/+9
* | Merge branch 'master' of github.com:docker/docker-pyJoffrey F2018-04-254-10/+23
|\ \
| * | Fix session timeout = None caseJoffrey F2018-04-252-15/+12
| * | Total timeout should be HTTP timeout + operation timeoutJoffrey F2018-04-253-11/+11
| * | stop(), restart(): Adjust request timeout.Matthieu Nottale2018-04-253-5/+21
| * | Set minimum version for configs api to 1.30John Hu2018-04-251-4/+4
* | | Merge branch 'The-Loeki-build_prune'Joffrey F2018-04-252-0/+23
|\ \ \ | |/ / |/| |
| * | prune_builds testJoffrey F2018-04-252-16/+23
| * | Merge branch 'build_prune' of https://github.com/The-Loeki/docker-py into The...Joffrey F2018-04-251-0/+16
| |\ \ |/ / /
| * | build_pruneRonald van Zantvoort2018-02-261-0/+16
* | | Remove obsolete docker-py check in setup.pyJoffrey F2018-04-251-14/+0
* | | Bump docker-pycreds dependencyJoffrey F2018-04-252-2/+2
* | | Support absolute paths for in-context DockerfilesJoffrey F2018-04-123-9/+46
* | | Properly handle relative Dockerfile paths and Dockerfile on different drivesJoffrey F2018-03-302-9/+52
* | | dev versionJoffrey F2018-03-291-1/+1
* | | Merge branch 'release'Joffrey F2018-03-294-1/+65
|\ \ \ | | |/ | |/|
| * | Bump 3.2.03.2.0Joffrey F2018-03-293-1/+21
| * | Add methods for /distribution/<name>/json endpointJoffrey F2018-03-294-1/+155
| * | Improve extra_files override checkJoffrey F2018-03-291-1/+2
| * | Move build utils to appropriate fileJoffrey F2018-03-293-93/+93