aboutsummaryrefslogtreecommitdiff
path: root/src/delivery_test.c
Commit message (Expand)AuthorAgeFilesLines
* Allow user to disable parallel mode (shortcut for --cpu-limit=1)Joseph Hunkeler2024-10-021-1/+1
* Allow user to define the time interval for "task is running" messageJoseph Hunkeler2024-10-021-0/+3
* Add comment about use of xtraceJoseph Hunkeler2024-10-011-1/+3
* Replace strlcpy with strncpy (maybe later)Joseph Hunkeler2024-09-301-2/+2
* Replace strcpy with strlcpyJoseph Hunkeler2024-09-301-2/+2
* Allocate runner_cmd using asprintfJoseph Hunkeler2024-09-301-5/+16
* Only show a summary if a pool ran a jobJoseph Hunkeler2024-09-271-1/+4
* Add commentsJoseph Hunkeler2024-09-271-2/+22
* Code size: Consolidate pools into an arrayJoseph Hunkeler2024-09-261-31/+45
* Refactor structureJoseph Hunkeler2024-09-201-0/+244