aboutsummaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Return immediately if tests struct is NULLJoseph Hunkeler44 hours1-0/+4
* Clear errno on touchJoseph Hunkeler44 hours1-0/+3
* Fix invalid printf formatterJoseph Hunkeler2 days1-1/+1
* Move test free code from delivery.c:delivery_free() to delivery_test.c:test_f...Joseph Hunkeler2 days2-22/+21
* Check memory allocations on initJoseph Hunkeler2 days1-0/+7
* Expose tests_free()Joseph Hunkeler2 days1-0/+6
* Fix incorrect size used by reallocJoseph Hunkeler2 days1-2/+2
* Remove unintentional LFdynamic-testsJoseph Hunkeler2 days1-2/+2
* Debug: Only report hangcheck value on error.Joseph Hunkeler2 days1-2/+2
* Free context on errorJoseph Hunkeler2 days1-0/+5
* Free platform array by lengthJoseph Hunkeler2 days2-1/+8
* Only free when allocatedJoseph Hunkeler2 days1-4/+6
* Use msg instead of printfJoseph Hunkeler2 days1-1/+1
* Convert from stack to heap based test allocationJoseph Hunkeler2 days7-83/+153
* Add `Tests` structure to house an array of `Test` structuresJoseph Hunkeler2 days1-18/+57
* Finish commenting function prototypesJoseph Hunkeler3 days1-3/+40
* Add enum for wheel_package error handlingJoseph Hunkeler3 days2-9/+42
* Consolidate count member assignmentJoseph Hunkeler3 days1-17/+25
* NULL terminate keyword arraysJoseph Hunkeler3 days1-0/+2
* Add missing includes for libzipJoseph Hunkeler4 days1-0/+1
* QOL: Fix ambiguous error message when mission directory does not existJoseph Hunkeler4 days1-1/+1
* Implement wheel package parserJoseph Hunkeler4 days5-0/+1560
* Rename wheel.c and wheel.h to wheelinfo.c and wheelinfo.hJoseph Hunkeler4 days5-17/+17
* Fix segfault if repository_info_tag was NULLJoseph Hunkeler2026-03-061-3/+5
* Only execute image check when requestedJoseph Hunkeler2026-03-061-9/+14
* Bugfix: Only use the version field of the tagJoseph Hunkeler2026-03-061-1/+14
* Add TODOsJoseph Hunkeler2026-03-051-0/+2
* Add strlist_appendf function (future use)Joseph Hunkeler2026-03-052-0/+23
* Implement manylinux supportJoseph Hunkeler2026-03-051-18/+255
* No need to print these every timeJoseph Hunkeler2026-03-051-1/+1
* No need to print these every timeJoseph Hunkeler2026-03-051-2/+2
* Return from function on failure to read, instead of exiting the programJoseph Hunkeler2026-03-051-1/+1
* Comment why we're exiting the function without an errorJoseph Hunkeler2026-03-051-0/+1
* Initialize sysconfdir earlyJoseph Hunkeler2026-03-051-1/+3
* 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
* Handle wheel_builder configuration itemsJoseph Hunkeler2026-03-051-0/+34
* Bootstrap needs to know if docker is availableJoseph Hunkeler2026-03-051-0/+2
* 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
* Bugfix: Memory leaked in version value reassignmentJoseph Hunkeler2026-03-031-1/+2
* Bugfix: Populate tag information when testing is disabledJoseph Hunkeler2026-02-221-0/+6
* Pass `--rm` to docker_script()Joseph Hunkeler2026-02-221-1/+1
* 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