aboutsummaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix segfault if repository_info_tag was NULLJoseph Hunkeler28 hours1-3/+5
| | | | * Tag is version otherwise
* Only execute image check when requestedJoseph Hunkeler28 hours1-9/+14
| | | | * Fix memory leak on failure
* Bugfix: Only use the version field of the tagJoseph Hunkeler34 hours1-1/+14
|
* Add TODOsJoseph Hunkeler45 hours1-0/+2
|
* Add strlist_appendf function (future use)Joseph Hunkeler2 days2-0/+23
|
* Implement manylinux supportJoseph Hunkeler2 days1-18/+255
|
* No need to print these every timeJoseph Hunkeler2 days1-1/+1
|
* No need to print these every timeJoseph Hunkeler2 days1-2/+2
|
* Return from function on failure to read, instead of exiting the programJoseph Hunkeler2 days1-1/+1
|
* Comment why we're exiting the function without an errorJoseph Hunkeler2 days1-0/+1
|
* Initialize sysconfdir earlyJoseph Hunkeler2 days1-1/+3
|
* Improve envctl_do_required outputJoseph Hunkeler2 days1-6/+11
| | | | * On failure the user has a better idea of what needs to be fixed
* Flags are constantJoseph Hunkeler2 days1-1/+1
|
* Add backwards compatible way to emit only stdout, or stderr from docker commandJoseph Hunkeler2 days2-2/+17
|
* Handle wheel_builder configuration itemsJoseph Hunkeler2 days1-0/+34
|
* Bootstrap needs to know if docker is availableJoseph Hunkeler2 days1-0/+2
|
* Free wheel_builder membersJoseph Hunkeler2 days1-0/+2
|
* Bugfix: Repository URL not freed when no match occursJoseph Hunkeler2 days1-1/+1
|
* Bugfix: Remove redundant string copy after duplicationJoseph Hunkeler2 days1-1/+0
|
* Add wheel_builder CLI argumentsJoseph Hunkeler2 days1-1/+3
|
* Bugfix: Memory leaked in version value reassignmentJoseph Hunkeler4 days1-1/+2
|
* Bugfix: Populate tag information when testing is disabledJoseph Hunkeler14 days1-0/+6
|
* Pass `--rm` to docker_script()Joseph Hunkeler14 days1-1/+1
|
* docker_script() now passes arguments to docker_execJoseph Hunkeler14 days2-3/+3
| | | | * Implicit 'docker run --rm' removed
* Add method to get a byte string of random alpha-numeric valuesJoseph Hunkeler14 days2-0/+62
| | | | | * get_random_generator_file() * get_random_bytes()
* Bugfix: git describe output should always produce long output if a tag existsJoseph Hunkeler14 days1-1/+1
|
* Bugfix: Avoid segfault on freeing uninitialized Wheel structJoseph Hunkeler14 days1-0/+3
|
* Bugfix: Allow cibuildwheel if docker is usablecibuildwheelJoseph Hunkeler2026-02-191-1/+0
| | | | * --no-docker is for disabling image builds, not wheels
* Error checking and sequencingJoseph Hunkeler2026-02-181-4/+13
| | | | | | * Add error checks for allocations * Check docker is usable on Linux, if not fall back to the host tools * check_system_requirements initializes the docker capabilities struct
* Only utilize cibuildwheel on linuxJoseph Hunkeler2026-02-131-2/+1
|
* Tentative solution for building wheels on modern OSesJoseph Hunkeler2026-02-131-3/+9
|
* Fix memory leak when reading a commentJoseph Hunkeler2026-02-131-0/+1
|
* errmsg argument must be a valid pointerretry-downloadJoseph Hunkeler2026-02-121-3/+4
| | | | * Remove redundant status check already performed by HTTP_ERROR()
* Use ssize_t to avoid rollover from strtol on user inputJoseph Hunkeler2026-02-121-3/+3
|
* Error message pointer must be validJoseph Hunkeler2026-02-121-1/+4
|
* Error message pointer must be validJoseph Hunkeler2026-02-121-1/+4
|
* CommentJoseph Hunkeler2026-02-121-0/+2
|
* Implement STASIS_DOWNLOAD_RETRY_SECONDSJoseph Hunkeler2026-02-121-0/+11
|
* Only set http_code on success. Return -1 otherise.Joseph Hunkeler2026-02-121-3/+4
|
* Change "ATTEMPT" to "RETRY" and emit vital informationJoseph Hunkeler2026-02-121-1/+1
|
* max_retries should use value of max_retries_strJoseph Hunkeler2026-02-121-1/+1
|
* Use snprintf for user_agent stringJoseph Hunkeler2026-02-121-1/+1
|
* Rename STASIS_DOWNLOAD_RETRIES to STASIS_DOWNLOAD_RETRY_MAXJoseph Hunkeler2026-02-121-1/+1
|
* Add a retry loop to downloadJoseph Hunkeler2026-02-111-30/+56
| | | | * Configurable with env var: STASIS_DOWNLOAD_RETRIES
* Merge pull request #121 from jhunkeler/timeout-in-test-blockJoseph Hunkeler2026-01-203-0/+19
|\ | | | | Timeout in test block
| * Allow per-test timeoutsJoseph Hunkeler2026-01-183-0/+19
| | | | | | | | * Test blocks without a timeout use the global timeout setting
* | Fixes number of seconds in an hour. Oops.timeout-hours-bugJoseph Hunkeler2026-01-161-1/+1
|/
* Trying to fix a buffer overflow reported by the CIJoseph Hunkeler2026-01-033-14/+18
| | | | * Locally ASAN wasn't complaining.
* Consolidate timer dataJoseph Hunkeler2026-01-022-22/+23
| | | | | * Add MultiProcessingTimer struct * Replace raw timespec and double counters with MultiProcessingTimer(s)
* Move utility functions to utils.cJoseph Hunkeler2026-01-023-18/+50
|