summaryrefslogtreecommitdiff
path: root/libpod/runtime.go
Commit message (Expand)AuthorAge
* Plumb through the --stop-timeout signal handlingDaniel J Walsh2017-12-20
* Change default directory for CNI pluginsMatthew Heon2017-12-14
* Add iptables integration to network codeMatthew Heon2017-12-14
* Wire in net plugin into libpodMatthew Heon2017-12-14
* Remove lock existence checks when creating pods/containersMatthew Heon2017-12-14
* Update kpod info to use new libpod apiumohnani82017-12-14
* Merge pull request #72 from mheon/file_lockingDaniel J Walsh2017-12-11
|\
| * Remove SQL state locking and rely on sqlite lockingMatthew Heon2017-12-04
| * Move containers to file locks from c/storageMatthew Heon2017-12-04
* | Add ability to refresh state in DBMatthew Heon2017-12-07
* | Fix potential race condition in initializing libpodMatthew Heon2017-12-04
* | Add handling for system restart in libpodMatthew Heon2017-12-04
|/
* When shutting down the runtime we should always close the databaseDaniel J Walsh2017-12-04
* Move libpod under containers/storageDaniel J Walsh2017-11-29
* Fix comment on container.Stop()Matthew Heon2017-11-29
* Shut down containers when force stopping the runtimeMatthew Heon2017-11-29
* Add docker transport to push image before final failureTomSweeneyRedHat2017-11-28
* Fix segfault cleaning up in after failing to create a RuntimeMatthew Heon2017-11-18
* Wire SQL backed state into rest of libpodMatthew Heon2017-11-18
* Initial checkin from CRI-O repoMatthew Heon2017-11-01