summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2062 from docker/3.4.0-release3.4.0Joffrey F2018-06-1821-53/+191
|\
| * Bump 3.4.03.4.0-releaseJoffrey F2018-06-182-1/+26
| * Swarm Mode service scaling parameter mistake is fixed.Güray Yıldırım2018-06-181-1/+1
| * Fixed typo in ContainerSpec DocsAlex Lloyd2018-06-121-1/+1
| * Allow passing of env overrides to credstore through APIClient ctorJoffrey F2018-06-088-13/+28
| * Adding missing comma in spec list.Chris Mark2018-06-061-1/+1
| * Fix socket reading function for TCP (non-HTTPS) connections on WindowsJoffrey F2018-06-062-2/+59
| * query plugin privilege with registry auth headerMike Lee2018-06-051-1/+9
| * 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