aboutsummaryrefslogtreecommitdiff
path: root/src/cli/stasis_indexer/helpers.c
Commit message (Collapse)AuthorAgeFilesLines
* Add write_manifest() helperJoseph Hunkeler2025-03-271-0/+34
| | | | * Store file listing in "TREE"
* free(3): If ptr is NULL, no operation is performed.free-memJoseph Hunkeler2025-03-201-2/+2
|
* sort_by_latest_rc now sorts against the rc, platform, and python version ↵Joseph Hunkeler2025-02-181-2/+17
| | | | (descending)
* Use the same function as the delivery mechanism to ensure the docker archive ↵Joseph Hunkeler2025-02-141-1/+1
| | | | name can be resolved
* Free version_strJoseph Hunkeler2025-01-301-0/+6
| | | | * Free parts
* Add get_docker_images() helper functionJoseph Hunkeler2024-12-071-0/+17
|
* get_files: empty pattern becomes '*'Joseph Hunkeler2024-12-071-0/+4
|
* Improved markdown output and presentationJoseph Hunkeler2024-12-061-0/+1
|
* Fix pointers to Delivery structJoseph Hunkeler2024-12-061-6/+16
| | | | * Dynamic allocation only. I'm completely fed up with "lost" addresses.
* Move pandoc code into its own function pandoc_exec()Joseph Hunkeler2024-12-061-0/+59
|
* Check whether arch and platform are populated before accessing themJoseph Hunkeler2024-12-061-4/+8
|
* Break down indexer into independent source filesJoseph Hunkeler2024-11-181-0/+242
* Generate test result output * Add helper function to manage changing file extensions