| Commit message (Expand) | Author | Age |
* | Fix SQL syntax error | Matthew Heon | 2018-03-02 |
* | Update DB to hold CNI network information | Matthew Heon | 2018-03-02 |
* | Convert exec session tracking to use a dedicated struct | Matthew Heon | 2018-03-01 |
* | Add tracking for container exec sessions to DB | Matthew Heon | 2018-03-01 |
* | Remove No New Privs from DB as it's already in the spec | Matthew Heon | 2018-02-22 |
* | Squash logged errors from failed SQL rollbacks | Matthew Heon | 2018-02-15 |
* | Address review commentv0.2 | Matthew Heon | 2018-02-12 |
* | Containers in a pod can only join namespaces in that pod | Matthew Heon | 2018-02-12 |
* | Refactor Pod to use a Config struct | Matthew Heon | 2018-02-12 |
* | Fix further style issues | Matthew Heon | 2018-02-09 |
* | Fix gofmt and lint | Matthew Heon | 2018-02-09 |
* | Fix bugs identified by unit tests | Matthew Heon | 2018-02-09 |
* | Rework state tests to avoid boilerplate. Begin adding pod tests. | Matthew Heon | 2018-02-09 |
* | Remove read-only from DB, it's in the spec | Matthew Heon | 2018-02-09 |
* | Implement pod operations in SQL state | Matthew Heon | 2018-02-09 |
* | Allow users to specify logpath | Daniel J Walsh | 2018-02-03 |
* | Rename containerRuntimeInfo to containerState for clarity | Matthew Heon | 2018-01-18 |
* | Rename ContainerState to ContainerStatus | Matthew Heon | 2018-01-18 |
* | Add DNS and security fields to DB | Matthew Heon | 2018-01-15 |
* | Update DB to add new fields required for planned features | Matthew Heon | 2018-01-10 |
* | Save ContainerConfig.User to database | Matthew Heon | 2018-01-08 |
* | Plumb through the --stop-timeout signal handling | Daniel J Walsh | 2017-12-20 |
* | Add network namespaces to SQL state | Matthew Heon | 2017-12-14 |
* | Add networking configuration to the libpod DB | Matthew Heon | 2017-12-14 |
* | Update pods to use file locks | Matthew Heon | 2017-12-14 |
* | Remove check for existance of lockfile when retrieving containers | Matthew Heon | 2017-12-05 |
* | 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 |
* | Add NetMode, UTSMode and IPCMode | Daniel J Walsh | 2017-12-02 |
* | Add schema validation to DB | Matthew Heon | 2017-11-30 |
* | Order containers returned from state and make container config public | Matthew Heon | 2017-11-22 |
* | Add ability to update container status from runc | Matthew Heon | 2017-11-21 |
* | Fix lint errors | Matthew Heon | 2017-11-18 |
* | StopSignal is allowed to be 0 | Matthew Heon | 2017-11-18 |
* | Fix lingering SQL error | 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 |