| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix memory leak when reading a comment | Joseph Hunkeler | 2026-02-13 | 1 | -0/+1 |
| * | errmsg argument must be a valid pointerretry-download | Joseph Hunkeler | 2026-02-12 | 1 | -3/+4 |
| * | Use ssize_t to avoid rollover from strtol on user input | Joseph Hunkeler | 2026-02-12 | 1 | -3/+3 |
| * | Error message pointer must be valid | Joseph Hunkeler | 2026-02-12 | 1 | -1/+4 |
| * | Comment | Joseph Hunkeler | 2026-02-12 | 1 | -0/+2 |
| * | Implement STASIS_DOWNLOAD_RETRY_SECONDS | Joseph Hunkeler | 2026-02-12 | 1 | -0/+11 |
| * | Only set http_code on success. Return -1 otherise. | Joseph Hunkeler | 2026-02-12 | 1 | -3/+4 |
| * | Change "ATTEMPT" to "RETRY" and emit vital information | Joseph Hunkeler | 2026-02-12 | 1 | -1/+1 |
| * | max_retries should use value of max_retries_str | Joseph Hunkeler | 2026-02-12 | 1 | -1/+1 |
| * | Use snprintf for user_agent string | Joseph Hunkeler | 2026-02-12 | 1 | -1/+1 |
| * | Rename STASIS_DOWNLOAD_RETRIES to STASIS_DOWNLOAD_RETRY_MAX | Joseph Hunkeler | 2026-02-12 | 1 | -1/+1 |
| * | Add a retry loop to download | Joseph Hunkeler | 2026-02-11 | 1 | -30/+56 |
| * | Fixes number of seconds in an hour. Oops.timeout-hours-bug | Joseph Hunkeler | 2026-01-16 | 1 | -1/+1 |
| * | Trying to fix a buffer overflow reported by the CI | Joseph Hunkeler | 2026-01-03 | 3 | -14/+18 |
| * | Consolidate timer data | Joseph Hunkeler | 2026-01-02 | 2 | -22/+23 |
| * | Move utility functions to utils.c | Joseph Hunkeler | 2026-01-02 | 3 | -18/+50 |
| * | Update multiprocessing to use semaphore | Joseph Hunkeler | 2025-12-31 | 6 | -69/+1233 |
| * | Fix broken header guard | Joseph Hunkeler | 2025-12-30 | 1 | -0/+1 |
| * | Implement task timeout | Joseph Hunkeler | 2025-12-30 | 4 | -0/+6 |
| * | Fix undefined PSEMNAMLEN on Darwin | Joseph Hunkeler | 2025-12-24 | 1 | -0/+5 |
| * | Remove blank line | Joseph Hunkeler | 2025-11-18 | 1 | -1/+0 |
| * | Add destroy to example | Joseph Hunkeler | 2025-11-18 | 1 | -0/+2 |
| * | Enforce maximum buffer length of `name` | Joseph Hunkeler | 2025-11-18 | 1 | -1/+8 |
| * | Remove debugging code | Joseph Hunkeler | 2025-11-17 | 1 | -4/+0 |
| * | Do not print error from within function | Joseph Hunkeler | 2025-11-17 | 1 | -1/+0 |
| * | Document semaphore usage | Joseph Hunkeler | 2025-11-17 | 2 | -1/+43 |
| * | Integrate --no-task-logging CLI argument | Joseph Hunkeler | 2025-11-14 | 1 | -11/+24 |
| * | Add --no-task-logging CLI argument | Joseph Hunkeler | 2025-11-14 | 2 | -0/+2 |
| * | Decrease length of semaphore name | Joseph Hunkeler | 2025-11-14 | 1 | -1/+1 |
| * | Flush buffers | Joseph Hunkeler | 2025-11-14 | 1 | -0/+3 |
| * | Integrate semaphore | Joseph Hunkeler | 2025-11-14 | 1 | -1/+3 |
| * | Integrate semaphore | Joseph Hunkeler | 2025-11-14 | 1 | -0/+11 |
| * | Integrate semaphore | Joseph Hunkeler | 2025-11-14 | 2 | -3/+19 |
| * | Add semaphore wrapper | Joseph Hunkeler | 2025-11-14 | 3 | -0/+44 |
| * | Squelch unused argument warnings | Joseph Hunkeler | 2025-11-06 | 2 | -0/+4 |
| * | Free errmsg after use | Joseph Hunkeler | 2025-07-08 | 1 | -0/+1 |
| * | Bugfix: HTTP_ERROR did not check for negative values | Joseph Hunkeler | 2025-07-08 | 1 | -1/+1 |
| * | Write error message correctly to the buffer | Joseph Hunkeler | 2025-07-08 | 1 | -3/+3 |
| * | Disable noisy debug statements | Joseph Hunkeler | 2025-07-08 | 1 | -2/+2 |
| * | Fix leak | Joseph Hunkeler | 2025-07-07 | 1 | -0/+1 |
| * | Offset is constant | Joseph Hunkeler | 2025-07-07 | 1 | -0/+1 |
| * | Use a copy of the environment variable if its present | Joseph Hunkeler | 2025-07-07 | 1 | -1/+4 |
| * | Return a copy of the input, not the input pointer | Joseph Hunkeler | 2025-07-07 | 1 | -2/+1 |
| * | Separator as variable | Joseph Hunkeler | 2025-07-07 | 1 | -0/+1 |
| * | Memory safety | Joseph Hunkeler | 2025-07-07 | 1 | -5/+27 |
| * | Grammar | Joseph Hunkeler | 2025-07-07 | 1 | -1/+1 |
| * | Convert sprintf to snprintf | Joseph Hunkeler | 2025-07-07 | 1 | -3/+2 |
| * | Ban Python packages with VCS requirement URLs in their setup scripts/configsfail-on-baked-in-vcs-requirements | Joseph Hunkeler | 2025-07-02 | 2 | -0/+87 |
| * | Add helper functions | Joseph Hunkeler | 2025-06-30 | 2 | -0/+33 |
| * | Update to_short_version() documentation | Joseph Hunkeler | 2025-06-30 | 1 | -9/+18 |
