summaryrefslogtreecommitdiff
path: root/libpod/runtime.go
Commit message (Expand)AuthorAge
* Fix review commentsMatthew Heon2018-03-06
* Change standard config path and add override configMatthew Heon2018-03-06
* Fix Conmon error to display Conmon pathsMatthew Heon2018-03-06
* Add support to load runtime configuration from config fileMatthew Heon2018-03-06
* Add ability to dump config to file as TOMLMatthew Heon2018-03-06
* Change conmon and runtime paths to arraysMatthew Heon2018-03-06
* podman info add registriesbaude2018-02-28
* CNIPluginDir: check "/usr/lib/cni"Valentin Rothberg2018-02-28
* Add ubuntu pathsbaude2018-02-26
* Remove unused registry related options from libpodMatthew Heon2018-02-19
* Add implementation for BoltDB-backed stateMatthew Heon2018-02-12
* libpod/runtime.go: Stick paths in arraysbaude2018-01-31
* libpod/runtime.go: runtime pathbaude2018-01-31
* Add StopWithTimeout API function for containersMatthew Heon2018-01-30
* Fix seccomp supportDaniel J Walsh2018-01-18
* Address review commentsMatthew Heon2018-01-17
* Wire in logic for selecting backing state implMatthew Heon2018-01-17
* Remove unused fields from runtime configMatthew Heon2018-01-12
* Update CNI plugin directories to search default location as wellMatthew Heon2018-01-11
* Remove vendored files unnecessary after Kube hostport removalMatthew Heon2018-01-08
* Remove Kubernetes hostport supportMatthew Heon2018-01-08
* Extend search path for conmonbaude2018-01-02
* 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