aboutsummaryrefslogtreecommitdiff
path: root/src/lib/core
Commit message (Expand)AuthorAgeFilesLines
* Generate version string based on repository informationJoseph Hunkeler2 days2-5/+7
* Convert sprintf to snprintfJoseph Hunkeler3 days1-3/+3
* Fix incorrect usage of maxlen argument in snprintf callsJoseph Hunkeler6 days5-18/+18
* Convert vsprintfJoseph Hunkeler6 days2-5/+38
* Convert more strcpy to strn variantJoseph Hunkeler7 days15-72/+72
* Convert more strcat and strcpy to strn variantsJoseph Hunkeler7 days9-39/+39
* gen_file_extension_str: add maxlen argumentJoseph Hunkeler7 days2-3/+3
* Replace sprintf with snprintfJoseph Hunkeler8 days9-50/+68
* Force pip to poll the index during the existence checkdry-run-for-realJoseph Hunkeler13 days1-1/+2
* Clear errno on touchJoseph Hunkeler2026-04-091-0/+3
* Debug: Only report hangcheck value on error.Joseph Hunkeler2026-04-081-2/+2
* Free platform array by lengthJoseph Hunkeler2026-04-081-0/+7
* Convert from stack to heap based test allocationJoseph Hunkeler2026-04-081-2/+2
* Finish commenting function prototypesJoseph Hunkeler2026-04-071-3/+40
* Add enum for wheel_package error handlingJoseph Hunkeler2026-04-072-9/+42
* Consolidate count member assignmentJoseph Hunkeler2026-04-071-17/+25
* NULL terminate keyword arraysJoseph Hunkeler2026-04-071-0/+2
* Add missing includes for libzipJoseph Hunkeler2026-04-071-0/+1
* Implement wheel package parserJoseph Hunkeler2026-04-075-0/+1560
* Rename wheel.c and wheel.h to wheelinfo.c and wheelinfo.hJoseph Hunkeler2026-04-073-13/+13
* Add TODOsJoseph Hunkeler2026-03-051-0/+2
* Add strlist_appendf function (future use)Joseph Hunkeler2026-03-052-0/+23
* Improve envctl_do_required outputJoseph Hunkeler2026-03-051-6/+11
* Flags are constantJoseph Hunkeler2026-03-051-1/+1
* Add backwards compatible way to emit only stdout, or stderr from docker commandJoseph Hunkeler2026-03-052-2/+17
* Free wheel_builder membersJoseph Hunkeler2026-03-051-0/+2
* Bugfix: Repository URL not freed when no match occursJoseph Hunkeler2026-03-051-1/+1
* Bugfix: Remove redundant string copy after duplicationJoseph Hunkeler2026-03-051-1/+0
* Add wheel_builder CLI argumentsJoseph Hunkeler2026-03-051-1/+3
* docker_script() now passes arguments to docker_execJoseph Hunkeler2026-02-222-3/+3
* Add method to get a byte string of random alpha-numeric valuesJoseph Hunkeler2026-02-222-0/+62
* Bugfix: git describe output should always produce long output if a tag existsJoseph Hunkeler2026-02-221-1/+1
* Bugfix: Avoid segfault on freeing uninitialized Wheel structJoseph Hunkeler2026-02-221-0/+3
* 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
* 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
* 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
* 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
* Consolidate timer dataJoseph Hunkeler2026-01-022-22/+23
* Move utility functions to utils.cJoseph Hunkeler2026-01-023-18/+50
* Update multiprocessing to use semaphoreJoseph Hunkeler2025-12-316-69/+1233