summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for IPv6 docker host connections.1135-ipv6-docker-hostJoffrey F2016-07-272-21/+27
* dev versionJoffrey F2016-07-261-1/+1
* Merge branch 'release'Joffrey F2016-07-262-1/+3
|\
| * Merge pull request #1140 from docker/1.9.0-release1.9.0Joffrey F2016-07-262-1/+3
| |\
| | * Bump to 1.9.01.9.0-releaseJoffrey F2016-07-262-1/+3
| |/
| * Set custom user agent on clientBen Firshman2016-07-264-1/+37
| * Bump to 1.9.0-rc21.9.0-rc2Joffrey F2016-06-281-1/+1
| * Merge pull request #1111 from docker/1.9.0-releaseJoffrey F2016-06-283-7/+42
| |\
| | * Add integration tests for different types of kill signalsJoffrey F2016-06-281-0/+30
| | * Fix network aliases test with Engine 1.12Joffrey F2016-06-281-6/+9
| | * signal in Client.kill can be a string containing the signal's nameJoffrey F2016-06-281-1/+3
| |/
* | Merge pull request #1137 from aanand/default-to-npipe-on-windowsJoffrey F2016-07-262-3/+5
|\ \
| * | Default to npipe address on WindowsAanand Prasad2016-07-262-3/+5
|/ /
* | Merge pull request #1139 from docker/compose-3757-linklocal-fixAanand Prasad2016-07-262-4/+25
|\ \
| * | Send LinkLocalIPs as part of IPAMConfig dictionarycompose-3757-linklocal-fixJoffrey F2016-07-252-4/+25
|/ /
* | Merge pull request #1133 from kmala/masterAanand Prasad2016-07-223-10/+45
|\ \
| * | Add unit testsKeerthan Reddy Mala2016-07-221-0/+26
| * | Add optional auth config to docker pushKeerthan Reddy Mala2016-07-222-10/+19
|/ /
* | Merge pull request #1125 from bfirsh/user-agentAanand Prasad2016-07-224-1/+37
|\ \
| * | Set custom user agent on clientBen Firshman2016-07-204-1/+37
|/ /
* | Merge pull request #1130 from aanand/support-tcp-upgradeAanand Prasad2016-07-189-63/+153
|\ \
| * | Rename read methods for clarityAanand Prasad2016-07-133-9/+10
| * | Rename read_iter() to frames_iter()Aanand Prasad2016-07-132-4/+4
| * | Rename next_packet_size to next_frame_sizeAanand Prasad2016-07-133-7/+7
| * | Reorder socket.py methodsAanand Prasad2016-07-131-13/+13
| * | Remove unused importsAanand Prasad2016-07-131-4/+1
| * | Document all socket utility methodsAanand Prasad2016-07-131-2/+14
| * | RefactorsAanand Prasad2016-07-131-14/+13
| * | Move read_loop() into docker.utils.socket.read_iter()Aanand Prasad2016-07-132-12/+11
| * | Remove duplicated methods from container.pyAanand Prasad2016-07-131-31/+1
| * | Move socket-reading test helpers into docker.utils.socketAanand Prasad2016-07-134-50/+58
| * | Mock read_from_socket methodJoffrey F2016-07-131-1/+6
| * | Read from socket after sending TCP upgrade headers.Joffrey F2016-07-134-9/+66
| * | Add hijack hints for non-detached exec api callsDavid Gageot2016-07-132-3/+39
| * | Add hijack hints for attach api callsDavid Gageot2016-07-131-2/+8
|/ /
* | Merge pull request #1115 from TomasTomecek/create-volume-support-labelsDaniel Nephin2016-07-134-4/+41
|\ \
| * | volumes,create: support adding labelsTomas Tomecek2016-07-134-4/+41
|/ /
* | Merge pull request #1119 from Mobelux/fix-build-with-authAanand Prasad2016-07-122-4/+63
|\ \
| * | Change double underscore in test case names for _set_auth_headersJustin Michalicek2016-07-121-3/+3
| * | Update build unit testsJustin Michalicek2016-07-121-1/+60
| * | Pass X-Registry-Auth when building an imageJustin Michalicek2016-07-121-3/+3
|/ /
* | Merge pull request #1122 from Faylixe/patch-3Joffrey F2016-07-081-0/+1
|\ \
| * | Removed superfluous sentenceFaylixe2016-07-081-2/+0
| * | Update api.mdFaylixe2016-07-081-0/+3
|/ /
* | Merge pull request #1109 from docker/signal-strAanand Prasad2016-06-283-7/+42
|\ \
| * | Add integration tests for different types of kill signalsJoffrey F2016-06-281-0/+30
| * | Fix network aliases test with Engine 1.12signal-strJoffrey F2016-06-281-6/+9
| * | signal in Client.kill can be a string containing the signal's nameJoffrey F2016-06-281-1/+3
|/ /
* | Merge pull request #1108 from docker/1107-link-local-ipsJoffrey F2016-06-274-3/+23
|\ \ | |/ |/|
| * Add support for link-local IPs in endpoint config1107-link-local-ipsJoffrey F2016-06-244-3/+23
|/