summaryrefslogtreecommitdiff
path: root/daemon/unpause.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor libcontainerd to minimize c8d RPCsCory Snider2022-08-241-1/+5
* daemon: rename variables that collide with imported package namesSebastiaan van Stijn2020-04-141-14/+14
* daemon/*.go: fix some Wrap[f]/Warn[f] errorsSebastiaan van Stijn2018-07-111-1/+1
* 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-1/+12
* remove running judgement when unpause containerallencloud2016-08-291-5/+0
* Replace execdrivers with containerd implementationTonis Tiigi2016-03-181-3/+1
* Remove static errors from errors package.David Calavera2016-02-261-4/+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 api/errors/ to errors/Doug Davis2015-09-171-1/+1
* Convert some "daemon" static error strings to the new errocode package formatDoug Davis2015-09-161-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