summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update `Client.create_volume` to use new endpoint819-volumes-createJoffrey F2015-10-213-4/+4
* Merge pull request #812 from docker/811-unix-adapterJoffrey F2015-10-211-3/+11
|\
| * Fix Unix adapter bug with newer versions of requests811-unix-adapterJoffrey F2015-10-191-3/+11
|/
* Back to dev versionJoffrey F2015-10-191-1/+1
* Merge pull request #808 from alasdairnicol/docs_examplesDaniel Nephin2015-10-156-26/+26
|\
| * Tidied up code examples in docsAlasdair Nicol2015-10-146-26/+26
* | Pull correct version of busybox in integration testsJoffrey F2015-10-141-1/+1
* | Merge branch 'delfick-patch-1'Joffrey F2015-10-145-12/+123
|\ \ | |/ |/|
| * Fix attach method over SSL connectionsStephen Moore2015-10-145-12/+123
| * Use DOCKER_CONFIG environment variable to look up auth configJoffrey F2015-10-142-57/+84
| * Add devices param to the hostconfig documentationJoffrey F2015-10-141-0/+8
| * Update changelog and bump version to 1.5.0Joffrey F2015-10-142-1/+38
| * Use url-safe base64 when encoding auth headerJoffrey F2015-10-142-4/+15
| * put/get archive implementationJoffrey F2015-10-148-2/+198
| * Docs: Remove float from valid cpu_shares typesJoffrey F2015-10-141-1/+1
| * Fix testsJoffrey F2015-10-142-9/+13
| * Add minimum_version decorators on NetworkApi methodsJoffrey F2015-10-141-1/+7
| * Implement methods for managing networksAanand Prasad2015-10-145-1/+290
| * Don't break when volume binds contain unicode charactersJoffrey F2015-10-142-6/+104
* | Merge pull request #802 from docker/785-docker_config_envJoffrey F2015-10-132-57/+84
|\ \
| * | Use DOCKER_CONFIG environment variable to look up auth config785-docker_config_envJoffrey F2015-10-092-57/+84
* | | Merge pull request #801 from docker/1.5.0-release1.5.0Joffrey F2015-10-123-1/+46
|\ \ \
| * | | Add devices param to the hostconfig documentation1.5.0-releaseJoffrey F2015-10-081-0/+8
| * | | Update changelog and bump version to 1.5.0Joffrey F2015-10-082-1/+38
| |/ /
* | | Merge pull request #806 from docker/803-urlsafe-b64Joffrey F2015-10-092-4/+15
|\ \ \ | |/ / |/| |
| * | Use url-safe base64 when encoding auth header803-urlsafe-b64Joffrey F2015-10-092-4/+15
|/ /
* | Merge branch 'archive_endpoint'Joffrey F2015-10-088-2/+198
|\ \
| * | put/get archive implementationJoffrey F2015-10-088-2/+198
* | | Docs: Remove float from valid cpu_shares typesJoffrey F2015-10-081-1/+1
|/ /
* | Fix testsJoffrey F2015-10-082-9/+13
* | Merge branch 'aanand-networking'Joffrey F2015-10-085-1/+296
|\ \
| * | Add minimum_version decorators on NetworkApi methodsJoffrey F2015-10-081-1/+7
| * | Merge branch 'networking' of https://github.com/aanand/docker-py into aanand-...Joffrey F2015-10-085-1/+290
| |\ \ |/ / /
| * | Implement methods for managing networksAanand Prasad2015-10-055-1/+290
| |/
* | Merge pull request #787 from docker/782-unicode-volume-pathsJoffrey F2015-10-052-6/+104
|\ \ | |/ |/|
| * Don't break when volume binds contain unicode characters782-unicode-volume-pathsJoffrey F2015-09-252-6/+104
* | Merge pull request #797 from paulbellamy/test-race-conditionmnowster2015-10-011-1/+1
|\ \
| * | Fix race condition in integration regression testsPaul Bellamy2015-10-011-1/+1
* | | Merge pull request #790 from aanand/shorter-stack-tracesmnowster2015-10-012-4/+6
|\ \ \ | |/ / |/| |
| * | Shorter pytest stack tracesAanand Prasad2015-09-251-1/+1
| * | Move pytest default options into pytest.iniAanand Prasad2015-09-252-4/+6
* | | Merge pull request #789 from PierreF/top_ps_argsJoffrey F2015-09-285-2/+93
|\ \ \
| * | | Added test for "top" functionPierre Fersing2015-09-283-0/+87
| * | | Allow to specify ps_args when listing processesPierre Fersing2015-09-252-2/+6
| |/ /
* | | Merge pull request #793 from docker/792-fix-ports-commandJoffrey F2015-09-282-3/+31
|\ \ \ | |_|/ |/| |
| * | Support explicit protocol in Client.port792-fix-ports-commandJoffrey F2015-09-282-3/+31
|/ /
* | Merge branch 'aanand-url-variable-args'Joffrey F2015-09-254-140/+221
|\ \
| * | _url can take arbitrarily many argumentsAanand Prasad2015-09-252-14/+39
| |/
| * Merge pull request #770 from docker/cpu_cfs_opts_supportAanand Prasad2015-09-252-126/+182
| |\ |/ /
| * Check API version when using cpu_period and cpu_quotacpu_cfs_opts_supportJoffrey F2015-09-241-13/+21