aboutsummaryrefslogtreecommitdiff
path: root/src/delivery_test.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor directory structureJoseph Hunkeler2024-10-141-295/+0
| | | | | * Move core library sources into src/lib/core * Move command-line programs into src/cli
* Don't run serial tasks in parallelits-backwardsJoseph Hunkeler2024-10-101-1/+1
|
* Consolidate repeated branch conditionsJoseph Hunkeler2024-10-091-3/+1
|
* 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
* Break delivery.c into smaller components