| Commit message (Expand) | Author | Age |
* | Plumb through the --stop-timeout signal handling | Daniel J Walsh | 2017-12-20 |
* | Add podman commit command | umohnani8 | 2017-12-20 |
* | Finish implementing stop signal parsing | Daniel J Walsh | 2017-12-19 |
* | Add support for adding devices to container | Daniel J Walsh | 2017-12-19 |
* | Ensure libkpod.Config defaults don't override libpod defaults | Matthew Heon | 2017-12-14 |
* | Change default directory for CNI plugins | Matthew Heon | 2017-12-14 |
* | Add debugging statements | Matthew Heon | 2017-12-14 |
* | Add iptables integration to network code | Matthew Heon | 2017-12-14 |
* | Remove network namespaces from DB on refresh | Matthew Heon | 2017-12-14 |
* | Fix unit tests | Matthew Heon | 2017-12-14 |
* | Create new network namespaces when initializing containers | Matthew Heon | 2017-12-14 |
* | Add network namespaces to SQL state | Matthew Heon | 2017-12-14 |
* | Add basic functions for dealing with network namespaces | Matthew Heon | 2017-12-14 |
* | Add networking configuration to the libpod DB | Matthew Heon | 2017-12-14 |
* | Wire in net plugin into libpod | Matthew Heon | 2017-12-14 |
* | kpod top | baude | 2017-12-14 |
* | Add manifest type conversion to kpod push | umohnani8 | 2017-12-14 |
* | Remove lock existence checks when creating pods/containers | Matthew Heon | 2017-12-14 |
* | Update pods to use file locks | Matthew Heon | 2017-12-14 |
* | Copy resolv.conf into container | baude | 2017-12-14 |
* | Update kpod info to use new libpod api | umohnani8 | 2017-12-14 |
* | kpod stats | baude | 2017-12-13 |
* | Update kpod inspect to use the new container state | umohnani8 | 2017-12-12 |
* | Use debugf to allow parsing of format specifier | Suraj Deshmukh | 2017-12-12 |
* | Fix misleading print statement in kpod load | umohnani8 | 2017-12-11 |
* | Merge pull request #72 from mheon/file_locking | Daniel J Walsh | 2017-12-11 |
|\ |
|
| * | Small comment update to make use of syncContainer more obvious | Matthew Heon | 2017-12-05 |
| * | Remove check for existance of lockfile when retrieving containers | Matthew Heon | 2017-12-05 |
| * | Fix lint | Matthew Heon | 2017-12-04 |
| * | Fix unit tests and provide more realistic test environment | Matthew Heon | 2017-12-04 |
| * | Remove SQL state locking and rely on sqlite locking | Matthew Heon | 2017-12-04 |
| * | Move containers to file locks from c/storage | Matthew Heon | 2017-12-04 |
* | | Merge pull request #94 from mheon/restart | Daniel J Walsh | 2017-12-11 |
|\ \ |
|
| * | | Add ability to refresh state in DB | Matthew Heon | 2017-12-07 |
| * | | Do not recreate containers in runc after restart | Matthew Heon | 2017-12-06 |
| * | | Do not recreate OCI spec in init() if it exists | Matthew Heon | 2017-12-05 |
| * | | Fix potential race condition in initializing libpod | Matthew Heon | 2017-12-04 |
| * | | Add handling for system restart in libpod | Matthew Heon | 2017-12-04 |
| |/ |
|
* | | Merge pull request #111 from mheon/crio_1206 | Daniel J Walsh | 2017-12-11 |
|\ \ |
|
| * | | Carry CRI-O #1206 to fix a potential runtime issue | Matthew Heon | 2017-12-07 |
* | | | Merge pull request #115 from umohnani8/containers | Daniel J Walsh | 2017-12-11 |
|\ \ \ |
|
| * | | | Vendor in latest upstream containers/image | umohnani8 | 2017-12-11 |
| |/ / |
|
* / / | kpod exec | baude | 2017-12-11 |
|/ / |
|
* / | Add Artifacts directory to containers | umohnani8 | 2017-12-07 |
|/ |
|
* | Consolidate mount logic | Matthew Heon | 2017-12-04 |
* | You can only attach to running containers | Daniel J Walsh | 2017-12-04 |
* | When shutting down the runtime we should always close the database | Daniel J Walsh | 2017-12-04 |
* | Add NetMode, UTSMode and IPCMode | Daniel J Walsh | 2017-12-02 |
* | Add schema validation to DB | Matthew Heon | 2017-11-30 |
* | Add randomly generates container names | Matthew Heon | 2017-11-30 |