summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | Support building with Dockerfile outside of contextJoffrey F2018-03-294-7/+70
* | | Update MAINTAINERS fileJoffrey F2018-03-291-1/+4
* | | Add isolation param to buildJoffrey F2018-03-293-1/+27
* | | Generate test engines list dynamicallyJoffrey F2018-03-292-8/+92
* | | Remove redundant single-socket select callJoffrey F2018-03-295-22/+7
* | | Allow cancelling the streams from other threadsViktor Adam2018-03-297-10/+181
* | | Add test for container list with sparse=TrueJoffrey F2018-03-292-9/+43
* | | Add sparse argument to DockerClient.containers.list().Matthieu Nottale2018-03-291-2/+9
* | | Add close() method to DockerClient.Matthieu Nottale2018-03-291-0/+4
* | | Bump 3.1.43.1.4Joffrey F2018-03-212-1/+10
* | | Don't descend into symlinks when building context tarJoffrey F2018-03-212-1/+16
* | | Bump 3.1.33.1.3Joffrey F2018-03-203-1/+14
* | | Bump test engine versions3.1.2Joffrey F2018-03-201-1/+1
* | | Bump 3.1.2Joffrey F2018-03-202-1/+11
* | | Use networks instead of legacy links for test setupJoffrey F2018-03-202-20/+35
* | | Fix socket tests for TLS-enabled testsJoffrey F2018-03-201-5/+5
* | | Updates docs for rename of `name` to `repository`James2018-03-201-1/+1
* | | Use same split rules for Dockerfile as other include/exclude patternsJoffrey F2018-03-202-2/+10
* | | Merge pull request #1943 from docker/3.1.1-release3.1.1Joffrey F2018-03-059-8/+50
|\ \ \
| * | | Bump 3.1.13.1.1-releaseJoffrey F2018-03-052-1/+13
| | * | Add methods for /distribution/<name>/json endpointJoffrey F2018-03-294-1/+155
| | * | Improve extra_files override checkJoffrey F2018-03-271-1/+2
| | * | Move build utils to appropriate fileJoffrey F2018-03-273-93/+93
| | * | Support building with Dockerfile outside of contextJoffrey F2018-03-274-7/+70
| | * | Update MAINTAINERS fileJoffrey F2018-03-261-1/+4