| Commit message (Expand) | Author | Age |
* | Add per-pod CGroups | Matthew Heon | 2018-05-17 |
* | libpod: Add HooksDirNotExistFatal | W. Trevor King | 2018-05-11 |
* | Add --cgroup-manager flag to Podman binary | Matthew Heon | 2018-05-11 |
* | networking, userNS: configure the network namespace after create | Giuseppe Scrivano | 2018-05-04 |
* | Begin wiring in USERNS Support into podman | Daniel J Walsh | 2018-05-04 |
* | Store user Volumes, Entrypoint, Command in database | Matthew Heon | 2018-05-03 |
* | Further fix Godoc comments in options.go | Matthew Heon | 2018-05-03 |
* | Fix Godoc comments in options.go | Matthew Heon | 2018-05-03 |
* | Add config bool to indicate there are user volumes | Matthew Heon | 2018-05-03 |
* | Modify secrets pkg | umohnani8 | 2018-04-27 |
* | Add --default-mounts-file hidden flag | umohnani8 | 2018-04-26 |
* | Functionality changes to the following flags | umohnani8 | 2018-04-06 |
* | Add hooks support to podman | Daniel J Walsh | 2018-04-05 |
* | Fix golint | Matthew Heon | 2018-04-03 |
* | Add backend code for generic dependencies | Matthew Heon | 2018-04-03 |
* | podman: new option --conmon-pidfile= | Giuseppe Scrivano | 2018-03-29 |
* | Change conmon and runtime paths to arrays | Matthew Heon | 2018-03-06 |
* | Address review comments | baude | 2018-02-24 |
* | Add support for --no-new-privs | Daniel J Walsh | 2018-02-24 |
* | Push up createConfig.CgroupParent processing to parent | Jhon Honce | 2018-02-22 |
* | Implement podman run option --cgroup-parent | Jhon Honce | 2018-02-22 |
* | Remove unused registry related options from libpod | Matthew Heon | 2018-02-19 |
* | 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 |
* | Allow users to specify logpath | Daniel J Walsh | 2018-02-03 |
* | Save --privileged state | Daniel J Walsh | 2018-01-25 |
* | Enable port bindings | baude | 2018-01-20 |
* | Add --dns-search, --dns-opt, --dns-server and --add-host. | baude | 2018-01-19 |
* | Wire in logic for selecting backing state impl | Matthew Heon | 2018-01-17 |
* | Change handling for pods in libpod state | Matthew Heon | 2018-01-17 |
* | Add API for sharing namespaces | Matthew Heon | 2018-01-16 |
* | Remove unused fields from runtime config | Matthew Heon | 2018-01-12 |
* | Merge pull request #211 from mheon/wireup_backends | Daniel J Walsh | 2018-01-12 |
|\ |
|
| * | Add ability to set CGroup Parent via API | Matthew Heon | 2018-01-10 |
* | | Merge pull request #215 from mheon/update_cni | Daniel J Walsh | 2018-01-12 |
|\ \ |
|
| * | | Update CNI plugin directories to search default location as well | Matthew Heon | 2018-01-11 |
| |/ |
|
* / | Add support for shm-size. | Daniel J Walsh | 2018-01-11 |
|/ |
|
* | Update DB to add new fields required for planned features | Matthew Heon | 2018-01-10 |
* | Remove kpod handling of conmon | baude | 2018-01-03 |
* | podman create/run need to load information from the image | Daniel J Walsh | 2018-01-03 |
* | Ensure that names are reasonable via regex | Matthew Heon | 2018-01-02 |
* | Plumb through the --stop-timeout signal handling | Daniel J Walsh | 2017-12-20 |
* | Finish implementing stop signal parsing | Daniel J Walsh | 2017-12-19 |
* | Ensure libkpod.Config defaults don't override libpod defaults | 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 |
* | Update pods to use file locks | Matthew Heon | 2017-12-14 |
* | Add NetMode, UTSMode and IPCMode | Daniel J Walsh | 2017-12-02 |
* | Move libpod under containers/storage | Daniel J Walsh | 2017-11-29 |
* | Wire SQL backed state into rest of libpod | Matthew Heon | 2017-11-18 |