October 30, 2014
View f936a10

Merge pull request #8571 from ncdc/3631-stdout-premature-eof

Jessie Frazelle authored on 2014/10/30 03:36:32
October 25, 2014
View ee7dd44

Mass gofmt

Alexandr Morozov authored on 2014/10/25 07:11:48
View 7c62cee

Use logrus everywhere for logging

Alexandr Morozov authored on 2014/10/25 02:12:35
October 7, 2014
View 2db1cae

Make daemon.Attach private

Alexandr Morozov authored on 2014/10/07 03:57:18
October 4, 2014
View 5572dbb

Fix stdout premature EOF

Andy Goldstein authored on 2014/10/04 02:38:44
October 2, 2014
View 4424d15

Merge pull request #8302 from rafecolton/move_archive_package_to_pkg

unclejack authored on 2014/10/02 00:03:34
September 30, 2014
View b845a62

Move Go() promise-like func from utils to pkg/promise

Rafe Colton authored on 2014/09/30 15:16:27
September 29, 2014
View bfc9d8b

Fix typo:betweem->between and PtySlace->PtySlave

ArikaChen authored on 2014/09/29 00:01:35
September 26, 2014
View 0913009

Merge pull request #8191 from vieux/improve_error_exec_lxc

Victor Vieux authored on 2014/09/26 07:58:21
View d19d800

not not -> not

Victor Vieux authored on 2014/09/26 06:23:27
September 24, 2014
View ab30e19

Improve error for docker exec & LXC

Victor Vieux authored on 2014/09/24 06:47:33
September 18, 2014
View 021ecb1

Adding exec remote API documentation along with minor code cleanup. Docker-DCO-1.1-Signed-off-by: Vishnu Kannan <vishnuk@google.com> (github: vishh)

Vishnu Kannan authored on 2014/09/18 03:36:51
September 16, 2014
View c786a8e

Adding docker exec support in CLI. Fixed a bug in daemon that resulted in accessing of a closed pipe.

Vishnu Kannan authored on 2014/09/16 15:43:43
View 3903038

Adding state to exec commands to prevent multiple starts of a single exec command.

Vishnu Kannan authored on 2014/09/16 08:14:04
View bfebdfd

Splitting the exec remote API into two separate APIs inorder to support resizing of tty sessions. 1. /container/<name>/exec - Creates a new exec command instance in the daemon and container '<name>'. Returns an unique ID for each exec command. 2. /exec/<name>/start - Starts an existing exec command instance. Removes the exec command from the daemon once it completes.

Vishnu Kannan authored on 2014/09/16 07:56:47