COMMITS
/ daemon/attach.go February 25, 2016
D
Remove static errors from errors package.
David Calavera committed
January 5, 2016
B
cleanup attach api calls
Brian Goff committed
January 27, 2016
D
Move backend types to their own package.
David Calavera committed
December 30, 2015
L
Decouple the "container" router from the actual daemon implementation.
Lukas Waslowski committed
January 20, 2016
A
Remove package daemonbuilder.
Anusha Ragunathan committed
January 3, 2016
V
Implement configurable detach key
Vincent Demeester committed
December 16, 2015
D
Remove `IsPaused` from backend interface.
David Calavera committed
December 11, 2015
D
Rename `Daemon.Get` to `Daemon.GetContainer`.
David Calavera committed
November 12, 2015
D
Move Container to its own package.
David Calavera committed
November 3, 2015
D
Decouple daemon and container to configure logging drivers.
David Calavera committed
D
Decouple daemon and container to log events.
David Calavera committed
September 29, 2015
T
Revert "Merge pull request #16228 from duglin/ContextualizeEvents"
Tibor Vass committed
September 28, 2015
L
Fix comment typo in attach.go
Lei Jitang committed
September 10, 2015
D
Add context.RequestID to event stream
Doug Davis committed
September 17, 2015
M
refactor attach to not use internal data structures
Morgan Bauer committed
July 30, 2015
M
golint fixes for daemon/ package
Morgan Bauer committed
July 1, 2015
A
Fix regression in containers attach/wsattach api, return not found before hijacking
Antonio Murdaca committed
June 17, 2015
A
Remove missed code path for api < 1.12
Antonio Murdaca committed
May 5, 2015
A
Move container.WaitStop, AttachWithLogs and WsAttachWithLogs to daemon service in api server
Antonio Murdaca committed
March 29, 2015
A
Refactor utils/utils, fixes #11923
Antonio Murdaca committed
April 9, 2015
A
Fix regressions in attach
Alexander Morozov committed
April 6, 2015
A
Remove engine usage from attach
Alexander Morozov committed
March 26, 2015
A
Replace aliased imports of logrus, fixes #11762
Antonio Murdaca committed
March 25, 2015
A
Remove engine.Status and replace it with standard go error
Antonio Murdaca committed
February 6, 2015
M
Merge pull request #10573 from LK4D4/return_attach_to_builder
Michael Crosby committed
February 4, 2015
A
Change verbose builder out back to attach
Alexander Morozov committed
December 16, 2014
A
Closes #9311 Handles container id/name collisions against daemon functionalities according to #8069
Andrew C. Bodine committed
January 13, 2015
T
Fix attach stream closing issues
Tonis Tiigi committed
January 6, 2015
B
Use waitgroup instead of iterating errors chan
Brian Goff committed
December 4, 2014
B
Refactor daemon.attach()
Brian Goff committed
October 29, 2014
J
Merge pull request #8571 from ncdc/3631-stdout-premature-eof
Jessie Frazelle committed
October 24, 2014
A
Mass gofmt
Alexandr Morozov committed
A
Use logrus everywhere for logging
Alexandr Morozov committed
October 3, 2014
A
Fix stdout premature EOF
Andy Goldstein committed
October 6, 2014
A
Make daemon.Attach private
Alexandr Morozov committed
October 1, 2014
U
Merge pull request #8302 from rafecolton/move_archive_package_to_pkg
unclejack committed
September 28, 2014
A
Fix typo:betweem->between and PtySlace->PtySlave
ArikaChen committed
September 30, 2014
R
Move Go() promise-like func from utils to pkg/promise
Rafe Colton committed
September 22, 2014
U
daemon/attach: avoid mem alloc for interface
unclejack committed
September 16, 2014
V
Adding docker exec support in CLI.
Vishnu Kannan committed
September 11, 2014
V
Address review comments.
Vishnu Kannan committed
September 9, 2014
V
Adding support for docker exec in daemon.
Vishnu Kannan committed
September 4, 2014
V
Adding Exec method to native execdriver.
Vishnu Kannan committed
August 12, 2014
U
move some io related utils to pkg/ioutils
unclejack committed
August 31, 2014
A
Use State as embedded to Container
Alexandr Morozov committed
August 26, 2014
V
Rename 'StdConfig' to 'StreamConfig'.
Vishnu Kannan committed
V
Refactoring execdriver.Command and Container structs to support 'docker exec' and other
Vishnu Kannan committed
August 20, 2014
A
Use ++ instead of += 1
Alexandr Morozov committed
July 24, 2014
J
Extract log utils into pkg/log
Josiah Kiehl committed
August 6, 2014
E
port usage of jsonlog to the new daemon files which were refactored
Erik Hollensbe committed