| Commit message (Expand) | Author | Age |
... | |
* | Fix some minor issues lint has been picking up | Matthew Heon | 2018-03-27 |
* | cmd/podman/run.go: Error nicely when no image found | baude | 2018-03-27 |
* | Remove current SQLite DB driver | Matthew Heon | 2018-03-26 |
* | First tag, untag THEN reload the image | baude | 2018-03-26 |
* | Make container env variable conditional | Matthew Heon | 2018-03-23 |
* | Stage 4 Image cleanup | baude | 2018-03-23 |
* | Add CONTAINER environment variable | Matthew Heon | 2018-03-23 |
* | Document .containerenv in manpages. Move it to /run. | Matthew Heon | 2018-03-23 |
* | Add .containerenv file | Matthew Heon | 2018-03-23 |
* | Removing tagged images change in behavior | baude | 2018-03-22 |
* | Migrate podman inspect and tag to image library | baude | 2018-03-21 |
* | Migrate podman images to image library | baude | 2018-03-21 |
* | Image library stage 4 - create and commit | baude | 2018-03-20 |
* | Remove ability to specify mount label when mounting | Matthew Heon | 2018-03-16 |
* | Add additional debug logging | Matthew Heon | 2018-03-15 |
* | Add StartAndAttach() API endpoint for containers | Matthew Heon | 2018-03-15 |
* | Implement container restarting | Matthew Heon | 2018-03-15 |
* | Stage3 Image Library | baude | 2018-03-14 |
* | podman-images: return correct image list | Valentin Rothberg | 2018-03-14 |
* | Remove extra pod Start code | Matthew Heon | 2018-03-13 |
* | Modify pod API to move Init() into Start() | Matthew Heon | 2018-03-13 |
* | Podman load can pull in compressed files | umohnani8 | 2018-03-08 |
* | Image Resolution Stage 1 | baude | 2018-03-08 |
* | Convert bind mounts to use DB field | Matthew Heon | 2018-03-08 |
* | Add location in DB for saving files to bind mount in | Matthew Heon | 2018-03-08 |
* | Move internal function resizeTty to container_internal | Matthew Heon | 2018-03-08 |
* | Make WriteStringToRundir internal | Matthew Heon | 2018-03-08 |
* | Refactor saving OCI spec to disk into separate function | Matthew Heon | 2018-03-08 |
* | podman import, load, and commit are too verbose | baude | 2018-03-07 |
* | attach: set the terminal size and handle SIGWINCH | Giuseppe Scrivano | 2018-03-06 |
* | Fix review comments | Matthew Heon | 2018-03-06 |
* | Change standard config path and add override config | Matthew Heon | 2018-03-06 |
* | Fix Conmon error to display Conmon paths | Matthew Heon | 2018-03-06 |
* | Add support to load runtime configuration from config file | Matthew Heon | 2018-03-06 |
* | Add ability to dump config to file as TOML | Matthew Heon | 2018-03-06 |
* | Change conmon and runtime paths to arrays | Matthew Heon | 2018-03-06 |
* | networking.go tweak iptables functions | baude | 2018-03-03 |
* | allow DNS resolution in containers | baude | 2018-03-02 |
* | Disable FFJSON for container structs | Matthew Heon | 2018-03-02 |
* | Fix SQL syntax error | Matthew Heon | 2018-03-02 |
* | Remove unused existing IP addresses function | Matthew Heon | 2018-03-02 |
* | Fix gofmt & golint | Matthew Heon | 2018-03-02 |
* | Use more reliable function for parsing CNI result | Matthew Heon | 2018-03-02 |
* | Update DB to hold CNI network information | Matthew Heon | 2018-03-02 |
* | Include error in error message | Matthew Heon | 2018-03-02 |
* | Instead of erroring on exit file not being found, warn | Matthew Heon | 2018-03-02 |
* | Replace usage of runc with runtime | Matthew Heon | 2018-03-01 |
* | Convert exec session tracking to use a dedicated struct | Matthew Heon | 2018-03-01 |
* | Fix gofmt & golint | Matthew Heon | 2018-03-01 |
* | Relax locking in Exec() | Matthew Heon | 2018-03-01 |