summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update test engine versions in Jenkinsfile2.6.0-releaseJoffrey F2017-11-073-5/+5
* Bump 2.6.0Joffrey F2017-11-062-1/+45
* Style fixes. Copied docs to APIClient as wellJoffrey F2017-11-062-4/+8
* explain the socket parameter of exec_runMartin Monperrus2017-11-061-3/+5
* Add support for insert_defaults in inspect_serviceJoffrey F2017-11-063-5/+33
* Update SwarmSpec to include new parametersJoffrey F2017-11-065-18/+160
* Add support for scope filter in inspect_networkJoffrey F2017-11-063-4/+46
* OopsJoffrey F2017-11-061-1/+1
* Fix build tests to not rely on internet connectivityJoffrey F2017-11-061-10/+20
* Disable buffering based on presence of Connection Upgrade headersJoffrey F2017-11-062-37/+35
* Prevent data loss when attaching to containerChris Harris2017-11-061-3/+30
* Doc fixesJoffrey F2017-11-064-20/+22
* Add support for secret driver in create_secretJoffrey F2017-11-061-1/+12
* Improve docs for service list filtersAlessandro Baldo2017-11-063-4/+17
* More ContainerSpec testsJoffrey F2017-11-064-32/+69
* Add support for configs managementJoffrey F2017-11-0611-3/+464
* Add support for new ContainerSpec parametersJoffrey F2017-11-0610-50/+265
* Fix indentation in docstringErik Johnson2017-11-061-1/+1
* Add support for extra_hosts option in buildJoffrey F2017-11-063-1/+50
* Pin flake8 versionJoffrey F2017-11-062-2/+3
* Add support for mounts in HostConfigJoffrey F2017-11-064-1/+80
* Add support for new types and options to docker.types.MountJoffrey F2017-11-061-14/+41
* Fix simple documentation copy/paste error.Jan Losinski2017-11-061-2/+2
* Remove superfluous version validationJoffrey F2017-11-061-1/+0
* Adding swarm id_attribute to match docker outputSteve Clark2017-11-062-0/+3
* Fix docs, incorrect param namebrett552017-11-061-1/+1
* Do not interrupt streaming when encountering 0-length framesJoffrey F2017-11-062-3/+5
* Fix prune_images docstringJoffrey F2017-11-061-2/+2
* Use unambiguous advertise-addr when initializing a swarmJoffrey F2017-11-066-8/+8
* Shift test matrix forwardJoffrey F2017-11-061-1/+0
* Bump 2.5.12.5.1Joffrey F2017-08-222-1/+13
* Always send attach request as streamingJoffrey F2017-08-222-5/+13
* Commit d798afca made changes for the handling of '**' patterns inVeli-Matti Lintu2017-08-222-1/+18
* Bump 2.6.0-devJoffrey F2017-08-221-1/+1
* Changelog typoJoffrey F2017-08-171-1/+1
* Bump 2.5.02.5.0Joffrey F2017-08-173-2/+36
* Update default API versionJoffrey F2017-08-171-1/+1
* Update test versionsJoffrey F2017-08-172-4/+4
* Fix handling of non-multiplexed (TTY) streams over upgraded socketsJoffrey F2017-08-176-11/+42
* Add support for the `squash` flag when buildingGabriel FĂ©ron2017-08-172-2/+39
* Use better version comparison functionJoffrey F2017-08-171-3/+2
* Allow detach and remove for api version >= 1.25 and use auto_remove when both...David Steines2017-08-172-2/+38
* Use collection's get method inside ImageCollection's list methodadrianliaw2017-08-171-1/+1
* Handle untyped ContainerSpec dict in _check_api_featuresJoffrey F2017-08-172-1/+18
* Daemon expects full URL of hub in auth config dict in build payloadJoffrey F2017-08-172-3/+6
* Upgrade tox and virtualenv in appveyor to make sure we have the latest pip.Ying2017-08-171-1/+1
* If we're pinning exact versions of things for requirements.txt, pincyli2017-08-172-8/+18
* Require "requests[security]" if the `[tls]` option is selected, which also in...cyli2017-08-173-1/+15
* Leading slash in .dockerignore should be ignoredJoffrey F2017-08-172-0/+6
* Return generator for output of load_image endpointJoffrey F2017-08-175-6/+58