summaryrefslogtreecommitdiff
path: root/daemon/pause.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor libcontainerd to minimize c8d RPCsCory Snider2022-08-241-4/+5
* daemon: rename variables that collide with imported package namesSebastiaan van Stijn2020-04-141-2/+2
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Golint: remove redundant ifsSebastiaan van Stijn2018-01-151-6/+1
* Update libcontainerd to use containerd 1.0Kenfe-Mickael Laventure2017-10-201-2/+13
* Remove string checking in API error handlingBrian Goff2017-08-151-1/+1
* Replace execdrivers with containerd implementationTonis Tiigi2016-03-181-3/+2
* Remove static errors from errors package.David Calavera2016-02-261-5/+6
* Merge pull request #19952 from WeiZhang555/fix-err-restarting-1Jess Frazelle2016-02-031-0/+5
|\
| * Fix error message for pause a restarting containerZhang Wei2016-02-031-0/+5
* | Remove redundant error messageZhang Wei2016-02-031-2/+2
|/
* Rename `Daemon.Get` to `Daemon.GetContainer`.David Calavera2015-12-111-1/+1
* Move Container to its own package.David Calavera2015-12-031-2/+3
* Decouple daemon and container to log events.David Calavera2015-11-041-1/+1
* Decouple daemon and container to pause and unpause containers.David Calavera2015-11-041-1/+25
* Revert "Merge pull request #16228 from duglin/ContextualizeEvents"Tibor Vass2015-09-291-4/+3
* Add context.RequestID to event streamDoug Davis2015-09-241-3/+4
* Move more 'daemon' errors to the new error packageDoug Davis2015-09-231-2/+4
* golint fixes for daemon/ packageMorgan Bauer2015-08-271-1/+1
* Cleanup container LogEvent callsDoug Davis2015-06-011-1/+0
* Refactor server to use daemon as the service layer in controllersAntonio Murdaca2015-05-021-0/+18
* Remove job from pause/unpauseAntonio Murdaca2015-04-091-39/+0
* Remove engine.Status and replace it with standard go errorAntonio Murdaca2015-03-251-10/+12
* Closes #9311 Handles container id/name collisions against daemon functionalit...Andrew C. Bodine2015-01-211-6/+6
* Separate events subsystemAlexandr Morozov2014-08-061-2/+2
* Move "unpause" to daemon/pause.goSolomon Hykes2014-07-301-0/+16
* Move "pause" to daemon/pause.goSolomon Hykes2014-07-301-0/+21