aboutsummaryrefslogtreecommitdiff
path: root/src/lib/delivery
Commit message (Collapse)AuthorAgeFilesLines
* Convert more strcpy to strn variantJoseph Hunkeler8 days5-16/+16
|
* Convert more strcat and strcpy to strn variantsJoseph Hunkeler8 days1-3/+3
|
* Replace sprintf with snprintfJoseph Hunkeler9 days12-87/+111
| | | | * A few strcpy and strcat changes as well
* Add missing --allow-pure-python-wheel argumentaudit-wheel-argsJoseph Hunkeler13 days1-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
|
* Pass `--rm` to docker_script()Joseph Hunkeler2026-02-221-1/+1
|
* 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
|
* Error message pointer must be validJoseph Hunkeler2026-02-121-1/+4
|
* Allow per-test timeoutsJoseph Hunkeler2026-01-183-0/+19
| | | | * Test blocks without a timeout use the global timeout setting
* Delivery context is constantJoseph Hunkeler2025-11-061-1/+1
|
* Duplicate testsJoseph Hunkeler2025-11-061-0/+17
|
* Duplicate jfrog_authJoseph Hunkeler2025-11-061-0/+11
|
* Move docker struct duplication down to jfrog struct duplicationJoseph Hunkeler2025-11-061-9/+9
|
* Delivery context is not modifiedJoseph Hunkeler2025-11-061-1/+1
|
* Fix System struct comment positionsJoseph Hunkeler2025-11-041-4/+2
|
* Duplicate upload contextJoseph Hunkeler2025-11-041-1/+43
|
* Add delivery_duplicate() and strdup_maybe() helperJoseph Hunkeler2025-11-042-0/+110
| | | | | * The indexer needs to generate copies of the delivery context. The previous implementation (memcpy) left a lot to be desired. * strdup_maybe() might be useful elsewhere but for now I am leaving it static
* Debug messagesJoseph Hunkeler2025-07-082-0/+9
|
* Add delivery_export.cJoseph Hunkeler2025-07-073-0/+83
|
* Remove dead codeJoseph Hunkeler2025-07-071-2/+0
|