Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow user to disable parallel mode (shortcut for --cpu-limit=1) | Joseph Hunkeler | 2024-10-02 | 1 | -1/+1 |
* | Allow user to define the time interval for "task is running" message | Joseph Hunkeler | 2024-10-02 | 1 | -0/+3 |
* | Add comment about use of xtrace | Joseph Hunkeler | 2024-10-01 | 1 | -1/+3 |
* | Replace strlcpy with strncpy (maybe later) | Joseph Hunkeler | 2024-09-30 | 1 | -2/+2 |
* | Replace strcpy with strlcpy | Joseph Hunkeler | 2024-09-30 | 1 | -2/+2 |
* | Allocate runner_cmd using asprintf | Joseph Hunkeler | 2024-09-30 | 1 | -5/+16 |
* | Only show a summary if a pool ran a job | Joseph Hunkeler | 2024-09-27 | 1 | -1/+4 |
* | Add comments | Joseph Hunkeler | 2024-09-27 | 1 | -2/+22 |
* | Code size: Consolidate pools into an array | Joseph Hunkeler | 2024-09-26 | 1 | -31/+45 |
* | Refactor structure | Joseph Hunkeler | 2024-09-20 | 1 | -0/+244 |