aboutsummaryrefslogtreecommitdiff
path: root/src/lib/delivery
Commit message (Collapse)AuthorAgeFilesLines
* disable setting TMPDIRJoseph Hunkeler5 days1-5/+6
|
* delivery_export_configuration: Add debug statementsJoseph Hunkeler5 days1-0/+18
|
* pkg_index_provides: Add logdir argumentJoseph Hunkeler6 days1-2/+2
| | | | * mkdirs() the logdir
* Fix file handle leaksJoseph Hunkeler7 days1-0/+1
|
* Set starting TMPDIR to /tmp/stasisJoseph Hunkeler7 days1-12/+32
| | | | | | * Easier to remove leftover files, if any * Now uses setenv() to have better control over external programs * Removes the hack to initialize TMPDIR early
* delivery_init_tmpdir: reverse error condition to clean up goto logicJoseph Hunkeler7 days1-4/+15
|
* NUL terminate after copyJoseph Hunkeler8 days6-3/+42
|
* delivery_format_str: fix snprintf appendJoseph Hunkeler9 days1-5/+5
|
* Fix snprintfsJoseph Hunkeler10 days3-18/+14
|
* Use snprintfJoseph Hunkeler10 days2-5/+5
|
* artifactory_download_cli: Add more SYSDEBUG statementsJoseph Hunkeler10 days1-0/+5
|
* duplicate_delivery: handle error conditionsJoseph Hunkeler10 days1-2/+12
| | | | * but also memcpy might not be enough here
* delivery_purge_packages: handle bad function pointer (unlikely)Joseph Hunkeler10 days1-1/+13
|
* delivery_duplicate: return on memory errorJoseph Hunkeler10 days1-0/+5
|
* delivery_defer_packages: nametmp and package_name must use the same buffer sizeJoseph Hunkeler10 days1-2/+2
|
* strdup_maybe exits the program on memory errorJoseph Hunkeler10 days1-1/+6
|
* Emit stasis versionJoseph Hunkeler11 days1-0/+6
|
* Fix incorrect usage of maxlen argument in snprintf callsJoseph Hunkeler2026-04-173-9/+9
|
* Convert more strcpy to strn variantJoseph Hunkeler2026-04-165-16/+16
|
* Convert more strcat and strcpy to strn variantsJoseph Hunkeler2026-04-161-3/+3
|
* Replace sprintf with snprintfJoseph Hunkeler2026-04-1512-87/+111
| | | | * A few strcpy and strcat changes as well
* Add missing --allow-pure-python-wheel argumentaudit-wheel-argsJoseph Hunkeler2026-04-101-1/+1
|
* Return immediately if tests struct is NULLJoseph Hunkeler2026-04-091-0/+4
|
* 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
|
* Free context on errorJoseph Hunkeler2026-04-081-0/+5
|
* Free platform array by lengthJoseph Hunkeler2026-04-081-1/+1
|
* 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-086-81/+151
|
* Add `Tests` structure to house an array of `Test` structuresJoseph Hunkeler2026-04-081-18/+57
| | | | | # Conflicts: # src/lib/delivery/include/delivery.h
* QOL: Fix ambiguous error message when mission directory does not existJoseph Hunkeler2026-04-071-1/+1
|
* Rename wheel.c and wheel.h to wheelinfo.c and wheelinfo.hJoseph Hunkeler2026-04-072-4/+4
| | | | | | | | * 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
|
* 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
|
* Handle wheel_builder configuration itemsJoseph Hunkeler2026-03-051-0/+34
|
* Bootstrap needs to know if docker is availableJoseph Hunkeler2026-03-051-0/+2
|
* 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
|