summaryrefslogtreecommitdiff
path: root/uxc.c
Commit message (Expand)AuthorAgeFilesLines
* uxc: fix potential NULL-pointer dereferenceDaniel Golle2022-04-131-0/+3
* uxc: remove unused printf parameterDaniel Golle2022-02-181-1/+1
* uxc: clean up error handlingDaniel Golle2022-02-181-74/+85
* uxc: allow editing settings using 'create'Daniel Golle2022-02-181-45/+49
* uxc: add support for user-defined settingsDaniel Golle2022-02-181-75/+263
* uxc: fix two minor issues reported by CoverityDaniel Golle2021-12-261-1/+3
* uxc: usage message cosmeticsDaniel Golle2021-12-201-12/+12
* uxc: integrate console into uxcDaniel Golle2021-12-201-14/+203
* uxc: consider uvol and etc location for configurationsDaniel Golle2021-12-201-31/+40
* uxc: add missing 'break' statementDaniel Golle2021-10-171-1/+1
* uxc: don't free the stackDaniel Golle2021-10-131-3/+0
* uxc: fix segfault caused by use-after-freeDaniel Golle2021-10-131-1/+1
* uxc: add JSON output option for 'list' commandDaniel Golle2021-09-151-12/+60
* uxc: move mountpoint of persistent config to /var/run/uxcDaniel Golle2021-08-301-1/+1
* uxc: free string returned by blobmsg_format_json_indent()Daniel Golle2021-08-241-1/+10
* uxc.c: fix coverity resource leak warningKevin Darbyshire-Bryant2021-08-221-0/+1
* uxc: support config in uvolDaniel Golle2021-08-151-4/+12
* uxc: fix help outputDaniel Golle2021-08-151-1/+1
* uxc: fix a bunch of issues discovered by CoverityDaniel Golle2021-08-151-28/+40
* 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