summaryrefslogtreecommitdiff
path: root/uxc.c
Commit message (Expand)AuthorAgeFilesLines
* uxc: always handle asprintf() return valueDaniel Golle2021-08-041-4/+10
* uxc: resolve volume UUIDs by name of UCI fstab sectionDaniel Golle2021-07-251-2/+67
* uxc: don't restart containers when mount shows upDaniel Golle2021-07-251-0/+5
* uxc: check for required blockd mountsDaniel Golle2021-07-151-7/+108
* uxc: implement support for rootfs overlay in containersDaniel Golle2021-07-151-41/+79
* uxc: also delete procd runtime state on 'delete'Daniel Golle2020-11-221-0/+18
* uxc: fix incomplete commitDaniel Golle2020-11-221-1/+4
* uxc: make force-delete kill container processDaniel Golle2020-11-211-2/+14
* uxc: mimic runc cmdline by using getopt_longDaniel Golle2020-10-281-62/+171
* uxc: remove debugging left-overDaniel Golle2020-07-301-1/+0
* uxc: use new container.%s kill ubus APIDaniel Golle2020-07-291-11/+17
* uxc: fix create operationDaniel Golle2020-07-291-1/+8
* uxc: behave more like a compliant OCI run-timeDaniel Golle2020-07-281-24/+174
* uxc: fix build with uClibc-ngDaniel Golle2020-07-141-0/+4
* uxc: fix 'stop' commandDaniel Golle2020-07-131-1/+1
* uxc: add container management CLI toolDaniel Golle2020-07-101-0/+590