| Commit message (Expand) | Author | Age |
* | Save ContainerConfig.User to database | Matthew Heon | 2018-01-08 |
* | Add function to get IP address of a running container | Matthew Heon | 2018-01-08 |
* | Fix handling of exit codes | Daniel J Walsh | 2018-01-04 |
* | Make database write in syncContainer conditional | Matthew Heon | 2018-01-04 |
* | podman create/run need to load information from the image | Daniel J Walsh | 2018-01-03 |
* | libpod/container.go Handle systemd resolve | baude | 2018-01-02 |
* | Plumb through the --stop-timeout signal handling | Daniel J Walsh | 2017-12-20 |
* | Add podman commit command | umohnani8 | 2017-12-20 |
* | Create new network namespaces when initializing containers | Matthew Heon | 2017-12-14 |
* | Add network namespaces to SQL state | Matthew Heon | 2017-12-14 |
* | Add networking configuration to the libpod DB | Matthew Heon | 2017-12-14 |
* | Remove lock existence checks when creating pods/containers | Matthew Heon | 2017-12-14 |
* | Copy resolv.conf into container | baude | 2017-12-14 |
* | kpod stats | baude | 2017-12-13 |
* | Update kpod inspect to use the new container state | umohnani8 | 2017-12-12 |
* | 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 |
| * | Fix lint | 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 |
| |/ |
|
* | | 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 |
* | Add NetMode, UTSMode and IPCMode | Daniel J Walsh | 2017-12-02 |
* | Add randomly generates container names | Matthew Heon | 2017-11-30 |
* | Change location of created runc specs to make them survive reboot | Matthew Heon | 2017-11-29 |
* | First pass at fixing test errors | Matthew Heon | 2017-11-29 |
* | Fix comment on container.Stop() | Matthew Heon | 2017-11-29 |
* | Add ability to kill and stop containers | Matthew Heon | 2017-11-29 |
* | kpod ps | baude | 2017-11-28 |
* | kpod_wait | baude | 2017-11-27 |
* | Update kpod pause and unpause to use new container state | umohnani8 | 2017-11-24 |
* | Update kpod mount and umount to use the new state | umohnani8 | 2017-11-22 |
* | Order containers returned from state and make container config public | Matthew Heon | 2017-11-22 |
* | Update kpod export to use the new container state and runtime | Urvashi Mohnani | 2017-11-22 |
* | Add ability to retrieve container's log path to API | Matthew Heon | 2017-11-21 |
* | Add ability to update container status from runc | Matthew Heon | 2017-11-21 |
* | Add tests for SQL-backed state impl | Matthew Heon | 2017-11-20 |
* | Rename Create to Init for containers to be less confusing | Matthew Heon | 2017-11-18 |
* | Wire SQL backed state into rest of libpod | Matthew Heon | 2017-11-18 |
* | Address review comments, fix gofmt and lint | Matthew Heon | 2017-11-18 |
* | Compile-tested implementation of SQL-backed state | Matthew Heon | 2017-11-18 |
* | Enhancements to papr tests | baude | 2017-11-17 |