summaryrefslogtreecommitdiff
path: root/api/server/router/container/exec.go
Commit message (Expand)AuthorAgeFilesLines
* container/exec: Support ConsoleSizePaweł Gronowski2022-06-241-1/+27
* Make it explicit raw|multiplexed stream implementation being usedNicolas De Loof2022-05-121-1/+5
* api/server/httputils: add ReadJSON() utilitySebastiaan van Stijn2022-04-111-21/+11
* API: properly handle invalid JSON to return a 400 statusSebastiaan van Stijn2018-11-061-2/+9
* Switch from x/net/context -> contextKir Kolyshkin2018-04-231-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-2/+3
* Update libcontainerd to use containerd 1.0Kenfe-Mickael Laventure2017-10-201-1/+1
* Remove string checking in API error handlingBrian Goff2017-08-151-3/+11
* Update logrus to v1.0.1Derek McGowan2017-07-311-1/+1
* add headers when using execEvan Hazlett2016-12-061-2/+8
* Add an IDResponse typeDaniel Nephin2016-10-311-1/+1
* Move engine-api client packageMichael Crosby2016-09-071-2/+2
* Add support for user-defined healthchecksThomas Leonard2016-06-021-1/+2
* Fix bug: exec non-exist command miss a "\n"fy24622016-04-281-2/+2
* Update code for latest engine-apiVincent Demeester2016-04-191-1/+2
* Update client code with api changesVincent Demeester2016-04-151-2/+1
* Do not return error on hijacked connection for docker execLei Jitang2016-03-241-1/+0
* Merge pull request #21274 from jfrazelle/fix-variables-that-werent-being-usedJess Frazelle2016-03-181-2/+0
|\
| * fix variables that werent being calledJessica Frazelle2016-03-171-2/+0
* | Replace execdrivers with containerd implementationTonis Tiigi2016-03-181-0/+2
|/
* Remove static errors from errors package.David Calavera2016-02-261-3/+2
* Modify import paths to point to the new engine-api package.David Calavera2016-01-061-1/+1
* Fix error messagesDoug Davis2015-12-291-2/+3
* Move ExecConfig to types.David Calavera2015-12-221-2/+1
* Add container package for container APIs.Dong Chen2015-11-241-10/+10
* move container files to a separate folder. Following changes will update them.Dong Chen2015-11-241-0/+135