summaryrefslogtreecommitdiff
path: root/daemon/attach.go
Commit message (Expand)AuthorAgeFilesLines
...
* Remove engine usage from attachAlexander Morozov2015-04-071-58/+28
* Replace aliased imports of logrus, fixes #11762Antonio Murdaca2015-03-261-15/+15
* Remove engine.Status and replace it with standard go errorAntonio Murdaca2015-03-251-4/+5
* Merge pull request #10573 from LK4D4/return_attach_to_builderMichael Crosby2015-02-061-2/+2
|\
| * Change verbose builder out back to attachAlexander Morozov2015-02-041-2/+2
* | Closes #9311 Handles container id/name collisions against daemon functionalit...Andrew C. Bodine2015-01-211-3/+3
|/
* Fix attach stream closing issuesTonis Tiigi2015-01-141-2/+1
* Use waitgroup instead of iterating errors chanBrian Goff2015-01-051-46/+46
* Refactor daemon.attach()Brian Goff2015-01-051-102/+67
* Merge pull request #8571 from ncdc/3631-stdout-premature-eofJessie Frazelle2014-10-291-20/+3
|\
| * Fix stdout premature EOFAndy Goldstein2014-10-221-20/+3
* | Mass gofmtAlexandr Morozov2014-10-241-1/+1
* | Use logrus everywhere for loggingAlexandr Morozov2014-10-241-1/+1
|/
* Make daemon.Attach privateAlexandr Morozov2014-10-171-8/+2
* Merge pull request #8302 from rafecolton/move_archive_package_to_pkgunclejack2014-10-011-1/+2
|\
| * Move Go() promise-like func from utils to pkg/promiseRafe Colton2014-09-291-1/+2
* | Fix typo:betweem->between and PtySlace->PtySlaveArikaChen2014-09-301-1/+1
|/
* daemon/attach: avoid mem alloc for interfaceunclejack2014-09-221-3/+2
* Adding docker exec support in CLI.Vishnu Kannan2014-09-161-2/+1
* Address review comments.Vishnu Kannan2014-09-151-3/+3
* Adding support for docker exec in daemon.Vishnu Kannan2014-09-151-8/+8
* Adding Exec method to native execdriver.Vishnu Kannan2014-09-151-12/+20
* move some io related utils to pkg/ioutilsunclejack2014-09-031-2/+3
* Use State as embedded to ContainerAlexandr Morozov2014-09-031-1/+1
* Rename 'StdConfig' to 'StreamConfig'.Vishnu Kannan2014-09-011-5/+5
* Refactoring execdriver.Command and Container structs to support 'docker exec'...Vishnu Kannan2014-09-011-6/+5
* Use ++ instead of += 1Alexandr Morozov2014-08-261-4/+4
* Extract log utils into pkg/logJosiah Kiehl2014-08-131-23/+24
* port usage of jsonlog to the new daemon files which were refactoredErik Hollensbe2014-08-061-1/+2
* Move Server.ContainerAttach to Daemon.ContainerAttachSolomon Hykes2014-07-301-0/+111
* update go import path and libcontainerVictor Vieux2014-07-241-1/+1
* Move Attach from container to daemonMichael Crosby2014-05-051-0/+153