| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Check error condition when redirecting IO streams in child processcmake-git-version-fixups | Joseph Hunkeler | 8 hours | 1 | -1/+5 |
| | | |||||
| * | get_github_release_notes: check for NULL before truncating message | Joseph Hunkeler | 8 hours | 1 | -1/+4 |
| | | |||||
| * | docker_script: close pipe on error | Joseph Hunkeler | 8 hours | 1 | -0/+1 |
| | | |||||
| * | env0_to_runtime: close file on error | Joseph Hunkeler | 8 hours | 1 | -0/+1 |
| | | |||||
| * | Fix snprintfs | Joseph Hunkeler | 8 hours | 8 | -66/+38 |
| | | |||||
| * | Remove comment | Joseph Hunkeler | 9 hours | 1 | -2/+0 |
| | | |||||
| * | Use snprintf | Joseph Hunkeler | 18 hours | 5 | -9/+15 |
| | | |||||
| * | Use snprintf | Joseph Hunkeler | 18 hours | 1 | -1/+1 |
| | | |||||
| * | Use snprintf | Joseph Hunkeler | 20 hours | 1 | -14/+13 |
| | | |||||
| * | Fix string append operation | Joseph Hunkeler | 20 hours | 1 | -2/+2 |
| | | |||||
| * | artifactory_download_cli: Add more SYSDEBUG statements | Joseph Hunkeler | 20 hours | 1 | -0/+5 |
| | | |||||
| * | artifactory_download_cli: Add more SYSDEBUG statements | Joseph Hunkeler | 20 hours | 1 | -1/+7 |
| | | |||||
| * | artifactory_download_cli: Add SYSDEBUG statements | Joseph Hunkeler | 21 hours | 1 | -0/+17 |
| | | |||||
| * | junitxml: add error handling and free functions | Joseph Hunkeler | 21 hours | 1 | -26/+77 |
| | | |||||
| * | shell: fix possible bug in dup2 usage | Joseph Hunkeler | 21 hours | 1 | -5/+17 |
| | | | | | * Also exit on error from here using _exit(2) instead of exit(2). | ||||
| * | shell: close file handles on error | Joseph Hunkeler | 21 hours | 1 | -1/+11 |
| | | |||||
| * | semaphore: add easy-to-uncomment debug code to show the semaphore's state ↵ | Joseph Hunkeler | 21 hours | 1 | -2/+12 |
| | | | | | (very noisy) | ||||
| * | download: Increase number of SYSDEBUG calls around critical operations | Joseph Hunkeler | 21 hours | 1 | -1/+19 |
| | | | | | * Jump out of retry loop on error to do clean up operations | ||||
| * | duplicate_delivery: handle error conditions | Joseph Hunkeler | 21 hours | 1 | -2/+12 |
| | | | | | * but also memcpy might not be enough here | ||||
| * | template: handle allocation errors appropriately | Joseph Hunkeler | 22 hours | 1 | -0/+22 |
| | | |||||
| * | stasis_main: exit on memory error | Joseph Hunkeler | 22 hours | 1 | -1/+6 |
| | | |||||
| * | file_replace_text: close temp file handle on error | Joseph Hunkeler | 22 hours | 1 | -0/+1 |
| | | |||||
| * | indexer_readmes: close index file handle on error | Joseph Hunkeler | 22 hours | 1 | -0/+1 |
| | | |||||
| * | indexer_readmes: consolidate asprintf error condition handling | Joseph Hunkeler | 22 hours | 1 | -3/+3 |
| | | |||||
| * | ini_init: return on memory error | Joseph Hunkeler | 22 hours | 1 | -0/+3 |
| | | |||||
| * | download: increase size of user_agent buffer | Joseph Hunkeler | 22 hours | 1 | -9/+2 |
| | | | | | * Just print the version. I don't think it really matters what it is | ||||
| * | delivery_purge_packages: handle bad function pointer (unlikely) | Joseph Hunkeler | 22 hours | 1 | -1/+13 |
| | | |||||
| * | delivery_duplicate: return on memory error | Joseph Hunkeler | 22 hours | 1 | -0/+5 |
| | | |||||
| * | delivery_defer_packages: nametmp and package_name must use the same buffer size | Joseph Hunkeler | 22 hours | 1 | -2/+2 |
| | | |||||
| * | strdup_maybe exits the program on memory error | Joseph Hunkeler | 22 hours | 1 | -1/+6 |
| | | |||||
| * | copy2: close fp1 handle on error | Joseph Hunkeler | 22 hours | 1 | -0/+1 |
| | | |||||
| * | download: set user_agent to stasis/dev when version is a post tag commit | Joseph Hunkeler | 42 hours | 1 | -2/+9 |
| | | |||||
| * | Emit stasis version | Joseph Hunkeler | 45 hours | 2 | -1/+19 |
| | | |||||
| * | Generate version string based on repository information | Joseph Hunkeler | 45 hours | 3 | -6/+51 |
| | | |||||
| * | Avoid segfault on empty meta directorysprintf-to-snprintf | Joseph Hunkeler | 47 hours | 1 | -0/+5 |
| | | |||||
| * | Convert sprintf to snprintf | Joseph Hunkeler | 3 days | 1 | -3/+3 |
| | | |||||
| * | Fix incorrect usage of maxlen argument in snprintf calls | Joseph Hunkeler | 6 days | 8 | -27/+27 |
| | | |||||
| * | Convert vsprintf | Joseph Hunkeler | 6 days | 3 | -6/+47 |
| | | | | | * Check error conditions in related v-functions | ||||
| * | Fix cmd buffer size to copy | Joseph Hunkeler | 7 days | 1 | -1/+1 |
| | | |||||
| * | Convert more strcpy to strn variant | Joseph Hunkeler | 7 days | 20 | -88/+88 |
| | | |||||
| * | Convert more strcat and strcpy to strn variants | Joseph Hunkeler | 7 days | 15 | -81/+81 |
| | | |||||
| * | gen_file_extension_str: add maxlen argument | Joseph Hunkeler | 7 days | 2 | -3/+3 |
| | | |||||
| * | Replace sprintf with snprintf | Joseph Hunkeler | 8 days | 28 | -165/+209 |
| | | | | | * A few strcpy and strcat changes as well | ||||
| * | Add missing --allow-pure-python-wheel argumentaudit-wheel-args | Joseph Hunkeler | 13 days | 1 | -1/+1 |
| | | |||||
| * | Force pip to poll the index during the existence checkdry-run-for-real | Joseph Hunkeler | 13 days | 1 | -1/+2 |
| | | | | | * Prevent false positivies. If the package isn't on pypi we need to build it. | ||||
| * | Return immediately if tests struct is NULL | Joseph Hunkeler | 2026-04-09 | 1 | -0/+4 |
| | | |||||
| * | Clear errno on touch | Joseph Hunkeler | 2026-04-09 | 1 | -0/+3 |
| | | |||||
| * | Fix invalid printf formatter | Joseph Hunkeler | 2026-04-08 | 1 | -1/+1 |
| | | |||||
| * | Move test free code from delivery.c:delivery_free() to ↵ | Joseph Hunkeler | 2026-04-08 | 2 | -22/+21 |
| | | | | | delivery_test.c:test_free() | ||||
| * | Check memory allocations on init | Joseph Hunkeler | 2026-04-08 | 1 | -0/+7 |
| | | |||||
