COMMITS
/ api/client/hijack.go January 20, 2016
M
Move tty set and restore to caller
Michael Crosby committed
January 5, 2016
D
Modify import paths to point to the new engine-api package.
David Calavera committed
December 7, 2015
D
Remove old http from the docker cli.
David Calavera committed
December 6, 2015
D
Implement docker exec with standalone client lib.
David Calavera committed
D
Implement docker attach with standalone client lib.
David Calavera committed
November 9, 2015
V
dockerversion placeholder for library import
Vincent Demeester committed
October 28, 2015
B
Revert "dockerversion placeholder for library-import"
Brian Goff committed
October 25, 2015
V
dockerversion placeholder for library-import
Vincent Demeester committed
October 16, 2015
D
Check the content type is json when calling exec start.
David Calavera committed
October 6, 2015
B
Cleanup some issues with exec
Brian Goff committed
September 23, 2015
J
Merge pull request #16289 from cpuguy83/11957_fix_stdin_block_after_container_exit
Jess Frazelle committed
September 14, 2015
B
Ensure stdin does not block after container stop
Brian Goff committed
September 16, 2015
S
error should be checked earlier in the hijack function
Shijiang Wei committed
August 10, 2015
Q
Change all docker -d to docker daemon
Qiang Huang committed
July 20, 2015
M
golint for cliconfig
Morgan Bauer committed
June 30, 2015
V
add support for base path in docker cli -H
Victor Vieux committed
June 17, 2015
A
Error out if client API version is too old
Antonio Murdaca committed
June 4, 2015
J
Add GOOS in User-Agent
John Howard committed
April 1, 2015
D
Add .docker/config.json and support for HTTP Headers
Doug Davis committed
March 26, 2015
A
Replace aliased imports of logrus, fixes #11762
Antonio Murdaca committed
February 4, 2015
S
Removing -X flag option and autogenerated code to create Dockerversion.go functionality
Srini Brahmaroutu committed
January 30, 2015
P
Setup TCP keep-alive on hijacked HTTP(S) client <--> daemon sessions
Phil Estes committed
January 7, 2015
J
Use the official mime type that exists instead of an imaginary one that does not.
Jean-Paul Calderone committed
December 13, 2014
J
Set HTTP upgrade headers when hijacking connection
Jean-Tiare Le Bigot committed
December 2, 2014
A
Fix client-side HTTP hijacking over TLS
Arnaud Porterie committed
October 24, 2014
A
Use logrus everywhere for logging
Alexandr Morozov committed
September 30, 2014
R
Move Go() promise-like func from utils to pkg/promise
Rafe Colton committed
September 10, 2014
V
DockerCli: Check IsTerminal() for both STDIN and STDOUT
Vojtech Vitek (V-Teq) committed
September 17, 2014
U
move stdcopy to pkg/stdcopy
unclejack committed
September 11, 2014
V
Address review comments.
Vishnu Kannan committed
September 9, 2014
V
Adding 'exec' command to remote API and CLI.
Vishnu Kannan committed
August 14, 2014
V
another commit to do like @crosbymichael
Victor Vieux committed
July 24, 2014
J
Extract log utils into pkg/log
Josiah Kiehl committed
V
update go import path and libcontainer
Victor Vieux committed
July 16, 2014
M
Bugfix: only use io.Copy in hijack if attaching both stdout and stderr
Matthew Heon committed
May 2, 2014
V
move hijack to it's own file
Victor Vieux committed