aboutsummaryrefslogtreecommitdiff
path: root/libpod
Commit message (Expand)AuthorAge
* Ensure libkpod.Config defaults don't override libpod defaultsMatthew Heon2017-12-14
* Change default directory for CNI pluginsMatthew Heon2017-12-14
* Add debugging statementsMatthew Heon2017-12-14
* Add iptables integration to network codeMatthew Heon2017-12-14
* Remove network namespaces from DB on refreshMatthew Heon2017-12-14
* Fix unit testsMatthew Heon2017-12-14
* Create new network namespaces when initializing containersMatthew Heon2017-12-14
* Add network namespaces to SQL stateMatthew Heon2017-12-14
* Add basic functions for dealing with network namespacesMatthew Heon2017-12-14
* Add networking configuration to the libpod DBMatthew Heon2017-12-14
* Wire in net plugin into libpodMatthew Heon2017-12-14
* kpod topbaude2017-12-14
* Add manifest type conversion to kpod pushumohnani82017-12-14
* Remove lock existence checks when creating pods/containersMatthew Heon2017-12-14
* Update pods to use file locksMatthew Heon2017-12-14
* Copy resolv.conf into containerbaude2017-12-14
* Update kpod info to use new libpod apiumohnani82017-12-14
* kpod statsbaude2017-12-13
* Update kpod inspect to use the new container stateumohnani82017-12-12
* Use debugf to allow parsing of format specifierSuraj Deshmukh2017-12-12
* Fix misleading print statement in kpod loadumohnani82017-12-11
* Merge pull request #72 from mheon/file_lockingDaniel J Walsh2017-12-11
|\
| * Small comment update to make use of syncContainer more obviousMatthew Heon2017-12-05
| * Remove check for existance of lockfile when retrieving containersMatthew Heon2017-12-05
| * Fix lintMatthew Heon2017-12-04
| * Fix unit tests and provide more realistic test environmentMatthew Heon2017-12-04
| * Remove SQL state locking and rely on sqlite lockingMatthew Heon2017-12-04
| * Move containers to file locks from c/storageMatthew Heon2017-12-04
* | Merge pull request #94 from mheon/restartDaniel J Walsh2017-12-11
|\ \
| * | Add ability to refresh state in DBMatthew Heon2017-12-07
| * | Do not recreate containers in runc after restartMatthew Heon2017-12-06
| * | Do not recreate OCI spec in init() if it existsMatthew Heon2017-12-05
| * | Fix potential race condition in initializing libpodMatthew Heon2017-12-04
| * | Add handling for system restart in libpodMatthew Heon2017-12-04
| |/
* | Merge pull request #111 from mheon/crio_1206Daniel J Walsh2017-12-11
|\ \
| * | Carry CRI-O #1206 to fix a potential runtime issueMatthew Heon2017-12-07
* | | Merge pull request #115 from umohnani8/containersDaniel J Walsh2017-12-11
|\ \ \
| * | | Vendor in latest upstream containers/imageumohnani82017-12-11
| |/ /
* / / kpod execbaude2017-12-11
|/ /
* / Add Artifacts directory to containersumohnani82017-12-07
|/
* Consolidate mount logicMatthew Heon2017-12-04
* You can only attach to running containersDaniel J Walsh2017-12-04
* When shutting down the runtime we should always close the databaseDaniel J Walsh2017-12-04
* Add NetMode, UTSMode and IPCModeDaniel J Walsh2017-12-02
* Add schema validation to DBMatthew Heon2017-11-30
* Add randomly generates container namesMatthew Heon2017-11-30
* kpod_startbaude2017-11-29
* Move libpod under containers/storageDaniel J Walsh2017-11-29
* Change location of created runc specs to make them survive rebootMatthew Heon2017-11-29
* Fix error in runtime_ctrMatthew Heon2017-11-29