aboutsummaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Set starting TMPDIR to /tmp/stasisJoseph Hunkeler2026-04-251-12/+32
* wheel_parse_wheel: handle key allocation errorJoseph Hunkeler2026-04-251-2/+7
* UB / write "NULL" on NULLJoseph Hunkeler2026-04-251-1/+1
* strdup_array: handle allocation errorsJoseph Hunkeler2026-04-251-0/+4
* delivery_init_tmpdir: reverse error condition to clean up goto logicJoseph Hunkeler2026-04-251-4/+15
* Use strncpy in example codeJoseph Hunkeler2026-04-251-2/+3
* Do not close stderr!Joseph Hunkeler2026-04-241-2/+0
* Fix snprintf callsJoseph Hunkeler2026-04-241-3/+7
* Fix NUL termination in double pointerJoseph Hunkeler2026-04-242-2/+2
* Remove incorrect equality check.Joseph Hunkeler2026-04-241-2/+1
* Close fp_out before execlJoseph Hunkeler2026-04-241-0/+1
* Fix error check for strtof/d/ld callsJoseph Hunkeler2026-04-241-6/+6
* Bit shift needs to be unsigned longJoseph Hunkeler2026-04-241-1/+1
* NUL terminate after copyJoseph Hunkeler2026-04-2421-13/+136
* conda_env_create_from_uri: increase size of filesystem path, and fix maxlenJoseph Hunkeler2026-04-231-2/+2
* delivery_format_str: fix snprintf appendJoseph Hunkeler2026-04-231-5/+5
* Free key and value (accidentaly removed)cmake-git-version-fixupsJoseph Hunkeler2026-04-231-0/+2
* Handle errors in timeout, max_retries, and max_retry_secondsJoseph Hunkeler2026-04-231-4/+6
* Handle errors in timeout, max_retries, and max_retry_secondsJoseph Hunkeler2026-04-231-9/+13
* Check t_name and tp independently for errorsJoseph Hunkeler2026-04-231-1/+10
* Error message on failed dup2Joseph Hunkeler2026-04-231-1/+3
* Free wheel package on errorJoseph Hunkeler2026-04-231-13/+15
* Fix snprintf maxlenJoseph Hunkeler2026-04-231-3/+1
* Close handle on errorJoseph Hunkeler2026-04-231-0/+1
* Free tempfile regardlessJoseph Hunkeler2026-04-231-1/+2
* Fix snprintf maxlenJoseph Hunkeler2026-04-231-3/+2
* Check error condition when redirecting IO streams in child processJoseph Hunkeler2026-04-231-1/+5
* get_github_release_notes: check for NULL before truncating messageJoseph Hunkeler2026-04-231-1/+4
* docker_script: close pipe on errorJoseph Hunkeler2026-04-231-0/+1
* env0_to_runtime: close file on errorJoseph Hunkeler2026-04-231-0/+1
* Fix snprintfsJoseph Hunkeler2026-04-237-63/+37
* Remove commentJoseph Hunkeler2026-04-231-2/+0
* Use snprintfJoseph Hunkeler2026-04-224-9/+9
* Use snprintfJoseph Hunkeler2026-04-221-1/+1
* Use snprintfJoseph Hunkeler2026-04-221-14/+13
* Fix string append operationJoseph Hunkeler2026-04-221-2/+2
* artifactory_download_cli: Add more SYSDEBUG statementsJoseph Hunkeler2026-04-221-0/+5
* artifactory_download_cli: Add more SYSDEBUG statementsJoseph Hunkeler2026-04-221-1/+7
* artifactory_download_cli: Add SYSDEBUG statementsJoseph Hunkeler2026-04-221-0/+17
* junitxml: add error handling and free functionsJoseph Hunkeler2026-04-221-26/+77
* shell: fix possible bug in dup2 usageJoseph Hunkeler2026-04-221-5/+17
* shell: close file handles on errorJoseph Hunkeler2026-04-221-1/+11
* semaphore: add easy-to-uncomment debug code to show the semaphore's state (ve...Joseph Hunkeler2026-04-221-2/+12
* download: Increase number of SYSDEBUG calls around critical operationsJoseph Hunkeler2026-04-221-1/+19
* duplicate_delivery: handle error conditionsJoseph Hunkeler2026-04-221-2/+12
* template: handle allocation errors appropriatelyJoseph Hunkeler2026-04-221-0/+22
* file_replace_text: close temp file handle on errorJoseph Hunkeler2026-04-221-0/+1
* ini_init: return on memory errorJoseph Hunkeler2026-04-221-0/+3
* download: increase size of user_agent bufferJoseph Hunkeler2026-04-221-9/+2
* delivery_purge_packages: handle bad function pointer (unlikely)Joseph Hunkeler2026-04-221-1/+13