| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Error checking and sequencing | Joseph Hunkeler | 2026-02-18 | 2 | -12/+21 |
| * | Only utilize cibuildwheel on linux | Joseph Hunkeler | 2026-02-13 | 1 | -2/+1 |
| * | Tentative solution for building wheels on modern OSes | Joseph Hunkeler | 2026-02-13 | 1 | -3/+9 |
| * | Install cibuildwheel | Joseph Hunkeler | 2026-02-13 | 1 | -0/+4 |
| * | Fix memory leak when reading a comment | Joseph Hunkeler | 2026-02-13 | 1 | -0/+1 |
| * | Merge pull request #125 from jhunkeler/retry-download | Joseph Hunkeler | 2026-02-12 | 7 | -49/+99 |
| |\ | |||||
| | * | 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 |
| | * | Error message pointer must be valid | Joseph Hunkeler | 2026-02-12 | 1 | -1/+4 |
| | * | Test against the tc struct's expected value | Joseph Hunkeler | 2026-02-12 | 1 | -2/+3 |
| | * | Remove dead code | Joseph Hunkeler | 2026-02-12 | 1 | -1/+0 |
| | * | Fix table format | Joseph Hunkeler | 2026-02-12 | 1 | -2/+2 |
| | * | Document env vars in README: | Joseph Hunkeler | 2026-02-12 | 1 | -9/+10 |
| | * | 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 | 2 | -30/+58 |
| |/ | |||||
| * | Merge pull request #124 from spacetelescope/hst-remove-nicmos | Joseph Hunkeler | 2026-02-10 | 1 | -2/+1 |
| |\ | |||||
| | * | HST: Remove nictools from base.yml dependencies | Joseph Hunkeler | 2026-02-10 | 1 | -2/+1 |
| |/ | |||||
| * | Merge pull request #121 from jhunkeler/timeout-in-test-block | Joseph Hunkeler | 2026-01-20 | 4 | -9/+29 |
| |\ | |||||
| | * | Update README.md | Joseph Hunkeler | 2026-01-18 | 1 | -9/+10 |
| | * | Allow per-test timeouts | Joseph Hunkeler | 2026-01-18 | 3 | -0/+19 |
| * | | Merge pull request #120 from jhunkeler/timeout-hours-bug | Joseph Hunkeler | 2026-01-16 | 1 | -1/+1 |
| |\ \ | |/ |/| | |||||
| | * | Fixes number of seconds in an hour. Oops.timeout-hours-bug | Joseph Hunkeler | 2026-01-16 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #117 from spacetelescope/dependabot/github_actions/dot-git...HEADmaster | Joseph Hunkeler | 2026-01-06 | 1 | -1/+1 |
| |\ | |||||
| | * | Bump actions/checkout in /.github/workflows in the actions group | dependabot[bot] | 2026-01-01 | 1 | -1/+1 |
| * | | Merge pull request #118 from jhunkeler/semaphore | Joseph Hunkeler | 2026-01-06 | 21 | -104/+1541 |
| |\ \ | |/ |/| | |||||
| | * | Update READMEsemaphore | Joseph Hunkeler | 2026-01-05 | 1 | -22/+24 |
| | * | CI: Enable verbose testing | Joseph Hunkeler | 2026-01-03 | 1 | -0/+1 |
| | * | First use of STASIS_TEST_MSG | Joseph Hunkeler | 2026-01-03 | 1 | -2/+2 |
| | * | Add STASIS_TEST_MSG macro | Joseph Hunkeler | 2026-01-03 | 1 | -0/+9 |
| | * | Add TESTS_VERBOSE cmake option | Joseph Hunkeler | 2026-01-03 | 2 | -0/+13 |
| | * | Enable tests | Joseph Hunkeler | 2026-01-03 | 1 | -7/+7 |
| | * | Trying to fix a buffer overflow reported by the CI | Joseph Hunkeler | 2026-01-03 | 4 | -16/+21 |
| | * | Add tests | Joseph Hunkeler | 2026-01-02 | 1 | -7/+47 |
| | * | Consolidate timer data | Joseph Hunkeler | 2026-01-02 | 2 | -22/+23 |
| | * | Move utility functions to utils.c | Joseph Hunkeler | 2026-01-02 | 5 | -48/+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 | 8 | -0/+52 |
| | * | 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 |
