| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Free context on error | Joseph Hunkeler | 32 hours | 1 | -0/+5 |
| | | |||||
| * | Free platform array by length | Joseph Hunkeler | 32 hours | 2 | -1/+8 |
| | | |||||
| * | Only free when allocated | Joseph Hunkeler | 32 hours | 1 | -4/+6 |
| | | |||||
| * | Use msg instead of printf | Joseph Hunkeler | 32 hours | 1 | -1/+1 |
| | | |||||
| * | Convert from stack to heap based test allocation | Joseph Hunkeler | 32 hours | 7 | -83/+153 |
| | | |||||
| * | Add `Tests` structure to house an array of `Test` structures | Joseph Hunkeler | 32 hours | 1 | -18/+57 |
| | | | | | | # Conflicts: # src/lib/delivery/include/delivery.h | ||||
| * | Finish commenting function prototypes | Joseph Hunkeler | 2 days | 1 | -3/+40 |
| | | |||||
| * | Add enum for wheel_package error handling | Joseph Hunkeler | 2 days | 2 | -9/+42 |
| | | |||||
| * | Consolidate count member assignment | Joseph Hunkeler | 2 days | 1 | -17/+25 |
| | | |||||
| * | NULL terminate keyword arrays | Joseph Hunkeler | 2 days | 1 | -0/+2 |
| | | |||||
| * | Add missing includes for libzip | Joseph Hunkeler | 2 days | 1 | -0/+1 |
| | | |||||
| * | QOL: Fix ambiguous error message when mission directory does not exist | Joseph Hunkeler | 2 days | 1 | -1/+1 |
| | | |||||
| * | Implement wheel package parser | Joseph Hunkeler | 2 days | 5 | -0/+1560 |
| | | | | | * Add raw variant of strlist_append_tokenize function | ||||
| * | Rename wheel.c and wheel.h to wheelinfo.c and wheelinfo.h | Joseph Hunkeler | 2 days | 5 | -17/+17 |
| | | | | | | | | | * Refactor wheel struct as WheelInfo * Refactor wheel_* functions as wheelinfo_* # Conflicts: # src/lib/core/wheelinfo.c | ||||
| * | Fix system requirement logic. If docker is not usable, disable. | Joseph Hunkeler | 2026-03-06 | 1 | -3/+7 |
| | | |||||
| * | Fix segfault if repository_info_tag was NULL | Joseph Hunkeler | 2026-03-06 | 1 | -3/+5 |
| | | | | | * Tag is version otherwise | ||||
| * | Only execute image check when requested | Joseph Hunkeler | 2026-03-06 | 1 | -9/+14 |
| | | | | | * Fix memory leak on failure | ||||
| * | Bugfix: Only use the version field of the tag | Joseph Hunkeler | 2026-03-06 | 1 | -1/+14 |
| | | |||||
| * | Add TODOs | Joseph Hunkeler | 2026-03-05 | 1 | -0/+2 |
| | | |||||
| * | Add strlist_appendf function (future use) | Joseph Hunkeler | 2026-03-05 | 2 | -0/+23 |
| | | |||||
| * | Implement manylinux support | Joseph Hunkeler | 2026-03-05 | 1 | -18/+255 |
| | | |||||
| * | Clean up messages | Joseph Hunkeler | 2026-03-05 | 1 | -9/+15 |
| | | |||||
| * | Clean up messages | Joseph Hunkeler | 2026-03-05 | 1 | -8/+9 |
| | | |||||
| * | add missing short options | Joseph Hunkeler | 2026-03-05 | 1 | -1/+1 |
| | | |||||
| * | overview, not overiew | Joseph Hunkeler | 2026-03-05 | 1 | -3/+2 |
| | | |||||
| * | No need to print these every time | Joseph Hunkeler | 2026-03-05 | 1 | -1/+1 |
| | | |||||
| * | No need to print these every time | Joseph Hunkeler | 2026-03-05 | 1 | -1/+1 |
| | | |||||
| * | No need to print these every time | Joseph Hunkeler | 2026-03-05 | 1 | -2/+2 |
| | | |||||
| * | Return from function on failure to read, instead of exiting the program | Joseph Hunkeler | 2026-03-05 | 1 | -1/+1 |
| | | |||||
| * | Comment why we're exiting the function without an error | Joseph Hunkeler | 2026-03-05 | 1 | -0/+1 |
| | | |||||
| * | Rename function to better express its purpose | Joseph Hunkeler | 2026-03-05 | 1 | -2/+3 |
| | | |||||
| * | Check system requirements before setup | Joseph Hunkeler | 2026-03-05 | 1 | -0/+1 |
| | | |||||
| * | Initialize the python version override before the template engine | Joseph Hunkeler | 2026-03-05 | 1 | -4/+2 |
| | | |||||
| * | Initialize sysconfdir early | Joseph Hunkeler | 2026-03-05 | 2 | -2/+5 |
| | | |||||
| * | Improve envctl_do_required output | Joseph Hunkeler | 2026-03-05 | 1 | -6/+11 |
| | | | | | * On failure the user has a better idea of what needs to be fixed | ||||
| * | Flags are constant | Joseph Hunkeler | 2026-03-05 | 1 | -1/+1 |
| | | |||||
| * | Add backwards compatible way to emit only stdout, or stderr from docker command | Joseph Hunkeler | 2026-03-05 | 2 | -2/+17 |
| | | |||||
| * | Handle wheel_builder configuration items | Joseph Hunkeler | 2026-03-05 | 1 | -0/+34 |
| | | |||||
| * | Bootstrap needs to know if docker is available | Joseph Hunkeler | 2026-03-05 | 1 | -0/+2 |
| | | |||||
| * | Free wheel_builder members | Joseph Hunkeler | 2026-03-05 | 1 | -0/+2 |
| | | |||||
| * | Bugfix: Repository URL not freed when no match occurs | Joseph Hunkeler | 2026-03-05 | 1 | -1/+1 |
| | | |||||
| * | Bugfix: Remove redundant string copy after duplication | Joseph Hunkeler | 2026-03-05 | 1 | -1/+0 |
| | | |||||
| * | Add wheel_builder CLI arguments | Joseph Hunkeler | 2026-03-05 | 4 | -1/+15 |
| | | |||||
| * | Bugfix: Memory leaked in version value reassignment | Joseph Hunkeler | 2026-03-03 | 1 | -1/+2 |
| | | |||||
| * | Bugfix: Populate tag information when testing is disabled | Joseph Hunkeler | 2026-02-22 | 1 | -0/+6 |
| | | |||||
| * | Pass `--rm` to docker_script() | Joseph Hunkeler | 2026-02-22 | 1 | -1/+1 |
| | | |||||
| * | docker_script() now passes arguments to docker_exec | Joseph Hunkeler | 2026-02-22 | 2 | -3/+3 |
| | | | | | * Implicit 'docker run --rm' removed | ||||
| * | Add method to get a byte string of random alpha-numeric values | Joseph Hunkeler | 2026-02-22 | 2 | -0/+62 |
| | | | | | | * get_random_generator_file() * get_random_bytes() | ||||
| * | Bugfix: git describe output should always produce long output if a tag exists | Joseph Hunkeler | 2026-02-22 | 1 | -1/+1 |
| | | |||||
| * | Bugfix: Avoid segfault on freeing uninitialized Wheel struct | Joseph Hunkeler | 2026-02-22 | 1 | -0/+3 |
| | | |||||
