summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 1.10.5 release1.10.5-releaseJoffrey F2016-10-272-1/+12
* Implement retry logic when the npipe open procedure failsJoffrey F2016-10-271-10/+24
* Merge pull request #1259 from docker/1.10.4-release1.10.4Joffrey F2016-10-1720-122/+255
|\
| * More changelog entries1.10.4-releaseJoffrey F2016-10-141-0/+3
| * Fix dockerignore exclusion logic on WindowsJoffrey F2016-10-142-2/+8
| * Update tests to avoid failures on Windows platformsJoffrey F2016-10-149-106/+144
| * Bump version to 1.10.4 ; Update changelogJoffrey F2016-10-142-1/+23
| * Support requests versions from 2.11.1 onwardsYuriy Taraday2016-10-142-3/+3
| * Several fixes to npipe supportJoffrey F2016-10-145-3/+44
| * Do not allow bufsize to be 0 in NpipeSocket.makefile()Joffrey F2016-10-141-1/+1
| * Do not break when calling format_environment with unicode valuesJoffrey F2016-10-142-2/+20
| * Remove trailing slashes in result of utils.parse_hostJoffrey F2016-10-142-2/+7
| * fix for got an unexpected keyword argument 'num_pools'Pierre Tardy2016-10-141-1/+1
| * replace on_failure with on-failure徐俊杰2016-10-141-1/+1
* | Fix syntax in README required by RSTmattjegan2016-10-141-1/+1
* | Add missing long_description and maintainer fields to setup.pyJoffrey F2016-10-141-0/+12
|/
* Merge pull request #1220 from docker/1.10.3-release1.10.3Joffrey F2016-09-168-18/+86
|\
| * Number of pools in adapter is configurable1.10.3-releaseJoffrey F2016-09-164-15/+31
| * Add support for identity tokens in config file.Joffrey F2016-09-162-2/+37
| * Bump versionJoffrey F2016-09-162-1/+18
|/
* Merge pull request #1202 from docker/1.10.2-release1.10.2Joffrey F2016-09-114-3/+14
|\
| * Bump docker-pycreds dependency ; bump patch numberJoffrey F2016-09-114-3/+14
|/
* Merge pull request #1198 from docker/1.10.1-release1.10.1Joffrey F2016-09-094-2/+20
|\
| * Re-add docker.utils.types module for backwards compatibility1.10.1-releaseJoffrey F2016-09-091-0/+7
| * Bump version + Update ChangelogJoffrey F2016-09-093-2/+13
|/
* Merge pull request #1190 from docker/1.10.0-release1.10.0Joffrey F2016-09-0957-478/+2520
|\
| * Bump version1.10.0-releaseJoffrey F2016-09-083-2/+47
| * Merge pull request #1087 from docker/1076-dns-fixJoffrey F2016-09-081-0/+5
| |\
| | * Remove default adapters when connecting through a unix socket.1076-dns-fixJoffrey F2016-09-081-0/+5
| |/
| * Merge pull request #1191 from bfirsh/fix-makefile-phonyJoffrey F2016-09-081-2/+15
| |\
| | * Add .PHONY for each makefile instructionBen Firshman2016-09-081-2/+15
| |/
| * Merge pull request #1189 from docker/1188-npipesocket-makefileJoffrey F2016-09-071-1/+1
| |\
| | * Handle bufsize < 0 in makefile() as a substitute for default1188-npipesocket-makefileJoffrey F2016-09-071-1/+1
| |/
| * Merge pull request #1187 from bfirsh/fix-broken-mac-address-unit-testJoffrey F2016-09-072-37/+10
| |\
| | * Fix unit test which doesn't do anythingBen Firshman2016-09-072-37/+10
| |/
| * Merge pull request #1092 from docker/1064-import-changesJoffrey F2016-09-063-78/+141
| |\
| | * Add test for import_image with changes param1064-import-changesJoffrey F2016-09-062-3/+44
| | * Add support for changes param in import_image* methodsJoffrey F2016-09-061-75/+97
| |/
| * Merge pull request #1181 from docker/credstore-supportJoffrey F2016-09-063-1/+41
| |\
| | * Better credentials store error handling in resolve_authconfigcredstore-supportJoffrey F2016-09-063-7/+8
| | * Add credentials store supportJoffrey F2016-09-063-1/+40
| |/
| * Merge pull request #1184 from bfirsh/fix-licensesJoffrey F2016-09-069-122/+1
| |\
| | * Fix licensesBen Firshman2016-09-059-122/+1
| * | Merge pull request #1185 from bfirsh/make-docsJoffrey F2016-09-063-1/+16
| |\ \ | | |/ | |/|
| | * Add make docs command for building docsBen Firshman2016-09-053-1/+16
| |/
| * Merge pull request #1180 from kanaka/patch-1Joffrey F2016-09-021-1/+1
| |\
| | * Fix Mount bind type sanity checkJoel Martin2016-09-021-1/+1
| |/
| * Merge pull request #1178 from docker/1105-network-apiJoffrey F2016-09-014-12/+94
| |\
| | * Add support for force disconnect1105-network-apiJoffrey F2016-08-314-4/+41
| | * Add support for labels and enable_ipv6 in create_networkJoffrey F2016-08-313-8/+53
| |/