aboutsummaryrefslogtreecommitdiff
path: root/src/lib/core/docker.c
Commit message (Expand)AuthorAgeFilesLines
* free(3): If ptr is NULL, no operation is performed.free-memJoseph Hunkeler2025-03-201-1/+1
* Ignore wildcards in docker_sanitize_tagJoseph Hunkeler2025-02-151-1/+1
* Initialize structs to {0} and combine declaration and assignment where possibleJoseph Hunkeler2024-11-011-2/+2
* Replace initialize character arrays using {0} instead of memsetJoseph Hunkeler2024-11-011-13/+5
* Refactor directory structureJoseph Hunkeler2024-10-141-0/+204