| Commit message (Expand) | Author | Age |
* | Add toggle for Docker install/deinstall for baseline test | TomSweeneyRedHat | 2018-03-08 |
* | podman import, load, and commit are too verbose | baude | 2018-03-07 |
* | Do not strip binaries | baude | 2018-03-07 |
* | Add buildah bud options from common.go | TomSweeneyRedHat | 2018-03-06 |
* | docs: podman-top: fix nonworking example | Ed Santiago | 2018-03-06 |
* | attach: set the terminal size and handle SIGWINCH | Giuseppe Scrivano | 2018-03-06 |
* | Add podman info to the issue template | TomSweeneyRedHat | 2018-03-06 |
* | Add podman baseline test script | TomSweeneyRedHat | 2018-03-06 |
* | Change config file to not set static dir by default | Matthew Heon | 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 default libpod 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 |
* | Update containers/storage to fix locking bug | Matthew Heon | 2018-03-06 |
* | Run gofmt and lint just for one Go version | Álex González | 2018-03-05 |
* | networking.go tweak iptables functions | baude | 2018-03-03 |
* | Merge pull request #444 from mheon/bump_0_3_1 | Matthew Heon | 2018-03-02 |
|\ |
|
| * | Bump to v0.3.2-dev | Matthew Heon | 2018-03-02 |
| * | Bump to v0.3.1v0.3.1 | Matthew Heon | 2018-03-02 |
|/ |
|
* | Merge pull request #443 from baude/iptablesdns | Matthew Heon | 2018-03-02 |
|\ |
|
| * | allow DNS resolution in containers | baude | 2018-03-02 |
* | | Adjust podman logs error message for clarity | Matthew Heon | 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 |
* | podman logs -f: does not detect container stop or rm | baude | 2018-03-02 |
* | test/README.md: fix path to the tests suite | Giuseppe Scrivano | 2018-03-02 |
* | Fix issue with podman logs on fresh containers | Matthew Heon | 2018-03-01 |
* | 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 |
* | Handle removing containers with active exec sessions | Matthew Heon | 2018-03-01 |
* | Ensure that Cleanup() will not run on active containers | Matthew Heon | 2018-03-01 |
* | Add tracking for exec session IDs | Matthew Heon | 2018-03-01 |
* | Remove now-unused runc launch code | Matthew Heon | 2018-03-01 |
* | Rework exec to enable splitting to retrieve exec PID | Matthew Heon | 2018-03-01 |
* | Add tracking for container exec sessions to DB | Matthew Heon | 2018-03-01 |
* | Small fixes to container Exec | Matthew Heon | 2018-03-01 |
* | docs/podman-info.1.md update man page | baude | 2018-03-01 |
* | Fix checks for configuration keys in the DB | Matthew Heon | 2018-03-01 |
* | Remove unused vendor github.com/coreos/pkg | Matthew Heon | 2018-03-01 |