trace: use standard POSIX header for basename()
[project/procd.git] / uxc.c
2022-04-13 Daniel Golleuxc: fix potential NULL-pointer dereference
2022-02-18 Daniel Golleuxc: remove unused printf parameter
2022-02-18 Daniel Golleuxc: clean up error handling
2022-02-18 Daniel Golleuxc: allow editing settings using 'create'
2022-02-18 Daniel Golleuxc: add support for user-defined settings
2021-12-26 Daniel Golleuxc: fix two minor issues reported by Coverity
2021-12-20 Daniel Golleuxc: usage message cosmetics
2021-12-20 Daniel Golleuxc: integrate console into uxc
2021-12-20 Daniel Golleuxc: consider uvol and etc location for configurations
2021-10-17 Daniel Golleuxc: add missing 'break' statement
2021-10-12 Daniel Golleuxc: don't free the stack
2021-10-12 Daniel Golleuxc: fix segfault caused by use-after-free
2021-09-15 Daniel Golleuxc: add JSON output option for 'list' command
2021-08-30 Daniel Golleuxc: move mountpoint of persistent config to /var/run/uxc
2021-08-24 Daniel Golleuxc: free string returned by blobmsg_format_json_indent()
2021-08-22 Kevin Darbyshire... uxc.c: fix coverity resource leak warning
2021-08-15 Daniel Golleuxc: support config in uvol
2021-08-15 Daniel Golleuxc: fix help output
2021-08-15 Daniel Golleuxc: fix a bunch of issues discovered by Coverity
2021-08-04 Daniel Golleuxc: always handle asprintf() return value
2021-07-24 Daniel Golleuxc: resolve volume UUIDs by name of UCI fstab section
2021-07-24 Daniel Golleuxc: don't restart containers when mount shows up
2021-07-15 Daniel Golleuxc: check for required blockd mounts
2021-07-15 Daniel Golleuxc: implement support for rootfs overlay in containers
2020-11-22 Daniel Golleuxc: also delete procd runtime state on 'delete'
2020-11-22 Daniel Golleuxc: fix incomplete commit
2020-11-21 Daniel Golleuxc: make force-delete kill container process
2020-10-28 Daniel Golleuxc: mimic runc cmdline by using getopt_long
2020-07-30 Daniel Golleuxc: remove debugging left-over
2020-07-29 Daniel Golleuxc: use new container.%s kill ubus API
2020-07-29 Daniel Golleuxc: fix create operation
2020-07-28 Daniel Golleuxc: behave more like a compliant OCI run-time
2020-07-13 Daniel Golleuxc: fix build with uClibc-ng
2020-07-13 Daniel Golleuxc: fix 'stop' command
2020-07-10 Daniel Golleuxc: add container management CLI tool