April 6, 2013
View c83393a

Move the DockerConn flush to its own function

Guillaume J. Charmes authored on 2013/04/06 12:08:31
April 5, 2013
View b71b226

Improve error management (avoid unwanted output in tests)

Guillaume J. Charmes authored on 2013/04/05 11:21:36
View e6e9c1c

Use io.WriteCloser instead of *os.File in DockerLocalConn so we can use it with standard writers and pipes

Guillaume J. Charmes authored on 2013/04/05 10:52:03
View 246eed5

Move DockerLocalConn and terminal functions form package "main" to "rcli" in order to be able to use DockerLocalConn in commands_test.go

Guillaume J. Charmes authored on 2013/04/05 10:36:34
April 4, 2013
View 7d0ab38

Only set the terminal in raw mode for commands which need it

Louis Opter authored on 2013/04/04 04:25:19
March 13, 2013
View 745edc4

Merge dockerd into docker. 'docker -d' runs in daemon mode. For all other commands, docker auto-detects whether to run standalone or to remote-control the daemon

Solomon Hykes authored on 2013/03/13 16:29:40
March 10, 2013
View c59fff4

gofmt

Solomon Hykes authored on 2013/03/10 12:44:09
February 13, 2013
View 178e126

Fixed a bug which caused dockerd to crash when it received a call without arguments

Solomon Hykes authored on 2013/02/13 02:10:47
View abb7b81

Added comments to rcli

Solomon Hykes authored on 2013/02/13 01:42:15
January 25, 2013
View f3ffba7

Factored out docker/rcli (remote cli protocol), docker/fake (mocking utilities) and docker/future (real utilities which don't yet fit in the core)

Solomon Hykes authored on 2013/01/25 13:01:32