aboutsummaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Collapse)AuthorAgeFilesLines
* Emit stasis versionJoseph Hunkeler38 hours1-0/+6
|
* Generate version string based on repository informationJoseph Hunkeler38 hours2-5/+7
|
* Convert sprintf to snprintfJoseph Hunkeler2 days1-3/+3
|
* Fix incorrect usage of maxlen argument in snprintf callsJoseph Hunkeler6 days8-27/+27
|
* Convert vsprintfJoseph Hunkeler6 days2-5/+38
| | | | * Check error conditions in related v-functions
* Convert more strcpy to strn variantJoseph Hunkeler7 days20-88/+88
|
* Convert more strcat and strcpy to strn variantsJoseph Hunkeler7 days10-42/+42
|
* gen_file_extension_str: add maxlen argumentJoseph Hunkeler7 days2-3/+3
|
* Replace sprintf with snprintfJoseph Hunkeler8 days21-137/+179
| | | | * A few strcpy and strcat changes as well
* Add missing --allow-pure-python-wheel argumentaudit-wheel-argsJoseph Hunkeler12 days1-1/+1
|
* Force pip to poll the index during the existence checkdry-run-for-realJoseph Hunkeler13 days1-1/+2
| | | | * Prevent false positivies. If the package isn't on pypi we need to build it.
* Return immediately if tests struct is NULLJoseph Hunkeler14 days1-0/+4
|
* Clear errno on touchJoseph Hunkeler14 days1-0/+3
|
* Fix invalid printf formatterJoseph Hunkeler2026-04-081-1/+1
|
* Move test free code from delivery.c:delivery_free() to ↵Joseph Hunkeler2026-04-082-22/+21
| | | | delivery_test.c:test_free()
* Check memory allocations on initJoseph Hunkeler2026-04-081-0/+7
|
* Expose tests_free()Joseph Hunkeler2026-04-081-0/+6
|
* Fix incorrect size used by reallocJoseph Hunkeler2026-04-081-2/+2
|
* Remove unintentional LFdynamic-testsJoseph Hunkeler2026-04-081-2/+2
|
* Debug: Only report hangcheck value on error.Joseph Hunkeler2026-04-081-2/+2
| | | | * Too verbose
* Free context on errorJoseph Hunkeler2026-04-081-0/+5
|
* Free platform array by lengthJoseph Hunkeler2026-04-082-1/+8
|
* Only free when allocatedJoseph Hunkeler2026-04-081-4/+6
|
* Use msg instead of printfJoseph Hunkeler2026-04-081-1/+1
|
* Convert from stack to heap based test allocationJoseph Hunkeler2026-04-087-83/+153
|
* Add `Tests` structure to house an array of `Test` structuresJoseph Hunkeler2026-04-081-18/+57
| | | | | # Conflicts: # src/lib/delivery/include/delivery.h
* 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
|
* QOL: Fix ambiguous error message when mission directory does not existJoseph Hunkeler2026-04-071-1/+1
|
* Implement wheel package parserJoseph Hunkeler2026-04-075-0/+1560
| | | | * Add raw variant of strlist_append_tokenize function
* Rename wheel.c and wheel.h to wheelinfo.c and wheelinfo.hJoseph Hunkeler2026-04-075-17/+17
| | | | | | | | * Refactor wheel struct as WheelInfo * Refactor wheel_* functions as wheelinfo_* # Conflicts: # src/lib/core/wheelinfo.c
* Fix segfault if repository_info_tag was NULLJoseph Hunkeler2026-03-061-3/+5
| | | | * Tag is version otherwise
* Only execute image check when requestedJoseph Hunkeler2026-03-061-9/+14
| | | | * Fix memory leak on failure
* 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
| | | | * On failure the user has a better idea of what needs to be fixed
* 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
|