aboutsummaryrefslogtreecommitdiff
path: root/src/cli/stasis_indexer/callbacks.c
Commit message (Collapse)AuthorAgeFilesLines
* indexer: Rewrite indexer_junitxml_report from scratchJoseph Hunkeler2024-12-241-2/+4
|
* Fix pointers to Delivery structJoseph Hunkeler2024-12-061-2/+2
| | | | * Dynamic allocation only. I'm completely fed up with "lost" addresses.
* Break down indexer into independent source filesJoseph Hunkeler2024-11-181-0/+39
* Generate test result output * Add helper function to manage changing file extensions