aboutsummaryrefslogtreecommitdiff
path: root/src/cli/stasis_indexer
Commit message (Collapse)AuthorAgeFilesLines
* indexer segfault workaroundJoseph Hunkeler2024-12-031-5/+17
| | | | * Return the deliveries sorted by 'rc', biggest to smallest
* Initialize structs to {0} and combine declaration and assignment where possibleJoseph Hunkeler2024-11-011-18/+11
|
* Replace initialize character arrays using {0} instead of memsetJoseph Hunkeler2024-11-011-1/+1
|
* Refactor directory structureJoseph Hunkeler2024-10-142-0/+955
* Move core library sources into src/lib/core * Move command-line programs into src/cli