Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Exposes STASIS_DOWNLOAD_TIMEOUT environment variable | Joseph Hunkeler | 2024-07-13 | 1 | -0/+10 |
| | | | | * Sets the connection timeout for libcurl to 30, instead of 300. | ||||
* | Rebrand OhMyCal (OMC) as STASIS (#7) | Joseph Hunkeler | 2024-06-21 | 1 | -1/+1 |
| | |||||
* | Fix return code from download() | Joseph Hunkeler | 2024-04-15 | 1 | -4/+6 |
| | | | | | * Will return -1 on error * Still returns HTTP code if error is server-side | ||||
* | Improve download() | Joseph Hunkeler | 2024-02-06 | 1 | -3/+14 |
| | | | | | * Returns HTTP status code * Emits curl error message to stderr (or to a buffer if the third argument is not NULL) | ||||
* | Add user-agent to downloader | Joseph Hunkeler | 2023-12-10 | 1 | -2/+6 |
| | | | | * Fix invalid type passed to CURLOPT_FOLLOWLOCATION | ||||
* | Initial commit | Joseph Hunkeler | 2023-10-26 | 1 | -0/+34 |