summaryrefslogtreecommitdiff
path: root/daemon/attach.go
Commit message (Expand)AuthorAgeFilesLines
* Make it explicit raw|multiplexed stream implementation being usedNicolas De Loof2022-05-121-2/+3
* Replace errors.Cause() with errors.Is() / errors.As()Sebastiaan van Stijn2020-04-291-1/+2
* remove uses of deprecated pkg/termSebastiaan van Stijn2020-04-211-1/+1
* daemon: rename variables that collide with imported package namesSebastiaan van Stijn2020-04-141-13/+13
* daemon.ContainerLogs(): fix resource leak on followKir Kolyshkin2018-09-061-1/+1
* Fix fd leak on attachBrian Goff2018-05-311-1/+1
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Move api/errdefs to errdefsBrian Goff2018-01-111-1/+1
* Add helpers to create errdef errorsBrian Goff2018-01-111-3/+4
* Optimize some wrong usage and spellingwangguoliang2017-09-071-1/+1
* Fix golint errors.Daniel Nephin2017-08-181-2/+2
* Remove string checking in API error handlingBrian Goff2017-08-151-5/+5
* Update logrus to v1.0.1Derek McGowan2017-07-311-1/+1
* Add a restarting check to ContainerAttachyangshukui2017-05-201-1/+5
* Update ContainerWait APIJosh Hawn2017-05-161-2/+2
* Update Container Wait BackendJosh Hawn2017-05-161-7/+4
* Close logger only after StartLogger callJim Minter2017-04-201-1/+9
* Fix race on ContainerAttachRawJim Minter2017-04-201-1/+2
* Resolve connection reset by peer regressionJim Minter2017-03-151-2/+6
* invalide detach keys providedlixiaobing100512672017-02-221-1/+1
* Resolve race conditions in attach API callJim Minter2017-02-011-51/+49
* Move attach code to stream packageBrian Goff2017-01-231-40/+67
* Move errors/ to api/errorsDaniel Nephin2016-09-161-1/+1
* Merge pull request #22777 from WeiZhang555/wait-restartingVincent Demeester2016-06-121-1/+10
|\
| * Bug fix: `docker run -i --restart always` hangs.Zhang Wei2016-06-061-1/+10
* | Fix logrus formattingYong Tang2016-06-111-1/+1
|/
* attach: replace interface with simple typeAlexander Morozov2016-06-031-2/+1
* Add detach eventZhang Wei2016-06-031-6/+15
* Let client print error when speicify wrong detach keysZhang Wei2016-04-041-1/+11
* Remove static errors from errors package.David Calavera2016-02-261-3/+4
* cleanup attach api callsBrian Goff2016-02-091-38/+11
* Move backend types to their own package.David Calavera2016-02-081-2/+2
* Decouple the "container" router from the actual daemon implementation.Lukas Waslowski2016-02-081-24/+3
* Remove package daemonbuilder.Anusha Ragunathan2016-02-011-0/+10
* Implement configurable detach keyVincent Demeester2016-01-031-11/+13
* Remove `IsPaused` from backend interface.David Calavera2015-12-211-10/+41
* Rename `Daemon.Get` to `Daemon.GetContainer`.David Calavera2015-12-111-2/+2
* Move Container to its own package.David Calavera2015-12-031-1/+2
* Decouple daemon and container to configure logging drivers.David Calavera2015-11-041-1/+1
* Decouple daemon and container to log events.David Calavera2015-11-041-2/+61
* Revert "Merge pull request #16228 from duglin/ContextualizeEvents"Tibor Vass2015-09-291-7/+6
* Fix comment typo in attach.goLei Jitang2015-09-281-1/+1
* Add context.RequestID to event streamDoug Davis2015-09-241-6/+7
* refactor attach to not use internal data structuresMorgan Bauer2015-09-231-2/+11
* golint fixes for daemon/ packageMorgan Bauer2015-08-271-2/+7
* Fix regression in containers attach/wsattach api, return not found before hij...Antonio Murdaca2015-07-011-12/+2
* Remove missed code path for api < 1.12Antonio Murdaca2015-06-171-2/+1
* Move container.WaitStop, AttachWithLogs and WsAttachWithLogs to daemon servic...Antonio Murdaca2015-05-111-207/+39
* Refactor utils/utils, fixes #11923Antonio Murdaca2015-04-141-2/+44
* Fix regressions in attachAlexander Morozov2015-04-091-7/+9